Home
last modified time | relevance | path

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

/external/chromium_org/tools/relocation_packer/src/
Dpacker_unittest.cc14 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() local
96 std::vector<ELF::Rel> relocations; in TEST() local
139 std::vector<ELF::Rela> relocations; in TEST() local
196 std::vector<ELF::Rela> relocations; in TEST() local
Dpacker.cc21 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()
Drun_length_encoder.cc18 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()
Drun_length_encoder_unittest.cc14 void AddRelocation(ELF::Addr addr, std::vector<ELF::Rel>* relocations) { in AddRelocation()
32 std::vector<ELF::Rel> relocations; in TEST() local
91 std::vector<ELF::Rel> relocations; in TEST() local
Ddelta_encoder_unittest.cc16 std::vector<ELF::Rela>* relocations) { in AddRelocation()
38 std::vector<ELF::Rela> relocations; in TEST() local
110 std::vector<ELF::Rela> relocations; in TEST() local
Ddelta_encoder.cc17 void RelocationDeltaCodec::Encode(const std::vector<ELF::Rela>& relocations, in Encode()
43 std::vector<ELF::Rela>* relocations) { in Decode()
Delf_file.cc915 std::vector<ELF::Rel>* relocations) { in PadRelocations()
925 std::vector<ELF::Rela>* relocations) { in PadRelocations()
951 std::vector<ELF::Rel> relocations( in PackRelocations() local
963 std::vector<ELF::Rela> relocations( in PackRelocations() local
977 bool ElfFile::PackTypedRelocations(const std::vector<Rel>& relocations, in PackTypedRelocations()
1192 std::vector<Rel> relocations( in UnpackTypedRelocations() local
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_elf_relro.cpp118 ElfRelocations relocations; in CopyFromRelocated() local
Dcrazy_linker_shared_library.cpp398 ElfRelocations relocations; in Relocate() local
/external/llvm/include/llvm/Object/
DObjectFile.h116 iterator_range<relocation_iterator> relocations() const { in relocations() function
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp89 typedef std::vector<COFFRelocation> relocations; typedef