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

  /bionic/tools/relocation_packer/src/
packer.cc 46 void RelocationPacker<ELF>::UnpackRelocations(
elf_file.cc 707 packer.UnpackRelocations(packed, &unpacked);
754 bool ElfFile<ELF>::UnpackRelocations() {
786 // Helper for UnpackRelocations(). Rel type is one of ELF::Rel or ELF::Rela.
794 packer.UnpackRelocations(packed, &unpacked_relocations);
    [all...]

Completed in 1766 milliseconds