Home
last modified time | relevance | path

Searched refs:sscn (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c47 Elf_Scn *sscn, *dscn; in ctf_write_elf() local
159 sscn = elf_getscn(src, srcidx); in ctf_write_elf()
160 if (gelf_getshdr(sscn, &shdr) == NULL) { in ctf_write_elf()
201 if ((sdata = elf_getdata(sscn, NULL)) == NULL) { in ctf_write_elf()
/titanic_50/usr/src/tools/ctf/cvt/
H A Doutput.c451 Elf_Scn *sscn, *dscn; in write_file() local
526 sscn = elf_getscn(src, srcidx); in write_file()
527 gelf_getshdr(sscn, &shdr); in write_file()
561 if ((sdata = elf_getdata(sscn, NULL)) == NULL) in write_file()