Searched defs:relocations (Results 1 – 11 of 11) sorted by relevance
14 void AddRelocation(ELF::Addr addr, std::vector<ELF::Rel>* relocations) { in AddRelocation()29 std::vector<ELF::Rela>* relocations) { in AddRelocation()51 std::vector<ELF::Rel> relocations; in TEST() local96 std::vector<ELF::Rel> relocations; in TEST() local139 std::vector<ELF::Rela> relocations; in TEST() local196 std::vector<ELF::Rela> relocations; in TEST() local
21 const std::vector<ELF::Rel>& relocations, in PackRelativeRelocations()53 std::vector<ELF::Rel>* relocations) { in UnpackRelativeRelocations()71 const std::vector<ELF::Rela>& relocations, in PackRelativeRelocations()106 std::vector<ELF::Rela>* relocations) { in UnpackRelativeRelocations()
18 void GetDeltas(const std::vector<ELF::Rel>& relocations, in GetDeltas()71 std::vector<ELF::Rel>* relocations) { in Uncondense()101 void RelocationRunLengthCodec::Encode(const std::vector<ELF::Rel>& relocations, in Encode()126 std::vector<ELF::Rel>* relocations) { in Decode()
14 void AddRelocation(ELF::Addr addr, std::vector<ELF::Rel>* relocations) { in AddRelocation()32 std::vector<ELF::Rel> relocations; in TEST() local91 std::vector<ELF::Rel> relocations; in TEST() local
16 std::vector<ELF::Rela>* relocations) { in AddRelocation()38 std::vector<ELF::Rela> relocations; in TEST() local110 std::vector<ELF::Rela> relocations; in TEST() local
17 void RelocationDeltaCodec::Encode(const std::vector<ELF::Rela>& relocations, in Encode()43 std::vector<ELF::Rela>* relocations) { in Decode()
915 std::vector<ELF::Rel>* relocations) { in PadRelocations()925 std::vector<ELF::Rela>* relocations) { in PadRelocations()951 std::vector<ELF::Rel> relocations( in PackRelocations() local963 std::vector<ELF::Rela> relocations( in PackRelocations() local977 bool ElfFile::PackTypedRelocations(const std::vector<Rel>& relocations, in PackTypedRelocations()1192 std::vector<Rel> relocations( in UnpackTypedRelocations() local
118 ElfRelocations relocations; in CopyFromRelocated() local
398 ElfRelocations relocations; in Relocate() local
116 iterator_range<relocation_iterator> relocations() const { in relocations() function
89 typedef std::vector<COFFRelocation> relocations; typedef