Home
last modified time | relevance | path

Searched refs:Relocation (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm/test/MC/MachO/AArch64/
Ddarwin-ARM64-reloc.s39 ; CHECK-NEXT: Relocation {
46 ; CHECK-NEXT: Relocation {
53 ; CHECK-NEXT: Relocation {
60 ; CHECK-NEXT: Relocation {
67 ; CHECK-NEXT: Relocation {
74 ; CHECK-NEXT: Relocation {
81 ; CHECK-NEXT: Relocation {
88 ; CHECK-NEXT: Relocation {
95 ; CHECK-NEXT: Relocation {
102 ; CHECK-NEXT: Relocation {
[all …]
/external/llvm/test/tools/llvm-readobj/
Drelocations.test62 MACHO-PPC-NEXT: Relocation {
69 MACHO-PPC-NEXT: Relocation {
76 MACHO-PPC-NEXT: Relocation {
83 MACHO-PPC-NEXT: Relocation {
90 MACHO-PPC-NEXT: Relocation {
99 MACHO-PPC-NEXT: Relocation {
106 MACHO-PPC-NEXT: Relocation {
113 MACHO-PPC-NEXT: Relocation {
120 MACHO-PPC-NEXT: Relocation {
129 MACHO-PPC-NEXT: Relocation {
[all …]
Dsections-ext.test303 MACHO-PPC-NEXT: Relocation {
310 MACHO-PPC-NEXT: Relocation {
317 MACHO-PPC-NEXT: Relocation {
324 MACHO-PPC-NEXT: Relocation {
331 MACHO-PPC-NEXT: Relocation {
376 MACHO-PPC-NEXT: Relocation {
383 MACHO-PPC-NEXT: Relocation {
390 MACHO-PPC-NEXT: Relocation {
397 MACHO-PPC-NEXT: Relocation {
484 MACHO-PPC-NEXT: Relocation {
[all …]
Dgnu-relocations.test6 ELF32: Relocation section '.rel.text' at offset 0x318 contains 41 entries:
19 ELF64: Relocation section '.rela.text' at offset 0x430 contains 38 entries:
/external/llvm/test/MC/MachO/ARM/
Dthumb2-movw-fixup.s25 @ CHECK: Relocation {
32 @ CHECK: Relocation {
39 @ CHECK: Relocation {
46 @ CHECK: Relocation {
53 @ CHECK: Relocation {
60 @ CHECK: Relocation {
67 @ CHECK: Relocation {
74 @ CHECK: Relocation {
Dstatic-movt-relocs.s11 @ CHECK-NEXT: Relocation {
18 @ CHECK-NEXT: Relocation {
25 @ CHECK-NEXT: Relocation {
32 @ CHECK-NEXT: Relocation {
Dthumb2-movt-fixup.s16 @ CHECK: Relocation {
23 @ CHECK: Relocation {
Dlong-call-branch-island-relocation.s45 @ CHECK: Relocation {
/external/llvm/test/Object/
Drelocation-executable.test8 // CHECK-NEXT: Relocation {
16 // CHECK-NEXT: Relocation {
22 // CHECK-NEXT: Relocation {
31 // DYN-NEXT: Relocation {
37 // DYN-NEXT: Relocation {
43 // DYN-NEXT: Relocation {
55 // DYN2-NEXT: Relocation {
Ddyn-rel-relocation.test31 // CHECK-NEXT: Relocation {
37 // CHECK-NEXT: Relocation {
43 // CHECK-NEXT: Relocation {
53 // CHECK-NEXT: Relocation {
59 // CHECK-NEXT: Relocation {
65 // CHECK-NEXT: Relocation {
Dyaml2obj-readobj.test12 // COFF-I386-NEXT: Relocation {
17 // COFF-I386-NEXT: Relocation {
22 // COFF-I386-NEXT: Relocation {
/external/llvm/test/CodeGen/PowerPC/
Dhello-reloc.s65 ; 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 {
132 ; DARWIN-G4-DUMP: Relocation {
/external/llvm/include/llvm/ObjectYAML/
DELFYAML.h91 Relocation, enumerator
133 struct Relocation { struct
140 std::vector<Relocation> Relocations; argument
141 RelocationSection() : Section(SectionKind::Relocation) {} in RelocationSection()
143 return S->Kind == SectionKind::Relocation; in classof()
181 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
297 template <> struct MappingTraits<ELFYAML::Relocation> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
298 static void mapping(IO &IO, ELFYAML::Relocation &Rel); in LLVM_YAML_IS_SEQUENCE_VECTOR()
DCOFFYAML.h49 struct Relocation { struct
59 std::vector<Relocation> Relocations; argument
95 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
166 struct MappingTraits<COFFYAML::Relocation> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
167 static void mapping(IO &IO, COFFYAML::Relocation &Rel); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h57 struct Relocation { struct
77 std::vector<Relocation> Relocations; argument
118 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
199 struct MappingTraits<COFFYAML::Relocation> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
200 static void mapping(IO &IO, COFFYAML::Relocation &Rel); in LLVM_YAML_IS_SEQUENCE_VECTOR()
DELFYAML.h140 Relocation, enumerator
426 struct Relocation { struct
434 std::vector<Relocation> Relocations; argument
437 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection()
440 return S->Kind == ChunkKind::Relocation; in classof()
524 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
688 template <> struct MappingTraits<ELFYAML::Relocation> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
689 static void mapping(IO &IO, ELFYAML::Relocation &Rel); in LLVM_YAML_IS_SEQUENCE_VECTOR()
DWasmYAML.h107 struct Relocation { struct
182 std::vector<Relocation> Relocations;
412 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
486 template <> struct MappingTraits<WasmYAML::Relocation> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
487 static void mapping(IO &IO, WasmYAML::Relocation &Relocation); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/elfutils/tests/
Drun-readelf-test1.sh33 Relocation section [ 8] '.rel.got' for section [19] '.got' at offset 0x294 contains 1 entry:
37 Relocation section [ 9] '.rel.plt' for section [11] '.plt' at offset 0x29c contains 4 entries:
/external/llvm/bindings/python/llvm/tests/
Dtest_object.py3 from ..object import Relocation
62 assert isinstance(relocation, Relocation)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp441 for (const auto &Relocation : RelaPlt->relocations()) { in getPltAddresses() local
442 if (Relocation.getType() != JumpSlotReloc) in getPltAddresses()
444 auto PltEntryIter = GotToPlt.find(Relocation.getOffset()); in getPltAddresses()
447 Relocation.getSymbol()->getRawDataRefImpl(), PltEntryIter->second)); in getPltAddresses()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp314 void MappingTraits<WasmYAML::Relocation>::mapping( in mapping()
315 IO &IO, WasmYAML::Relocation &Relocation) { in mapping() argument
316 IO.mapRequired("Type", Relocation.Type); in mapping()
317 IO.mapRequired("Index", Relocation.Index); in mapping()
318 IO.mapRequired("Offset", Relocation.Offset); in mapping()
319 IO.mapOptional("Addend", Relocation.Addend, 0); in mapping()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp38 ELFYAML::Relocation &R);
209 ELFYAML::Relocation &R) { in dumpRelocation()
291 ELFYAML::Relocation R; in dumpRelSection()
316 ELFYAML::Relocation R; in dumpRelaSection()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp961 for (auto &Relocation : Sec->Relocations) { in writeObject() local
962 assert(Relocation.Symb->getIndex() != -1); in writeObject()
963 Relocation.Data.SymbolTableIndex = Relocation.Symb->getIndex(); in writeObject()
1070 for (const auto &Relocation : (*i)->Relocations) in writeObject()
1071 WriteRelocation(Relocation.Data); in writeObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp654 for (const auto &Relocation : Sec.Relocations) in writeSection() local
655 WriteRelocation(Relocation.Data); in writeSection()
931 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets() local
932 assert(Relocation.Symb->getIndex() != -1); in assignFileOffsets()
933 Relocation.Data.SymbolTableIndex = Relocation.Symb->getIndex(); in assignFileOffsets()
/external/llvm/bindings/python/llvm/
Dobject.py257 last = Relocation(relocations)
358 class Relocation(LLVMObject): class

12