Home
last modified time | relevance | path

Searched refs:relocation_packer (Results 1 – 17 of 17) sorted by relevance

/bionic/tools/relocation_packer/src/
Ddebug.h30 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())
Dmain.cc104 relocation_packer::Logger::SetVerbose(1); in main()
122 relocation_packer::ElfFile<ELF32_traits> elf_file(fd.get()); in main()
131 relocation_packer::ElfFile<ELF64_traits> elf_file(fd.get()); in main()
Dpacker.h15 namespace relocation_packer {
Dsleb128.h21 namespace relocation_packer {
Ddebug.cc11 namespace relocation_packer { namespace
Ddelta_encoder.h94 namespace relocation_packer {
Delf_file_unittest.cc104 relocation_packer::ElfFile<ELF> elf_file(fileno(packed_relocs_so)); in ProcessUnpack()
140 relocation_packer::ElfFile<ELF> elf_file(fileno(relocs_so)); in ProcessPack()
176 namespace relocation_packer { namespace
Dpacker.cc14 namespace relocation_packer { namespace
Delf_file.h28 namespace relocation_packer {
Dsleb128.cc32 namespace relocation_packer { namespace
Ddebug_unittest.cc10 namespace relocation_packer { namespace
Dsleb128_unittest.cc11 namespace relocation_packer { namespace
Ddelta_encoder_unittest.cc37 namespace relocation_packer { namespace
Ddelta_encoder.cc32 namespace relocation_packer { namespace
Dpacker_unittest.cc36 namespace relocation_packer { namespace
Delf_file.cc27 namespace relocation_packer { namespace
/bionic/tools/relocation_packer/
DAndroid.mk54 LOCAL_MODULE := relocation_packer