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

  /bionic/tools/relocation_packer/src/
packer.cc 18 void RelocationPacker<ELF>::PackRelocations(const std::vector<typename ELF::Rela>& relocations,
elf_file.cc 605 bool ElfFile<ELF>::PackRelocations() {
638 // Helper for PackRelocations(). Rel type is one of ELF::Rel or ELF::Rela.
664 packer.PackRelocations(*relocations, &packed);
    [all...]

Completed in 53 milliseconds