Searched refs:ctfscn (Results 1 – 2 of 2) sorted by relevance
90 Elf_Scn *ctfscn; in read_file() local105 if ((ctfscn = elf_getscn(elf, ctfscnidx)) == NULL || in read_file()106 (ctfdata = elf_getdata(ctfscn, NULL)) == NULL) in read_file()
964 Elf_Scn *ctfscn = findelfscn(elf, &ehdr, ".SUNW_ctf"); in main() local968 if (ctfscn == NULL || (dp = elf_getdata(ctfscn, NULL)) == NULL) in main()980 if (gelf_getshdr(ctfscn, &ctfshdr) != NULL && in main()