Searched defs:elf_file (Results 1 – 3 of 3) sorted by relevance
122 relocation_packer::ElfFile<ELF32_traits> elf_file(fd.get()); in main() local131 relocation_packer::ElfFile<ELF64_traits> elf_file(fd.get()); in main() local
104 relocation_packer::ElfFile<ELF> elf_file(fileno(packed_relocs_so)); in ProcessUnpack() local140 relocation_packer::ElfFile<ELF> elf_file(fileno(relocs_so)); in ProcessPack() local
31 def GetFromElf(elf_file, sym_type='--dyn-syms'): argument