Lines Matching defs:elf
81 static void parse_relocs(Elf *elf, Elf_Data *relocs, Elf_Data *symbols,
100 symbol_name = elf_strptr(elf, symbol_sh_link, symbol.st_name);
112 Elf *elf;
127 elf = elf_memory(elf_buffer, elf_size);
129 elf_getshdrstrndx(elf, §ion_str_index);
131 while ((section = elf_nextscn(elf, section))) {
140 name = elf_strptr(elf, section_str_index, section_header.sh_name);
177 parse_relocs(elf, relocs, symbols, symbol_sh_link, binary);
179 if (elf){
180 elf_end(elf);