HomeSort by relevance Sort by last modified time
    Searched refs:relocation_packer (Results 1 - 18 of 18) sorted by null

  /bionic/tools/relocation_packer/src/
debug.h 30 namespace relocation_packer { namespace
80 } // namespace relocation_packer
83 typedef relocation_packer::Logger::Severity LogSeverity;
94 (relocation_packer::Logger(severity, INT_MIN, true).GetStream())
96 (relocation_packer::Logger(severity, INT_MIN, (predicate)).GetStream())
101 (relocation_packer::Logger(INFO, (level), true).GetStream())
103 (relocation_packer::Logger(INFO, (level), (predicate)).GetStream())
packer.h 15 namespace relocation_packer { namespace
35 } // namespace relocation_packer
main.cc 104 relocation_packer::Logger::SetVerbose(1);
122 relocation_packer::ElfFile<ELF32_traits> elf_file(fd.get());
131 relocation_packer::ElfFile<ELF64_traits> elf_file(fd.get());
debug.cc 11 namespace relocation_packer { namespace
55 } // namespace relocation_packer
delta_encoder.h 94 namespace relocation_packer { namespace
130 } // namespace relocation_packer
sleb128.h 21 namespace relocation_packer { namespace
74 } // namespace relocation_packer
elf_file.h 28 namespace relocation_packer { namespace
119 } // namespace relocation_packer
packer.cc 14 namespace relocation_packer { namespace
67 } // namespace relocation_packer
elf_file_unittest.cc 104 relocation_packer::ElfFile<ELF> elf_file(fileno(packed_relocs_so));
140 relocation_packer::ElfFile<ELF> elf_file(fileno(relocs_so));
176 namespace relocation_packer { namespace
218 } // namespace relocation_packer
debug_unittest.cc 10 namespace relocation_packer { namespace
122 } // namespace relocation_packer
sleb128.cc 32 namespace relocation_packer { namespace
131 } // namespace relocation_packer
delta_encoder.cc 32 namespace relocation_packer { namespace
307 } // namespace relocation_packer
delta_encoder_unittest.cc 37 namespace relocation_packer { namespace
223 } // namespace relocation_packer
sleb128_unittest.cc 11 namespace relocation_packer { namespace
166 } // namespace relocation_packer
packer_unittest.cc 36 namespace relocation_packer { namespace
300 } // namespace relocation_packer
elf_file.cc 27 namespace relocation_packer { namespace
    [all...]
  /bionic/tools/relocation_packer/
Android.mk 54 LOCAL_MODULE := relocation_packer
  /build/core/
config.mk 583 RELOCATION_PACKER := prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/relocation_packer/relocation_packer
    [all...]

Completed in 90 milliseconds