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

/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c1138 Elf_Scn *scn_fd; local
1145 if ((scn_fd = elf_getscn(e_file, shstrtab)) == NULL)
1149 shdr = elf64_getshdr(scn_fd);
1151 shdr = elf32_getshdr(scn_fd);
1156 return (scn_fd);

Completed in 62 milliseconds