Searched defs:nshdrs (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A DPgcore.c574 uint_t nshdrs = 0; local
589 nshdrs++;
600 nshdrs += 2;
607 nshdrs += 2;
611 return (nshdrs == 0 ? 0 : nshdrs + 2);
1001 uint_t nphdrs, nshdrs; local
1034 nshdrs = count_sections(&pgc);
1048 if (nshdrs == 0 && nphdrs >= PN_XNUM)
1049 nshdrs
[all...]
H A DPsymtab.c1592 size_t *nshdrs, Elf_Data **shdata)
1601 elf_getshdrnum(elf, nshdrs) == -1 ||
1629 size_t nshdrs, shstrndx; local
1689 if ((elf = build_fake_elf(P, fptr, &ehdr, &nshdrs, &shdata)) ==
1697 if ((elf = build_fake_elf(P, fptr, &ehdr, &nshdrs, &shdata)) ==
1704 elf_getshdrnum(elf, &nshdrs) == -1 ||
1714 if ((elf = build_fake_elf(P, fptr, &ehdr, &nshdrs, &shdata)) ==
1731 if ((newelf = build_fake_elf(P, fptr, &ehdr, &nshdrs, &shdata))
1739 if ((cache = malloc(nshdrs * sizeof (*cache))) == NULL) {
1781 for (i = 1, cp = cache + 1; i < nshdrs;
1591 build_fake_elf(struct ps_prochandle *P, file_info_t *fptr, GElf_Ehdr *ehdr, size_t *nshdrs, Elf_Data **shdata) argument
[all...]

Completed in 27 milliseconds