Home
last modified time | relevance | path

Searched refs:strscn (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/tools/chk4ubin/
H A Dchk4ubin.c130 Elf_Scn *strscn; in chk4ubin() local
164 strscn = elf_getscn(elf, symhdr.sh_link); in chk4ubin()
165 if (strscn != NULL) { in chk4ubin()
166 gelf_getshdr(strscn, &strhdr); in chk4ubin()
/titanic_50/usr/src/cmd/ctfmerge/
H A Dctfmerge.c70 Elf_Scn *scn, *strscn; in ctfmerge_expect_ctf() local
92 if ((strscn = elf_getscn(elf, shdr.sh_link)) == NULL) in ctfmerge_expect_ctf()
100 if ((strdata = elf_getdata(strscn, NULL)) == NULL) in ctfmerge_expect_ctf()
176 Elf_Scn *strscn; in ctfmerge_elfopen() local
186 if ((strscn = elf_getscn(elf, shdr.sh_link)) == NULL || in ctfmerge_elfopen()
187 gelf_getshdr(strscn, &strhdr) == NULL) in ctfmerge_elfopen()
207 str_data = elf_getdata(strscn, NULL); in ctfmerge_elfopen()
/titanic_50/usr/src/lib/libctf/common/
H A Dctf_convert.c43 Elf_Scn *scn = NULL, *strscn; in ctf_convert_ftypes() local
60 if ((strscn = elf_getscn(elf, shdr.sh_link)) == NULL) in ctf_convert_ftypes()
66 if ((strdata = elf_getdata(strscn, NULL)) == NULL) in ctf_convert_ftypes()
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dfiles.c1742 Elf_Scn *strscn; in process_rel_dynamic() local
1755 if ((strscn = elf_getscn(ifl->ifl_elf, shdr->sh_link)) == NULL) { in process_rel_dynamic()
1760 dp = elf_getdata(strscn, NULL); in process_rel_dynamic()