Searched refs:PackRelocations (Results 1 – 7 of 7) sorted by relevance
25 static void PackRelocations(const std::vector<typename ELF::Rela>& relocations,
128 status = elf_file.PackRelocations(); in main()137 status = elf_file.PackRelocations(); in main()
18 void RelocationPacker<ELF>::PackRelocations(const std::vector<typename ELF::Rela>& relocations, in PackRelocations() function in relocation_packer::RelocationPacker
51 bool PackRelocations();
107 EXPECT_TRUE(elf_file.PackRelocations()); in ProcessUnpack()146 EXPECT_TRUE(elf_file.PackRelocations()); in ProcessPack()
56 packer.PackRelocations(relocations, &packed); in DoPackNoAddend()166 packer.PackRelocations(relocations, &packed); in DoPackWithAddend()
678 bool ElfFile<ELF>::PackRelocations() { in PackRelocations() function in relocation_packer::ElfFile737 packer.PackRelocations(*relocations, &packed); in PackTypedRelocations()