Home
last modified time | relevance | path

Searched refs:PackRelocations (Results 1 – 7 of 7) sorted by relevance

/bionic/tools/relocation_packer/src/
Dpacker.h25 static void PackRelocations(const std::vector<typename ELF::Rela>& relocations,
Dmain.cc128 status = elf_file.PackRelocations(); in main()
137 status = elf_file.PackRelocations(); in main()
Dpacker.cc18 void RelocationPacker<ELF>::PackRelocations(const std::vector<typename ELF::Rela>& relocations, in PackRelocations() function in relocation_packer::RelocationPacker
Delf_file.h51 bool PackRelocations();
Delf_file_unittest.cc107 EXPECT_TRUE(elf_file.PackRelocations()); in ProcessUnpack()
146 EXPECT_TRUE(elf_file.PackRelocations()); in ProcessPack()
Dpacker_unittest.cc56 packer.PackRelocations(relocations, &packed); in DoPackNoAddend()
166 packer.PackRelocations(relocations, &packed); in DoPackWithAddend()
Delf_file.cc605 bool ElfFile<ELF>::PackRelocations() { in PackRelocations() function in relocation_packer::ElfFile
664 packer.PackRelocations(*relocations, &packed); in PackTypedRelocations()