Lines Matching refs:elf
35 #include <elf.h>
84 find_dyn_got (Elf *elf, GElf_Addr *addr)
87 if (elf_getphdrnum (elf, &phnum) != 0)
93 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem);
97 Elf_Scn *scn = gelf_offscn (elf, phdr->p_offset);
125 ppc_check_special_symbol (Elf *elf, GElf_Ehdr *ehdr, const GElf_Sym *sym,
135 if (find_dyn_got (elf, &gotaddr))
142 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name);
167 ppc_bss_plt_p (Elf *elf)
170 return ! find_dyn_got (elf, &addr);