/aosp12/bionic/linker/ |
H A D | linker_relocate.cpp | 160 static bool process_relocation_impl(Relocator& relocator, const rel_t& reloc) { in process_relocation_impl() 513 static bool process_relocation_general(Relocator& relocator, const rel_t& reloc) { in process_relocation_general() 519 static inline bool process_relocation(Relocator& relocator, const rel_t& reloc) { in process_relocation() 539 return for_all_packed_relocs(decoder, [&](const rel_t& reloc) { in packed_relocate_impl()
|
H A D | linker_reloc_iterators.h | 51 rel_t reloc = { in for_all_packed_relocs() local
|
/aosp12/frameworks/compile/mclinker/lib/Object/ |
H A D | ObjectLinker.cpp | 595 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in scanRelocations() local 799 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in relocation() local 883 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in normalSyncRelocationResult() local 914 Relocation* reloc = *iter; in normalSyncRelocationResult() local 939 Relocation* reloc = llvm::cast<Relocation>(relocIter); in partialSyncRelocationResult() local
|
/aosp12/frameworks/compile/mclinker/lib/Target/ |
H A D | OutputRelocSection.cpp | 38 Relocation* reloc = Relocation::Create(); in create() local
|
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/ |
H A D | AArch64Relocator.cpp | 165 Relocation& reloc = helper_DynRela_init(rsym, in scanLocalReloc() local 181 Relocation& reloc = helper_DynRela_init(rsym, in scanLocalReloc() local 251 Relocation& reloc = in scanGlobalReloc() local 259 Relocation& reloc = helper_DynRela_init(rsym, in scanGlobalReloc() local
|
H A D | AArch64CA53ErratumStub.cpp | 105 Relocation* reloc = in applyFixup() local
|
H A D | AArch64LDBackend.cpp | 340 Relocation* reloc = in scanErrata() local 383 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in doRelax() local
|
/aosp12/frameworks/compile/mclinker/lib/Fragment/ |
H A D | Stub.cpp | 58 Relocation* reloc = in applyFixup() local
|
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/ |
H A D | ARMLDBackend.cpp | 583 Relocation* reloc = llvm::cast<Relocation>(reloc_it); in setUpReachedSectionsForGC() local 759 Relocation* reloc = in rewriteARMExIdxSection() local 779 Relocation* reloc = in rewriteARMExIdxSection() local 830 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in doRelax() local
|
/aosp12/frameworks/compile/mclinker/lib/Target/X86/ |
H A D | X86Relocator.cpp | 786 Relocation* reloc = in convertTLSIEtoLE() local 1302 Relocation& reloc = helper_DynRel_init(rsym, in scanLocalReloc() local 1322 Relocation& reloc = helper_DynRel_init(rsym, in scanLocalReloc() local 1402 Relocation& reloc = helper_DynRel_init(rsym, in scanGlobalReloc() local 1409 Relocation& reloc = helper_DynRel_init(rsym, in scanGlobalReloc() local
|
/aosp12/frameworks/compile/mclinker/include/mcld/Target/ |
H A D | TargetLDBackend.h | 206 void addExtraRelocation(Relocation* reloc) { in addExtraRelocation()
|
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/ |
H A D | HexagonRelocator.cpp | 265 Relocation& reloc = helper_DynRel_init(rsym, in scanLocalReloc() local 328 Relocation& reloc = helper_DynRel_init(rsym, in scanGlobalReloc() local
|
H A D | HexagonLDBackend.cpp | 558 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in doRelax() local
|
/aosp12/system/chre/platform/shared/ |
H A D | nanoapp_loader.cc | 802 ElfRel *reloc = in fixRelocations() local 873 ElfRel *reloc = reinterpret_cast<ElfRel *>( in resolveGot() local
|
/aosp12/frameworks/compile/mclinker/lib/LD/ |
H A D | GarbageCollection.cpp | 151 Relocation* reloc = llvm::cast<Relocation>(reloc_it); in setUpReachedSections() local
|
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/ |
H A D | MipsGOT.cpp | 240 int reloc, in reserveLocalEntry()
|
H A D | MipsLDBackend.cpp | 815 for (RelocData::iterator reloc = sec->getRelocData()->begin(); in doRelax() local
|
/aosp12/art/runtime/gc/space/ |
H A D | image_space.cc | 251 std::ostream& operator<<(std::ostream& os, const RelocationRange& reloc) { in operator <<()
|