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

/bionic/tools/relocation_packer/src/
H A Ddebug.h30 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())
H A Dpacker.h15 namespace relocation_packer { namespace
35 } // namespace relocation_packer
H A Dmain.cc104 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());
H A Ddebug.cc11 namespace relocation_packer { namespace
55 } // namespace relocation_packer
H A Ddelta_encoder.h94 namespace relocation_packer { namespace
130 } // namespace relocation_packer
H A Dsleb128.h21 namespace relocation_packer { namespace
74 } // namespace relocation_packer
H A Delf_file.h28 namespace relocation_packer { namespace
119 } // namespace relocation_packer
H A Dpacker.cc14 namespace relocation_packer { namespace
67 } // namespace relocation_packer
H A Dsleb128.cc32 namespace relocation_packer { namespace
131 } // namespace relocation_packer
H A Delf_file_unittest.cc104 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
H A Ddebug_unittest.cc10 namespace relocation_packer { namespace
122 } // namespace relocation_packer
H A Ddelta_encoder.cc32 namespace relocation_packer { namespace
307 } // namespace relocation_packer
H A Ddelta_encoder_unittest.cc37 namespace relocation_packer { namespace
223 } // namespace relocation_packer
H A Dsleb128_unittest.cc11 namespace relocation_packer { namespace
166 } // namespace relocation_packer
H A Dpacker_unittest.cc36 namespace relocation_packer { namespace
300 } // namespace relocation_packer
H A Delf_file.cc27 namespace relocation_packer { namespace
993 } // namespace relocation_packer
/bionic/tools/relocation_packer/
H A DAndroid.mk54 LOCAL_MODULE := relocation_packer

Completed in 291 milliseconds