/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
pr13082-6b.d | 7 Relocation section '.rela.dyn' at offset 0x[0-9a-f]+ contains 1 entries: 11 Relocation section '.rela.plt' at offset 0x[0-9a-f]+ contains 1 entries:
|
/frameworks/compile/mclinker/include/mcld/LD/ |
BranchIsland.h | 27 class Relocation; 39 typedef std::vector<Relocation*> RelocationListType; 67 /// relocation iterators of the island 90 /// for the given relocation 91 Stub* findStub(const Stub* pPrototype, const Relocation& pReloc); 94 bool addStub(const Stub* pPrototype, const Relocation& pReloc, Stub& pStub); 98 /// addRelocation - add a relocation into island 99 bool addRelocation(Relocation& pReloc);
|
/external/llvm/test/CodeGen/PowerPC/ |
hello-reloc.s | 2 ; which is responsible for writing mach-o relocation entries for (PIC) 65 ; DARWIN-G4-DUMP: Relocation { 72 ; DARWIN-G4-DUMP: Relocation { 79 ; DARWIN-G4-DUMP: Relocation { 86 ; DARWIN-G4-DUMP: Relocation { 93 ; DARWIN-G4-DUMP: Relocation { 102 ; DARWIN-G4-DUMP: Relocation { 109 ; DARWIN-G4-DUMP: Relocation { 116 ; DARWIN-G4-DUMP: Relocation { 123 ; DARWIN-G4-DUMP: Relocation { [all...] |
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64Relocator.cpp | 29 // Relocation Functions and Tables 34 typedef Relocator::Result (*ApplyFunctionType)(Relocation& pReloc, 72 Relocator::Result AArch64Relocator::applyRelocation(Relocation& pRelocation) { 73 Relocation::Type type = pRelocation.type(); 89 Relocator::Size AArch64Relocator::getSize(Relocation::Type pType) const { 94 Relocation& rel_entry = *getTarget().getRelaDyn().create(); 102 /// For a symbol needing copy relocation, define a copy symbol in the BSS 105 /// This is executed at scan relocation stage. 151 void AArch64Relocator::scanLocalReloc(Relocation& pReloc, 153 // rsym - The relocation target symbo [all...] |
AArch64CA53ErratumStub.cpp | 17 #include "mcld/Fragment/Relocation.h" 105 Relocation* reloc = 106 Relocation::Create((*it)->type(), 119 reloc = Relocation::Create((*it)->type(),
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonRelocator.cpp | 24 // Relocation Helper Functions 26 /// helper_DynRel - Get an relocation entry in .rela.dyn 27 static Relocation& helper_DynRel_init(ResolveInfo* pSym, 33 Relocation& rela_entry = *ld_backend.getRelaDyn().create(); 44 /// helper_use_relative_reloc - Check if symbol can use relocation 55 static HexagonGOTEntry& helper_GOT_init(Relocation& pReloc, 58 // rsym - The relocation target symbol 67 // No corresponding dynamic relocation, initialize to the symbol value. 70 // Initialize got_entry content and the corresponding dynamic relocation. 91 static PLTEntryBase& helper_PLT_init(Relocation& pReloc [all...] |
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
darwin-Thumb-reloc.s | 59 @ CHECK: # Relocation 0 62 @ CHECK: # Relocation 1 65 @ CHECK: # Relocation 2
|
darwin-ARM-reloc.s | 56 @ CHECK: # Relocation 0 59 @ CHECK: # Relocation 1 78 @ CHECK: # Relocation 0 81 @ CHECK: # Relocation 1
|
elf-movt.s | 30 @ OBJ: Relocation 0 35 @ OBJ: Relocation 1
|
/frameworks/compile/mclinker/include/mcld/Target/ |
TargetLDBackend.h | 11 #include "mcld/Fragment/Relocation.h" 50 typedef llvm::iplist<Relocation, GCFactoryListTraits<Relocation> > 204 /// addExtraRelocation - Add an extra relocation which are automatically 206 void addExtraRelocation(Relocation* reloc) {
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
FragmentRef.h | 77 friend class Relocation;
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
tls-js1.d | 14 # contents goes in .got.plt, the relocation goes in .rela.got, not 21 Relocation section '\.rela\.dyn' at offset 0x20c contains 2 entries: 26 Relocation section '\.rela\.plt' at offset 0x224 contains 2 entries:
|
weakref3.d | 17 Relocation section '.rela.dyn' at offset 0x... contains 1 entries: 21 Relocation section '.rela.plt' at offset 0x... contains 1 entries:
|
/external/llvm/include/llvm/ObjectYAML/ |
ELFYAML.h | 91 Relocation, 133 struct Relocation { 140 std::vector<Relocation> Relocations; 141 RelocationSection() : Section(SectionKind::Relocation) {} 143 return S->Kind == SectionKind::Relocation; 181 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::Relocation) 297 template <> struct MappingTraits<ELFYAML::Relocation> { 298 static void mapping(IO &IO, ELFYAML::Relocation &Rel);
|
/frameworks/compile/mclinker/include/mcld/Object/ |
ObjectLinker.h | 28 class Relocation; 58 /// readRelocations - read all relocation entries 91 /// scanRelocations - scan all relocation entries by output symbols. 110 /// relocate - applying relocation entries and create relocation 112 /// Create relocation section, asking TargetLDBackend to 113 /// read the relocation information into RelocationEntry 114 /// and push_back into the relocation section 115 bool relocation(); 149 /// normalSyncRelocationResult - sync relocation result when producing share [all...] |
/frameworks/compile/mclinker/lib/LD/ |
LDSection.cpp | 88 assert(LDFileFormat::Relocation != kind() && LDFileFormat::EhFrame != kind()); 93 assert(LDFileFormat::Relocation == kind());
|
Relocator.cpp | 31 void Relocator::partialScanRelocation(Relocation& pReloc, 37 // 1. update the relocation target offset 48 // set relocation target symbol to the output section symbol's resolveInfo 53 void Relocator::issueUndefRef(Relocation& pReloc,
|
/frameworks/compile/mclinker/lib/Target/X86/ |
X86RelocationFunctions.h | 13 static X86Relocator::Result Name(Relocation& pEntry, \ 80 static X86Relocator::Result Name(Relocation& pEntry, \
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
elf-rel10.d | 5 Relocation section '\.rela\.text' at offset .* contains 22 entries:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/ |
got-1.d | 17 Relocation section '.rela.dyn' at offset 0x[0-9a-f]+ contains 1 entries:
|
got-multigot-12-13-14-34-35-ok.d | 17 Relocation section '\.rela\.dyn' at offset 0x[0-9a-f]+ contains 24578 entries:
|
got-multigot-14-ok.d | 17 Relocation section '\.rela\.dyn' at offset 0x[0-9a-f]+ contains 16382 entries:
|
got-negative-12-13-14-34-ok.d | 17 Relocation section '\.rela\.dyn' at offset 0x[0-9a-f]+ contains 16382 entries:
|
got-negative-14-ok.d | 17 Relocation section '\.rela\.dyn' at offset 0x[0-9a-f]+ contains 16382 entries:
|
got-single-12-ok.d | 17 Relocation section '\.rela\.dyn' at offset 0x[0-9a-f]+ contains 8189 entries:
|