/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | basic-relocations.test | 22 Relocations: 36 Relocations: 44 Relocations: 53 Relocations: 82 # CHECK: Relocations [
|
D | no-symbol-relocation.test | 21 Relocations: 25 # CHECK: Relocations [ 38 # STRIP: Relocations [ 67 Relocations:
|
D | relocations-no-symtab.test | 8 # CHECK: Relocations [ 27 Relocations: 52 Relocations:
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | eh-directive-personalityindex.s | 30 @ RELOC: Relocations [ 59 @ RELOC: Relocations [ 92 @ RELOC: Relocations [ 129 @ RELOC: Relocations [ 163 @ RELOC: Relocations [ 198 @ RELOC: Relocations [
|
D | eh-directive-personality.s | 40 @ RELOC: Relocations [ 54 @ RELOC: Relocations [ 91 @ RELOC: Relocations [ 105 @ RELOC: Relocations [
|
/external/llvm/test/MC/ARM/ |
D | eh-directive-personalityindex.s | 30 @ RELOC: Relocations [ 59 @ RELOC: Relocations [ 92 @ RELOC: Relocations [ 129 @ RELOC: Relocations [ 163 @ RELOC: Relocations [ 198 @ RELOC: Relocations [
|
D | eh-directive-personality.s | 40 @ RELOC: Relocations [ 54 @ RELOC: Relocations [ 91 @ RELOC: Relocations [ 105 @ RELOC: Relocations [
|
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/ |
D | relocations.test | 34 Relocations: 50 Relocations: 91 Relocations: 120 Relocations: 171 Relocations: 181 Relocations:
|
/external/llvm-project/llvm/test/tools/llvm-objdump/ |
D | relocations-in-nonreloc.test | 26 Relocations: 41 Relocations: 56 Relocations:
|
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/ |
D | section-filter-relocs.test | 44 Relocations: 52 Relocations: 59 Relocations: 71 Relocations:
|
D | elf-dynamic-relocs.test | 40 Relocations: 51 Relocations: 62 Relocations:
|
/external/llvm-project/lld/test/ELF/ |
D | undef-broken-debug.test | 27 Relocations: 38 Relocations: 51 Relocations:
|
/external/llvm-project/llvm/test/MC/PowerPC/ |
D | ppc64-initial-cfa.s | 28 # STATIC-NEXT: Relocations [ 52 # STATIC-NEXT: Relocations [ 69 # PIC-NEXT: Relocations [ 93 # PIC-NEXT: Relocations [
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-initial-cfa.s | 28 # STATIC-NEXT: Relocations [ 52 # STATIC-NEXT: Relocations [ 69 # PIC-NEXT: Relocations [ 93 # PIC-NEXT: Relocations [
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | sections-ext.test | 42 # SR-NEXT: Relocations [ 62 # SR-NEXT: Relocations [ 91 # SR-NEXT: Relocations [ 114 # SR-NEXT: Relocations [ 132 # SR-NEXT: Relocations [ 155 # SR-NEXT: Relocations [ 176 # SR-NEXT: Relocations [ 212 Relocations:
|
D | reloc-no-sym.test | 7 # CHECK: Relocations [ 23 Relocations:
|
D | dynamic-reloc.test | 8 # LLVM-NONE: Dynamic Relocations { 34 # LLVM-RELOCS: Dynamic Relocations { 71 Relocations: 77 Relocations: 87 Relocations: 142 # PLTRELUNKNOWN-LLVM: Dynamic Relocations {
|
/external/llvm-project/lld/test/ELF/invalid/ |
D | bad-reloc-target.test | 19 Relocations: 44 Relocations: 70 Relocations:
|
/external/llvm-project/lld/test/COFF/ |
D | sort-debug.test | 36 Relocations: 92 Relocations: 121 Relocations: 166 Relocations: 174 Relocations: 182 Relocations:
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 75 int Relocations; member in __anon852800780111::COFFSymbol 109 relocations Relocations; member in __anon852800780111::COFFSection 206 Relocations(0), MC(nullptr) { in COFFSymbol() 743 ++Reloc.Symb->Relocations; in recordRelocation() 800 coff_section->Relocations.push_back(Reloc); in recordRelocation() 942 if (Sec->Relocations.size() > 0) { in writeObject() 943 bool RelocationsOverflow = Sec->Relocations.size() >= 0xffff; in writeObject() 950 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in writeObject() 959 offset += COFF::RelocationSize * Sec->Relocations.size(); in writeObject() 961 for (auto &Relocation : Sec->Relocations) { in writeObject() [all …]
|
/external/llvm-project/llvm/test/Object/ |
D | relocation-executable.test | 6 // CHECK: Relocations [ 30 // DYN: Dynamic Relocations { 54 // DYN2: Dynamic Relocations {
|
D | invalid-alignment.test | 8 # CHECK-NEXT: Relocations [ 27 Relocations:
|
/external/llvm/test/Object/ |
D | relocation-executable.test | 6 // CHECK: Relocations [ 30 // DYN: Dynamic Relocations { 54 // DYN2: Dynamic Relocations {
|
/external/llvm-project/llvm/test/tools/llvm-cvtres/ |
D | machine.test | 29 X86-DAG: Relocations [ 41 X64-DAG: Relocations [ 53 ARM-DAG: Relocations [ 65 ARM64-DAG: Relocations [
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 84 int Relocations = 0; member in __anonf73500da0111::COFFSymbol 119 relocations Relocations; member in __anonf73500da0111::COFFSection 569 if (Section->Relocations.size() >= 0xffff) in writeSectionHeaders() 635 if (Sec.Relocations.empty()) { in writeSection() 644 if (Sec.Relocations.size() >= 0xffff) { in writeSection() 648 R.VirtualAddress = Sec.Relocations.size() + 1; in writeSection() 654 for (const auto &Relocation : Sec.Relocations) in writeSection() 768 ++Reloc.Symb->Relocations; in recordRelocation() 825 Sec->Relocations.push_back(Reloc); in recordRelocation() 912 if (!Sec->Relocations.empty()) { in assignFileOffsets() [all …]
|