HomeSort by relevance Sort by last modified time
    Searched full:relocation_packer (Results 1 - 25 of 28) sorted by null

1 2

  /prebuilts/misc/linux-x86/relocation_packer/
PREBUILT 2 the source in bionic/tools/relocation_packer/
  /bionic/tools/relocation_packer/src/
debug.h 30 namespace relocation_packer { namespace
80 } // namespace relocation_packer
83 typedef relocation_packer::Logger::Severity LogSeverity;
90 (relocation_packer::Logger(relocation_packer::Logger::severity, INT_MIN, \
94 (relocation_packer::Logger(relocation_packer::Logger::severity, INT_MIN, \
101 (relocation_packer::Logger(relocation_packer::Logger::INFO, (level), true) \
104 (relocation_packer::Logger(relocation_packer::Logger::INFO, (level),
    [all...]
packer.h 15 namespace relocation_packer { namespace
35 } // namespace relocation_packer
debug.cc 11 namespace relocation_packer { namespace
55 } // namespace relocation_packer
packer.cc 14 namespace relocation_packer { namespace
67 } // 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());
sleb128.h 21 namespace relocation_packer { namespace
74 } // 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.h 94 namespace relocation_packer { namespace
130 } // namespace relocation_packer
elf_file.h 28 namespace relocation_packer { namespace
119 } // namespace relocation_packer
sleb128_unittest.cc 11 namespace relocation_packer { namespace
166 } // 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
packer_unittest.cc 36 namespace relocation_packer { namespace
300 } // namespace relocation_packer
  /build/soong/cc/
relocation_packer.go 26 pctx.SourcePathVariable("relocationPackerCmd", "prebuilts/misc/${config.HostPrebuiltTag}/relocation_packer/relocation_packer")
  /bionic/tools/relocation_packer/
Android.bp 54 name: "relocation_packer",
  /build/soong/
Android.bp 134 "cc/relocation_packer.go",
  /bionic/tools/relocation_packer/test_data/
elf_file_unittest_relocs_mips32.so 
elf_file_unittest_relocs_mips32_packed.so 
elf_file_unittest_relocs_arm32.so 
elf_file_unittest_relocs_arm32_packed.so 
elf_file_unittest_relocs_ia32.so 
  /build/make/core/
config.mk 703 RELOCATION_PACKER := prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/relocation_packer/relocation_packer
    [all...]

Completed in 674 milliseconds

1 2