Searched refs:ctfscn (Results 1 – 1 of 1) 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()