Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dinput.c94 Elf_Scn *ctfscn; in read_file() local
109 if ((ctfscn = elf_getscn(elf, ctfscnidx)) == NULL || in read_file()
110 (ctfdata = elf_getdata(ctfscn, NULL)) == NULL) in read_file()
/netbsd-src/external/cddl/osnet/dist/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()