Searched defs:relocations (Results 1 – 5 of 5) sorted by relevance
17 std::vector<typename ELF::Rela>* relocations) { in AddRelocation()40 std::vector<typename ELF::Rela> relocations; in DoPackNoAddend() local97 std::vector<typename ELF::Rela> relocations; in DoUnpackNoAddend() local149 std::vector<typename ELF::Rela> relocations; in DoPackWithAddend() local273 std::vector<typename ELF::Rela> relocations; in DoUnpackWithAddend() local
18 void RelocationPacker<ELF>::PackRelocations(const std::vector<typename ELF::Rela>& relocations, in PackRelocations()48 std::vector<typename ELF::Rela>* relocations) { in UnpackRelocations()
17 std::vector<T>* relocations) { in AddRelocation()41 std::vector<typename ELF::Rela> relocations; in encode() local160 std::vector<typename ELF::Rela> relocations; in decode() local
36 void RelocationDeltaCodec<ELF>::Encode(const std::vector<ElfRela>& relocations, in Encode()118 std::vector<ElfRela>* relocations) { in Decode()248 void RelocationDeltaCodec<ELF>::DetectGroup(const std::vector<ElfRela>& relocations, in DetectGroup()
615 std::vector<typename ELF::Rela> relocations; in PackRelocations() local640 bool ElfFile<ELF>::PackTypedRelocations(std::vector<typename ELF::Rela>* relocations) { in PackTypedRelocations()