Home
last modified time | relevance | path

Searched defs:elf_file (Results 1 – 3 of 3) sorted by relevance

/bionic/tools/relocation_packer/src/
Dmain.cc122 relocation_packer::ElfFile<ELF32_traits> elf_file(fd.get()); in main() local
131 relocation_packer::ElfFile<ELF64_traits> elf_file(fd.get()); in main() local
Delf_file_unittest.cc104 relocation_packer::ElfFile<ELF> elf_file(fileno(packed_relocs_so)); in ProcessUnpack() local
140 relocation_packer::ElfFile<ELF> elf_file(fileno(relocs_so)); in ProcessPack() local
/bionic/libc/tools/
Dsymbols.py31 def GetFromElf(elf_file, sym_type='--dyn-syms'): argument