Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/cvt/
H A Dinput.c89 Elf_Scn *ctfscn; in read_file() local
104 if ((ctfscn = elf_getscn(elf, ctfscnidx)) == NULL || in read_file()
105 (ctfdata = elf_getdata(ctfscn, NULL)) == NULL) in read_file()
/titanic_44/usr/src/tools/ctf/dump/
H A Ddump.c875 Elf_Scn *ctfscn = findelfscn(elf, &ehdr, ".SUNW_ctf"); in main() local
879 if (ctfscn == NULL || (dp = elf_getdata(ctfscn, NULL)) == NULL) in main()
891 if (gelf_getshdr(ctfscn, &ctfshdr) != NULL && in main()