Lines Matching defs:elf
250 static void parse_relocs(Elf *elf, Elf_Data *relocs, Elf_Data *symbols,
269 symbol_name = elf_strptr(elf, symbol_sh_link, symbol.st_name);
281 Elf *elf;
295 elf = elf_memory(elf_buffer, elf_size);
297 elf_getshdrstrndx(elf, §ion_str_index);
299 while ((section = elf_nextscn(elf, section))) {
307 name = elf_strptr(elf, section_str_index, section_header.sh_name);
339 parse_relocs(elf, relocs, symbols, symbol_sh_link, binary);
341 if (elf){
342 elf_end(elf);