/external/llvm/test/MC/MachO/AArch64/ |
D | darwin-ARM64-reloc.s | 39 ; 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/ |
D | relocations.test | 62 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 …]
|
D | sections-ext.test | 303 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 …]
|
D | gnu-relocations.test | 6 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/ |
D | thumb2-movw-fixup.s | 25 @ CHECK: Relocation { 32 @ CHECK: Relocation { 39 @ CHECK: Relocation { 46 @ CHECK: Relocation { 53 @ CHECK: Relocation { 60 @ CHECK: Relocation { 67 @ CHECK: Relocation { 74 @ CHECK: Relocation {
|
D | static-movt-relocs.s | 11 @ CHECK-NEXT: Relocation { 18 @ CHECK-NEXT: Relocation { 25 @ CHECK-NEXT: Relocation { 32 @ CHECK-NEXT: Relocation {
|
D | thumb2-movt-fixup.s | 16 @ CHECK: Relocation { 23 @ CHECK: Relocation {
|
D | long-call-branch-island-relocation.s | 45 @ CHECK: Relocation {
|
/external/llvm/test/Object/ |
D | relocation-executable.test | 8 // 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 {
|
D | dyn-rel-relocation.test | 31 // CHECK-NEXT: Relocation { 37 // CHECK-NEXT: Relocation { 43 // CHECK-NEXT: Relocation { 53 // CHECK-NEXT: Relocation { 59 // CHECK-NEXT: Relocation { 65 // CHECK-NEXT: Relocation {
|
D | yaml2obj-readobj.test | 12 // COFF-I386-NEXT: Relocation { 17 // COFF-I386-NEXT: Relocation { 22 // COFF-I386-NEXT: Relocation {
|
/external/llvm/test/CodeGen/PowerPC/ |
D | hello-reloc.s | 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 { 132 ; DARWIN-G4-DUMP: Relocation {
|
/external/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 91 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()
|
D | COFFYAML.h | 49 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/ |
D | COFFYAML.h | 57 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()
|
D | ELFYAML.h | 140 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()
|
D | WasmYAML.h | 107 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/ |
D | run-readelf-test1.sh | 33 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/ |
D | test_object.py | 3 from ..object import Relocation 62 assert isinstance(relocation, Relocation)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 441 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/ |
D | WasmYAML.cpp | 314 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/ |
D | elf2yaml.cpp | 38 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/ |
D | WinCOFFObjectWriter.cpp | 961 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/ |
D | WinCOFFObjectWriter.cpp | 654 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/ |
D | object.py | 257 last = Relocation(relocations) 358 class Relocation(LLVMObject): class
|