Home
last modified time | relevance | path

Searched refs:Relocations (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dbasic-relocations.test22 Relocations:
36 Relocations:
44 Relocations:
53 Relocations:
82 # CHECK: Relocations [
Dno-symbol-relocation.test21 Relocations:
25 # CHECK: Relocations [
38 # STRIP: Relocations [
67 Relocations:
Drelocations-no-symtab.test8 # CHECK: Relocations [
27 Relocations:
52 Relocations:
/external/llvm-project/llvm/test/MC/ARM/
Deh-directive-personalityindex.s30 @ RELOC: Relocations [
59 @ RELOC: Relocations [
92 @ RELOC: Relocations [
129 @ RELOC: Relocations [
163 @ RELOC: Relocations [
198 @ RELOC: Relocations [
Deh-directive-personality.s40 @ RELOC: Relocations [
54 @ RELOC: Relocations [
91 @ RELOC: Relocations [
105 @ RELOC: Relocations [
/external/llvm/test/MC/ARM/
Deh-directive-personalityindex.s30 @ RELOC: Relocations [
59 @ RELOC: Relocations [
92 @ RELOC: Relocations [
129 @ RELOC: Relocations [
163 @ RELOC: Relocations [
198 @ RELOC: Relocations [
Deh-directive-personality.s40 @ RELOC: Relocations [
54 @ RELOC: Relocations [
91 @ RELOC: Relocations [
105 @ RELOC: Relocations [
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/
Drelocations.test34 Relocations:
50 Relocations:
91 Relocations:
120 Relocations:
171 Relocations:
181 Relocations:
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/
Dsection-filter-relocs.test44 Relocations:
52 Relocations:
59 Relocations:
71 Relocations:
/external/llvm-project/llvm/test/tools/llvm-objdump/
Drelocations-in-nonreloc.test26 Relocations:
41 Relocations:
56 Relocations:
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dsections-ext.test42 # 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:
Dreloc-no-sym.test7 # CHECK: Relocations [
23 Relocations:
Ddynamic-reloc.test8 # 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/
Dundef-broken-debug.test27 Relocations:
38 Relocations:
51 Relocations:
/external/llvm-project/llvm/test/MC/PowerPC/
Dppc64-initial-cfa.s28 # STATIC-NEXT: Relocations [
52 # STATIC-NEXT: Relocations [
69 # PIC-NEXT: Relocations [
93 # PIC-NEXT: Relocations [
/external/llvm/test/MC/PowerPC/
Dppc64-initial-cfa.s28 # STATIC-NEXT: Relocations [
52 # STATIC-NEXT: Relocations [
69 # PIC-NEXT: Relocations [
93 # PIC-NEXT: Relocations [
/external/llvm-project/lld/test/COFF/
Dsort-debug.test36 Relocations:
92 Relocations:
121 Relocations:
166 Relocations:
174 Relocations:
182 Relocations:
/external/llvm-project/lld/test/ELF/invalid/
Dbad-reloc-target.test19 Relocations:
44 Relocations:
70 Relocations:
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp75 int Relocations; member in __anon06e85d110111::COFFSymbol
109 relocations Relocations; member in __anon06e85d110111::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/
Drelocation-executable.test6 // CHECK: Relocations [
30 // DYN: Dynamic Relocations {
54 // DYN2: Dynamic Relocations {
Dinvalid-alignment.test8 # CHECK-NEXT: Relocations [
27 Relocations:
/external/llvm/test/Object/
Drelocation-executable.test6 // CHECK: Relocations [
30 // DYN: Dynamic Relocations {
54 // DYN2: Dynamic Relocations {
/external/llvm-project/llvm/test/tools/llvm-cvtres/
Dmachine.test29 X86-DAG: Relocations [
41 X64-DAG: Relocations [
53 ARM-DAG: Relocations [
65 ARM64-DAG: Relocations [
/external/llvm-project/llvm/lib/MC/
DWinCOFFObjectWriter.cpp85 int Relocations = 0; member in __anon873aeb9f0111::COFFSymbol
120 relocations Relocations; member in __anon873aeb9f0111::COFFSection
580 if (Section->Relocations.size() >= 0xffff) in writeSectionHeaders()
646 if (Sec.Relocations.empty()) { in writeSection()
655 if (Sec.Relocations.size() >= 0xffff) { in writeSection()
659 R.VirtualAddress = Sec.Relocations.size() + 1; in writeSection()
665 for (const auto &Relocation : Sec.Relocations) in writeSection()
786 ++Reloc.Symb->Relocations; in recordRelocation()
843 Sec->Relocations.push_back(Reloc); in recordRelocation()
971 if (!Sec->Relocations.empty()) { in assignFileOffsets()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp84 int Relocations = 0; member in __anon80dc0bb30111::COFFSymbol
119 relocations Relocations; member in __anon80dc0bb30111::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 …]

12345678910>>...21