Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c90 Elf_Scn *ctfscn; in read_file() local
105 if ((ctfscn = elf_getscn(elf, ctfscnidx)) == NULL || in read_file()
106 (ctfdata = elf_getdata(ctfscn, NULL)) == NULL) in read_file()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c964 Elf_Scn *ctfscn = findelfscn(elf, &ehdr, ".SUNW_ctf"); in main() local
968 if (ctfscn == NULL || (dp = elf_getdata(ctfscn, NULL)) == NULL) in main()
980 if (gelf_getshdr(ctfscn, &ctfshdr) != NULL && in main()