Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c459 Elf_Scn *sscn, *dscn; in write_file() local
539 sscn = elf_getscn(src, srcidx); in write_file()
540 gelf_getshdr(sscn, &shdr); in write_file()
580 if ((sdata = elf_getdata(sscn, NULL)) == NULL) in write_file()