Lines Matching defs:elf
64 find_elf_build_id (Dwfl_Module *mod, int e_type, Elf *elf,
71 Elf_Scn *scn = elf_nextscn (elf, NULL);
77 if (unlikely (elf_getphdrnum (elf, &phnum) != 0))
86 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem);
88 result = check_notes (elf_getdata_rawchunk (elf,
113 else if (__libdwfl_relocate_value (mod, elf, &shstrndx,
122 while (result == 0 && (scn = elf_nextscn (elf, scn)) != NULL);
129 __libdwfl_find_elf_build_id (Dwfl_Module *mod, Elf *elf,
133 GElf_Ehdr ehdr_mem, *ehdr = gelf_getehdr (elf, &ehdr_mem);
142 return find_elf_build_id (mod, ehdr->e_type, elf,
147 dwelf_elf_gnu_build_id (Elf *elf, const void **build_idp)
151 int result = find_elf_build_id (NULL, ET_NONE, elf, build_idp,