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

/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c1123 /* ========== get_scnfd =================================================== */
1134 get_scnfd(Elf * e_file, function
1276 scnfd = get_scnfd(elf_file, ehdr->e_shstrndx, SHT_STRTAB);
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c142 static Elf_Scn * get_scnfd(Elf *, int, int);
509 get_scnfd(Elf * e_file, int shstrtab, int SCN_TYPE) function
549 scnfd = get_scnfd(elf_file, shstrndx, SHT_STRTAB);

Completed in 50 milliseconds