Home
last modified time | relevance | path

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

12345

/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 [
Deh-directive-section.s72 @ RELOC: Relocations [
101 @ RELOC: Relocations [
131 @ RELOC: Relocations [
160 @ RELOC: Relocations [
Delf-movt.s32 @ OBJ-NEXT: Relocations [
51 @ OBJ-NEXT: Relocations [
Dcoff-debugging-secrel.ll32 ; CHECK-ITANIUM: Relocations [
44 ; CHECK-MSVC: Relocations [
Deh-directive-handlerdata.s50 @ RELOC: Relocations [
110 @ RELOC: Relocations [
Deh-compact-pr0.s70 @ RELOC: Relocations [
107 @ RELOC: Relocations [
Dcxx-global-constructor.ll12 ; CHECK: Relocations [
Deh-directive-section-multiple-func.s78 @ RELOC: Relocations [
107 @ RELOC: Relocations [
/external/llvm/test/Object/
Drelocation-executable.test6 // CHECK: Relocations [
30 // DYN: Dynamic Relocations {
42 // DYN2: Dynamic Relocations {
Delf-reloc-no-sym.test3 CHECK: 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 [
Dppc-reloc.s14 # CHECK: Relocations [
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp75 int Relocations; member in __anonbdea3bd60111::COFFSymbol
109 relocations Relocations; member in __anonbdea3bd60111::COFFSection
205 Relocations(0), MC(nullptr) { in COFFSymbol()
738 ++Reloc.Symb->Relocations; in recordRelocation()
791 coff_section->Relocations.push_back(Reloc); in recordRelocation()
933 if (Sec->Relocations.size() > 0) { in writeObject()
934 bool RelocationsOverflow = Sec->Relocations.size() >= 0xffff; in writeObject()
941 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in writeObject()
950 offset += COFF::RelocationSize * Sec->Relocations.size(); in writeObject()
952 for (auto &Relocation : Sec->Relocations) { in writeObject()
[all …]
DELFObjectWriter.cpp104 Relocations; member in __anon3af649210111::ELFObjectWriter
146 Relocations.clear(); in reset()
707 Relocations[&FixupSection].push_back(Rec); in recordRelocation()
721 Relocations[&FixupSection].push_back(Rec); in recordRelocation()
948 if (Relocations[&Sec].empty()) in createRelocationSection()
1051 std::vector<ELFRelocationEntry> &Relocs = Relocations[&Sec]; in writeRelocations()
1199 std::vector<MCSectionELF *> Relocations; in writeObject() local
1235 Relocations.push_back(RelSection); in writeObject()
1260 for (MCSectionELF *RelSection : Relocations) { in writeObject()
/external/llvm/test/tools/llvm-readobj/
Drelocations.test20 COFF: Relocations [
28 BAD-COFF-RELOCS: Relocations [
34 ELF: Relocations [
43 MACHO-I386: Relocations [
52 MACHO-X86-64: Relocations [
60 MACHO-PPC: Relocations [
139 MACHO-PPC64: Relocations [
219 MACHO-ARM: Relocations [
Dsections-ext.test34 COFF-NEXT: Relocations [
87 ELF-NEXT: Relocations [
109 ELF-NEXT: Relocations [
150 ELF-NEXT: Relocations [
182 MACHO-I386-NEXT: Relocations [
227 MACHO-X86-64-NEXT: Relocations [
265 MACHO-X86-64-NEXT: Relocations [
302 MACHO-PPC-NEXT: Relocations [
375 MACHO-PPC-NEXT: Relocations [
427 MACHO-PPC-NEXT: Relocations [
[all …]
/external/llvm/test/DebugInfo/X86/
Ddbg-asm.s12 # CHECK-COFF: Relocations [
22 # CHECK-ELF: Relocations [
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp118 std::vector<COFFYAML::Relocation> Relocations; in dumpSections() local
129 Relocations.push_back(Rel); in dumpSections()
131 NewYAMLSection.Relocations = Relocations; in dumpSections()
/external/llvm/test/CodeGen/SPARC/
Dobj-relocs.ll4 ;CHECK-ABS: Relocations [
14 ; CHECK-PIC: Relocations [
/external/llvm/test/CodeGen/PowerPC/
Dmcm-obj.ll30 ; MEDIUM: Relocations [
35 ; LARGE: Relocations [
188 ; MEDIUM-JT: Relocations [
193 ; LARGE-JT: Relocations [
/external/llvm/test/MC/Sparc/
Dsparc-pic.s5 ! PIC: Relocations [
20 ! NOPIC: Relocations [
/external/llvm/test/MC/Mips/
Dmicromips-func-addr.s4 # CHECK: Relocations [
/external/llvm/test/MC/AArch64/
Darm64-small-data-fixups.s16 ; CHECK: Relocations [
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp88 cl::opt<bool> Relocations("relocations", variable
92 cl::aliasopt(Relocations));
315 if (opts::Relocations) in dumpObject()

12345