Home
last modified time | relevance | path

Searched refs:PackTypedRelocations (Results 1 – 2 of 2) sorted by relevance

/bionic/tools/relocation_packer/src/
Delf_file.h70 bool PackTypedRelocations(std::vector<typename ELF::Rela>* relocations);
Delf_file.cc635 return PackTypedRelocations(&relocations); in PackRelocations()
640 bool ElfFile<ELF>::PackTypedRelocations(std::vector<typename ELF::Rela>* relocations) { in PackTypedRelocations() function in relocation_packer::ElfFile