/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 …]
|
/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/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/test/Object/ |
D | relocation-executable.test | 8 // CHECK-NEXT: Relocation { 16 // CHECK-NEXT: Relocation { 22 // CHECK-NEXT: Relocation { 31 // DYN-NEXT: Relocation { 43 // DYN2-NEXT: Relocation {
|
D | yaml2obj-readobj.test | 12 // COFF-I386-NEXT: Relocation { 17 // COFF-I386-NEXT: Relocation { 22 // COFF-I386-NEXT: Relocation {
|
/external/llvm/include/llvm/Object/ |
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/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/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 38 ELFYAML::Relocation &R); 206 ELFYAML::Relocation &R) { in dumpRelocation() 288 ELFYAML::Relocation R; in dumpRelSection() 313 ELFYAML::Relocation R; in dumpRelaSection()
|
D | coff2yaml.cpp | 118 std::vector<COFFYAML::Relocation> Relocations; in dumpSections() 121 COFFYAML::Relocation Rel; in dumpSections()
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 952 for (auto &Relocation : Sec->Relocations) { in writeObject() local 953 assert(Relocation.Symb->getIndex() != -1); in writeObject() 954 Relocation.Data.SymbolTableIndex = Relocation.Symb->getIndex(); in writeObject() 1067 for (const auto &Relocation : (*i)->Relocations) in writeObject() 1068 WriteRelocation(Relocation.Data); in writeObject()
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/ |
D | base-pointers-10.ll | 32 ; CHECK: Base Pairs (w/o Relocation):
|
/external/llvm/bindings/python/llvm/ |
D | object.py | 257 last = Relocation(relocations) 358 class Relocation(LLVMObject): class
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | base-pointers-10.ll | 3 ; CHECK: Base Pairs (w/o Relocation):
|
/external/llvm/tools/llvm-readobj/ |
D | ARMWinEHPrinter.cpp | 216 for (const auto &Relocation : Section.relocations()) { in getRelocatedSymbol() local 217 uint64_t RelocationOffset = Relocation.getOffset(); in getRelocatedSymbol() 219 return *Relocation.getSymbol(); in getRelocatedSymbol()
|
D | COFFDumper.cpp | 125 for (const auto &Relocation : Relocations) { in resolveSymbol() local 126 uint64_t RelocationOffset = Relocation.getOffset(); in resolveSymbol() 129 Sym = *Relocation.getSymbol(); in resolveSymbol()
|
/external/llvm/lib/Object/ |
D | COFFYAML.cpp | 342 void MappingTraits<COFFYAML::Relocation>::mapping(IO &IO, in mapping() 343 COFFYAML::Relocation &Rel) { in mapping()
|
D | ELFYAML.cpp | 771 void MappingTraits<ELFYAML::Relocation>::mapping(IO &IO, in mapping() 772 ELFYAML::Relocation &Rel) { in mapping()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 453 for (const COFFYAML::Relocation &R : S.Relocations) { in writeCOFF()
|