Home
last modified time | relevance | path

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

/titanic_41/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()