Home
last modified time | relevance | path

Searched defs:relocations (Results 1 – 5 of 5) sorted by relevance

/bionic/tools/relocation_packer/src/
Dpacker_unittest.cc17 std::vector<typename ELF::Rela>* relocations) { in AddRelocation()
40 std::vector<typename ELF::Rela> relocations; in DoPackNoAddend() local
97 std::vector<typename ELF::Rela> relocations; in DoUnpackNoAddend() local
149 std::vector<typename ELF::Rela> relocations; in DoPackWithAddend() local
273 std::vector<typename ELF::Rela> relocations; in DoUnpackWithAddend() local
Dpacker.cc18 void RelocationPacker<ELF>::PackRelocations(const std::vector<typename ELF::Rela>& relocations, in PackRelocations()
48 std::vector<typename ELF::Rela>* relocations) { in UnpackRelocations()
Ddelta_encoder_unittest.cc17 std::vector<T>* relocations) { in AddRelocation()
41 std::vector<typename ELF::Rela> relocations; in encode() local
160 std::vector<typename ELF::Rela> relocations; in decode() local
Ddelta_encoder.cc36 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()
Delf_file.cc615 std::vector<typename ELF::Rela> relocations; in PackRelocations() local
640 bool ElfFile<ELF>::PackTypedRelocations(std::vector<typename ELF::Rela>* relocations) { in PackTypedRelocations()