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

  /bionic/tools/relocation_packer/src/
packer.h 31 static void UnpackRelocations(const std::vector<uint8_t>& packed,
main.cc 126 status = elf_file.UnpackRelocations();
135 status = elf_file.UnpackRelocations();
elf_file.h 56 bool UnpackRelocations();
72 // Templated unpacker, helper for UnpackRelocations(). Rel type is one of
packer.cc 46 void RelocationPacker<ELF>::UnpackRelocations(
elf_file_unittest.cc 110 EXPECT_TRUE(elf_file.UnpackRelocations());
143 EXPECT_FALSE(elf_file.UnpackRelocations());
packer_unittest.cc 124 packer.UnpackRelocations(packed, &relocations);
278 packer.UnpackRelocations(packed, &relocations);
elf_file.cc 783 packer.UnpackRelocations(packed, &unpacked);
830 bool ElfFile<ELF>::UnpackRelocations() {
    [all...]

Completed in 147 milliseconds