Searched refs:ctfscn (Results 1 – 2 of 2) sorted by relevance
89 Elf_Scn *ctfscn; in read_file() local104 if ((ctfscn = elf_getscn(elf, ctfscnidx)) == NULL || in read_file()105 (ctfdata = elf_getdata(ctfscn, NULL)) == NULL) in read_file()
875 Elf_Scn *ctfscn = findelfscn(elf, &ehdr, ".SUNW_ctf"); in main() local879 if (ctfscn == NULL || (dp = elf_getdata(ctfscn, NULL)) == NULL) in main()891 if (gelf_getshdr(ctfscn, &ctfshdr) != NULL && in main()