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

/illumos-gate/usr/src/tools/chk4ubin/
H A Dchk4ubin.c130 Elf_Scn *strscn; local
164 strscn = elf_getscn(elf, symhdr.sh_link);
165 if (strscn != NULL) {
166 gelf_getshdr(strscn, &strhdr);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c1742 Elf_Scn *strscn; local
1755 if ((strscn = elf_getscn(ifl->ifl_elf, shdr->sh_link)) == NULL) {
1760 dp = elf_getdata(strscn, NULL);

Completed in 209 milliseconds