Home
last modified time | relevance | path

Searched refs:ELF (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonELFObjectWriter.cpp38 : MCELFObjectTargetWriter(/*Is64bit*/ false, OSABI, ELF::EM_HEXAGON, in HexagonELFObjectWriter()
54 return ELF::R_HEX_DTPREL_32; in getRelocType()
56 return ELF::R_HEX_GOT_32; in getRelocType()
58 return ELF::R_HEX_GOTREL_32; in getRelocType()
60 return ELF::R_HEX_GD_GOT_32; in getRelocType()
62 return ELF::R_HEX_IE_32; in getRelocType()
64 return ELF::R_HEX_IE_GOT_32; in getRelocType()
66 return ELF::R_HEX_LD_GOT_32; in getRelocType()
68 return ELF::R_HEX_32_PCREL; in getRelocType()
70 return ELF::R_HEX_TPREL_32; in getRelocType()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp143 if (Type == ELF::R_MIPS_HI16) in getMatchingLoType()
144 return ELF::R_MIPS_LO16; in getMatchingLoType()
145 if (Type == ELF::R_MICROMIPS_HI16) in getMatchingLoType()
146 return ELF::R_MICROMIPS_LO16; in getMatchingLoType()
147 if (Type == ELF::R_MIPS16_HI16) in getMatchingLoType()
148 return ELF::R_MIPS16_LO16; in getMatchingLoType()
151 Reloc.OriginalSymbol->getBinding() != ELF::STB_LOCAL) in getMatchingLoType()
152 return ELF::R_MIPS_NONE; in getMatchingLoType()
154 if (Type == ELF::R_MIPS_GOT16) in getMatchingLoType()
155 return ELF::R_MIPS_LO16; in getMatchingLoType()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCELFObjectWriter.cpp38 Is64Bit ? ELF::EM_PPC64 : ELF::EM_PPC, in PPCELFObjectWriter()
89 Type = ELF::R_PPC_REL24; in getRelocType()
92 Type = ELF::R_PPC_PLTREL24; in getRelocType()
95 Type = ELF::R_PPC_LOCAL24PC; in getRelocType()
101 Type = ELF::R_PPC_REL14; in getRelocType()
107 Type = ELF::R_PPC_REL16; in getRelocType()
110 Type = ELF::R_PPC_REL16_LO; in getRelocType()
113 Type = ELF::R_PPC_REL16_HI; in getRelocType()
116 Type = ELF::R_PPC_REL16_HA; in getRelocType()
126 Type = ELF::R_PPC_REL32; in getRelocType()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcELFObjectWriter.cpp26 Is64Bit ? ELF::EM_SPARCV9 : ELF::EM_SPARC, in SparcELFObjectWriter()
48 return ELF::R_SPARC_DISP32; in getRelocType()
55 case FK_Data_1: return ELF::R_SPARC_DISP8; in getRelocType()
56 case FK_Data_2: return ELF::R_SPARC_DISP16; in getRelocType()
57 case FK_Data_4: return ELF::R_SPARC_DISP32; in getRelocType()
58 case FK_Data_8: return ELF::R_SPARC_DISP64; in getRelocType()
59 case Sparc::fixup_sparc_call30: return ELF::R_SPARC_WDISP30; in getRelocType()
60 case Sparc::fixup_sparc_br22: return ELF::R_SPARC_WDISP22; in getRelocType()
61 case Sparc::fixup_sparc_br19: return ELF::R_SPARC_WDISP19; in getRelocType()
62 case Sparc::fixup_sparc_pc22: return ELF::R_SPARC_PC22; in getRelocType()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp20 #define ELF_RELOC(name, value) STRINGIFY_ENUM_CASE(ELF, name)
25 case ELF::EM_X86_64: in getELFRelocationTypeName()
32 case ELF::EM_386: in getELFRelocationTypeName()
33 case ELF::EM_IAMCU: in getELFRelocationTypeName()
40 case ELF::EM_MIPS: in getELFRelocationTypeName()
47 case ELF::EM_AARCH64: in getELFRelocationTypeName()
54 case ELF::EM_ARM: in getELFRelocationTypeName()
61 case ELF::EM_ARC_COMPACT: in getELFRelocationTypeName()
62 case ELF::EM_ARC_COMPACT2: in getELFRelocationTypeName()
69 case ELF::EM_AVR: in getELFRelocationTypeName()
[all …]
DRelocationResolver.cpp28 case ELF::R_X86_64_NONE: in supportsX86_64()
29 case ELF::R_X86_64_64: in supportsX86_64()
30 case ELF::R_X86_64_DTPOFF32: in supportsX86_64()
31 case ELF::R_X86_64_DTPOFF64: in supportsX86_64()
32 case ELF::R_X86_64_PC32: in supportsX86_64()
33 case ELF::R_X86_64_PC64: in supportsX86_64()
34 case ELF::R_X86_64_32: in supportsX86_64()
35 case ELF::R_X86_64_32S: in supportsX86_64()
44 case ELF::R_X86_64_NONE: in resolveX86_64()
46 case ELF::R_X86_64_64: in resolveX86_64()
[all …]
DELFObjectFile.cpp39 {"None", "NOTYPE", ELF::STT_NOTYPE},
40 {"Object", "OBJECT", ELF::STT_OBJECT},
41 {"Function", "FUNC", ELF::STT_FUNC},
42 {"Section", "SECTION", ELF::STT_SECTION},
43 {"File", "FILE", ELF::STT_FILE},
44 {"Common", "COMMON", ELF::STT_COMMON},
45 {"TLS", "TLS", ELF::STT_TLS},
49 {"GNU_IFunc", "IFUNC", ELF::STT_GNU_IFUNC},
79 if (Ident.first == ELF::ELFCLASS32) { in createELFObjectFile()
80 if (Ident.second == ELF::ELFDATA2LSB) in createELFObjectFile()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp23 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize()
24 ELF::SHF_ALLOC | ELF::SHF_WRITE | in Initialize()
25 ELF::XCORE_SHF_DP_SECTION); in Initialize()
26 BSSSectionLarge = Ctx.getELFSection(".dp.bss.large", ELF::SHT_NOBITS, in Initialize()
27 ELF::SHF_ALLOC | ELF::SHF_WRITE | in Initialize()
28 ELF::XCORE_SHF_DP_SECTION); in Initialize()
29 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize()
30 ELF::SHF_ALLOC | ELF::SHF_WRITE | in Initialize()
31 ELF::XCORE_SHF_DP_SECTION); in Initialize()
32 DataSectionLarge = Ctx.getELFSection(".dp.data.large", ELF::SHT_PROGBITS, in Initialize()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRELFObjectWriter.cpp36 : MCELFObjectTargetWriter(false, OSABI, ELF::EM_AVR, true) {} in AVRELFObjectWriter()
49 return ELF::R_AVR_8; in getRelocType()
51 return ELF::R_AVR_DIFF8; in getRelocType()
53 return ELF::R_AVR_8_LO8; in getRelocType()
55 return ELF::R_AVR_8_HI8; in getRelocType()
57 return ELF::R_AVR_8_HLO8; in getRelocType()
64 return ELF::R_AVR_32; in getRelocType()
66 return ELF::R_AVR_DIFF32; in getRelocType()
73 return ELF::R_AVR_16; in getRelocType()
75 return ELF::R_AVR_16_PM; in getRelocType()
[all …]
DAVRELFStreamer.cpp17 EFlags |= ELF::EF_AVR_ARCH_AVR1; in getEFlagsForFeatureSet()
19 EFlags |= ELF::EF_AVR_ARCH_AVR2; in getEFlagsForFeatureSet()
21 EFlags |= ELF::EF_AVR_ARCH_AVR25; in getEFlagsForFeatureSet()
23 EFlags |= ELF::EF_AVR_ARCH_AVR3; in getEFlagsForFeatureSet()
25 EFlags |= ELF::EF_AVR_ARCH_AVR31; in getEFlagsForFeatureSet()
27 EFlags |= ELF::EF_AVR_ARCH_AVR35; in getEFlagsForFeatureSet()
29 EFlags |= ELF::EF_AVR_ARCH_AVR4; in getEFlagsForFeatureSet()
31 EFlags |= ELF::EF_AVR_ARCH_AVR5; in getEFlagsForFeatureSet()
33 EFlags |= ELF::EF_AVR_ARCH_AVR51; in getEFlagsForFeatureSet()
35 EFlags |= ELF::EF_AVR_ARCH_AVR6; in getEFlagsForFeatureSet()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp51 ELF::EM_ARM, in ARMELFObjectWriter()
63 case ELF::R_ARM_PREL31: in needsRelocateWithSymbol()
64 case ELF::R_ARM_ABS32: in needsRelocateWithSymbol()
88 return ELF::R_ARM_NONE; in GetRelocTypeInner()
94 return ELF::R_ARM_REL32; in GetRelocTypeInner()
96 return ELF::R_ARM_TLS_IE32; in GetRelocTypeInner()
98 return ELF::R_ARM_GOT_PREL; in GetRelocTypeInner()
100 return ELF::R_ARM_PREL31; in GetRelocTypeInner()
106 return ELF::R_ARM_CALL; in GetRelocTypeInner()
108 return ELF::R_ARM_TLS_CALL; in GetRelocTypeInner()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp43 : MCELFObjectTargetWriter(Is64Bit, OSABI, ELF::EM_RISCV, in RISCVELFObjectWriter()
59 return ELF::R_RISCV_NONE; in getRelocType()
62 return ELF::R_RISCV_32_PCREL; in getRelocType()
64 return ELF::R_RISCV_PCREL_HI20; in getRelocType()
66 return ELF::R_RISCV_PCREL_LO12_I; in getRelocType()
68 return ELF::R_RISCV_PCREL_LO12_S; in getRelocType()
70 return ELF::R_RISCV_GOT_HI20; in getRelocType()
72 return ELF::R_RISCV_TLS_GOT_HI20; in getRelocType()
74 return ELF::R_RISCV_TLS_GD_HI20; in getRelocType()
76 return ELF::R_RISCV_JAL; in getRelocType()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp44 (EMachine != ELF::EM_386) && in X86ELFObjectWriter()
45 (EMachine != ELF::EM_IAMCU)) {} in X86ELFObjectWriter()
109 return ELF::R_X86_64_NONE; in getRelocType64()
112 return IsPCRel ? ELF::R_X86_64_PC64 : ELF::R_X86_64_64; in getRelocType64()
114 return IsPCRel ? ELF::R_X86_64_PC32 : ELF::R_X86_64_32; in getRelocType64()
116 return ELF::R_X86_64_32S; in getRelocType64()
118 return IsPCRel ? ELF::R_X86_64_PC16 : ELF::R_X86_64_16; in getRelocType64()
120 return IsPCRel ? ELF::R_X86_64_PC8 : ELF::R_X86_64_8; in getRelocType64()
126 return IsPCRel ? ELF::R_X86_64_GOTPC64 : ELF::R_X86_64_GOT64; in getRelocType64()
128 return IsPCRel ? ELF::R_X86_64_GOTPC32 : ELF::R_X86_64_GOT32; in getRelocType64()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionELF.cpp71 !(Flags & ELF::SHF_MERGE)) { in PrintSwitchToSection()
72 if (Flags & ELF::SHF_ALLOC) in PrintSwitchToSection()
74 if (Flags & ELF::SHF_EXECINSTR) in PrintSwitchToSection()
76 if (Flags & ELF::SHF_WRITE) in PrintSwitchToSection()
78 if (Flags & ELF::SHF_EXCLUDE) in PrintSwitchToSection()
80 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
87 if (Flags & ELF::SHF_ALLOC) in PrintSwitchToSection()
89 if (Flags & ELF::SHF_EXCLUDE) in PrintSwitchToSection()
91 if (Flags & ELF::SHF_EXECINSTR) in PrintSwitchToSection()
93 if (Flags & ELF::SHF_GROUP) in PrintSwitchToSection()
[all …]
DMCSymbolELF.cpp47 case ELF::STB_LOCAL: in setBinding()
50 case ELF::STB_GLOBAL: in setBinding()
53 case ELF::STB_WEAK: in setBinding()
56 case ELF::STB_GNU_UNIQUE: in setBinding()
71 return ELF::STB_LOCAL; in getBinding()
73 return ELF::STB_GLOBAL; in getBinding()
75 return ELF::STB_WEAK; in getBinding()
77 return ELF::STB_GNU_UNIQUE; in getBinding()
82 return ELF::STB_LOCAL; in getBinding()
84 return ELF::STB_GLOBAL; in getBinding()
[all …]
DELFObjectWriter.cpp126 if (LHSType == ELF::STT_SECTION && RHSType != ELF::STT_SECTION) in operator <()
128 if (LHSType != ELF::STT_SECTION && RHSType == ELF::STT_SECTION) in operator <()
130 if (LHSType == ELF::STT_SECTION && RHSType == ELF::STT_SECTION) in operator <()
140 StringTableBuilder StrTabBuilder{StringTableBuilder::ELF};
367 bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved; in writeSymbol()
379 uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx; in writeSymbol()
418 W.OS << ELF::ElfMagic; // e_ident[EI_MAG0] to e_ident[EI_MAG3] in writeHeader()
420 W.OS << char(is64Bit() ? ELF::ELFCLASS64 : ELF::ELFCLASS32); // e_ident[EI_CLASS] in writeHeader()
423 W.OS << char(W.Endian == support::little ? ELF::ELFDATA2LSB in writeHeader()
424 : ELF::ELFDATA2MSB); in writeHeader()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp68 case ELF::R_MIPS_32: in evaluateMIPS32Relocation()
70 case ELF::R_MIPS_26: in evaluateMIPS32Relocation()
72 case ELF::R_MIPS_HI16: in evaluateMIPS32Relocation()
75 case ELF::R_MIPS_LO16: in evaluateMIPS32Relocation()
77 case ELF::R_MIPS_PC32: { in evaluateMIPS32Relocation()
81 case ELF::R_MIPS_PC16: { in evaluateMIPS32Relocation()
85 case ELF::R_MIPS_PC19_S2: { in evaluateMIPS32Relocation()
89 case ELF::R_MIPS_PC21_S2: { in evaluateMIPS32Relocation()
93 case ELF::R_MIPS_PC26_S2: { in evaluateMIPS32Relocation()
97 case ELF::R_MIPS_PCHI16: { in evaluateMIPS32Relocation()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCObjectWriter.cpp39 : MCELFObjectTargetWriter(/*Is64Bit_=*/true, OSABI, ELF::EM_S390, in SystemZObjectWriter()
45 case FK_Data_1: return ELF::R_390_8; in getAbsoluteReloc()
46 case FK_Data_2: return ELF::R_390_16; in getAbsoluteReloc()
47 case FK_Data_4: return ELF::R_390_32; in getAbsoluteReloc()
48 case FK_Data_8: return ELF::R_390_64; in getAbsoluteReloc()
56 case FK_Data_2: return ELF::R_390_PC16; in getPCRelReloc()
57 case FK_Data_4: return ELF::R_390_PC32; in getPCRelReloc()
58 case FK_Data_8: return ELF::R_390_PC64; in getPCRelReloc()
59 case SystemZ::FK_390_PC12DBL: return ELF::R_390_PC12DBL; in getPCRelReloc()
60 case SystemZ::FK_390_PC16DBL: return ELF::R_390_PC16DBL; in getPCRelReloc()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp64 case ELF::EF_AMDGPU_MACH_R600_R600: AK = GK_R600; break; in getArchNameFromElfMach()
65 case ELF::EF_AMDGPU_MACH_R600_R630: AK = GK_R630; break; in getArchNameFromElfMach()
66 case ELF::EF_AMDGPU_MACH_R600_RS880: AK = GK_RS880; break; in getArchNameFromElfMach()
67 case ELF::EF_AMDGPU_MACH_R600_RV670: AK = GK_RV670; break; in getArchNameFromElfMach()
68 case ELF::EF_AMDGPU_MACH_R600_RV710: AK = GK_RV710; break; in getArchNameFromElfMach()
69 case ELF::EF_AMDGPU_MACH_R600_RV730: AK = GK_RV730; break; in getArchNameFromElfMach()
70 case ELF::EF_AMDGPU_MACH_R600_RV770: AK = GK_RV770; break; in getArchNameFromElfMach()
71 case ELF::EF_AMDGPU_MACH_R600_CEDAR: AK = GK_CEDAR; break; in getArchNameFromElfMach()
72 case ELF::EF_AMDGPU_MACH_R600_CYPRESS: AK = GK_CYPRESS; break; in getArchNameFromElfMach()
73 case ELF::EF_AMDGPU_MACH_R600_JUNIPER: AK = GK_JUNIPER; break; in getArchNameFromElfMach()
[all …]
/third_party/ltp/libs/libltpvdso/
Dparse_vdso.c35 #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x) macro
46 ELF(Sym) *symtab;
49 ELF(Word) nbucket, nchain;
53 ELF(Versym) *versym;
54 ELF(Verdef) *verdef;
72 ELF(Word) get_hash_val(void *ptr, ELF(Word) idx) in get_hash_val()
75 ELF(Xword) *table = ptr; in get_hash_val()
77 return (ELF(Word)) table[idx]; in get_hash_val()
80 ELF(Word) *table = ptr; in get_hash_val()
85 void *get_hash_ptr(void *ptr, ELF(Word) idx) in get_hash_ptr()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFObjectWriter.cpp46 : MCELFObjectTargetWriter(/*Is64Bit*/ true, OSABI, ELF::EM_AARCH64, in AArch64ELFObjectWriter()
51 IsILP32 ? ELF::R_AARCH64_P32_##rtype : ELF::R_AARCH64_##rtype
126 return ELF::R_AARCH64_NONE; in getRelocType()
136 return ELF::R_AARCH64_NONE; in getRelocType()
138 return ELF::R_AARCH64_PREL64; in getRelocType()
152 return ELF::R_AARCH64_NONE; in getRelocType()
154 return ELF::R_AARCH64_ADR_PREL_PG_HI21_NC; in getRelocType()
165 return ELF::R_AARCH64_NONE; in getRelocType()
182 return ELF::R_AARCH64_NONE; in getRelocType()
186 return ELF::R_AARCH64_NONE; in getRelocType()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp274 case ELF::R_X86_64_NONE: in resolveX86_64Relocation()
276 case ELF::R_X86_64_64: { in resolveX86_64Relocation()
283 case ELF::R_X86_64_32: in resolveX86_64Relocation()
284 case ELF::R_X86_64_32S: { in resolveX86_64Relocation()
286 assert((Type == ELF::R_X86_64_32 && (Value <= UINT32_MAX)) || in resolveX86_64Relocation()
287 (Type == ELF::R_X86_64_32S && in resolveX86_64Relocation()
296 case ELF::R_X86_64_PC8: { in resolveX86_64Relocation()
304 case ELF::R_X86_64_PC32: { in resolveX86_64Relocation()
313 case ELF::R_X86_64_PC64: { in resolveX86_64Relocation()
322 case ELF::R_X86_64_GOTOFF64: { in resolveX86_64Relocation()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp93 return ParseSectionSwitch(".data", ELF::SHT_PROGBITS, in ParseSectionDirectiveData()
94 ELF::SHF_WRITE | ELF::SHF_ALLOC, in ParseSectionDirectiveData()
98 return ParseSectionSwitch(".text", ELF::SHT_PROGBITS, in ParseSectionDirectiveText()
99 ELF::SHF_EXECINSTR | in ParseSectionDirectiveText()
100 ELF::SHF_ALLOC, SectionKind::getText()); in ParseSectionDirectiveText()
103 return ParseSectionSwitch(".bss", ELF::SHT_NOBITS, in ParseSectionDirectiveBSS()
104 ELF::SHF_WRITE | in ParseSectionDirectiveBSS()
105 ELF::SHF_ALLOC, SectionKind::getBSS()); in ParseSectionDirectiveBSS()
108 return ParseSectionSwitch(".rodata", ELF::SHT_PROGBITS, in ParseSectionDirectiveRoData()
109 ELF::SHF_ALLOC, in ParseSectionDirectiveRoData()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h321 assert(SymTable->sh_type == ELF::SHT_SYMTAB || in toDRI()
322 SymTable->sh_type == ELF::SHT_DYNSYM); in toDRI()
363 (Binding == ELF::STB_GLOBAL || Binding == ELF::STB_WEAK || in isExportedToOtherDSO()
364 Binding == ELF::STB_GNU_UNIQUE) && in isExportedToOtherDSO()
365 (Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_PROTECTED)); in isExportedToOtherDSO()
374 if (Sec.sh_type == ELF::SHT_ARM_ATTRIBUTES) { in getBuildAttributes()
473 if (ESym->getType() == ELF::STT_SECTION) { in getSymbolName()
501 if (ESym->st_shndx == ELF::SHN_ABS) in getSymbolValueImpl()
506 if ((Header->e_machine == ELF::EM_ARM || Header->e_machine == ELF::EM_MIPS) && in getSymbolValueImpl()
507 ESym->getType() == ELF::STT_FUNC) in getSymbolValueImpl()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430ELFObjectWriter.cpp25 : MCELFObjectTargetWriter(false, OSABI, ELF::EM_MSP430, in MSP430ELFObjectWriter()
35 case FK_Data_1: return ELF::R_MSP430_8; in getRelocType()
36 case FK_Data_2: return ELF::R_MSP430_16_BYTE; in getRelocType()
37 case FK_Data_4: return ELF::R_MSP430_32; in getRelocType()
38 case MSP430::fixup_32: return ELF::R_MSP430_32; in getRelocType()
39 case MSP430::fixup_10_pcrel: return ELF::R_MSP430_10_PCREL; in getRelocType()
40 case MSP430::fixup_16: return ELF::R_MSP430_16; in getRelocType()
41 case MSP430::fixup_16_pcrel: return ELF::R_MSP430_16_PCREL; in getRelocType()
42 case MSP430::fixup_16_byte: return ELF::R_MSP430_16_BYTE; in getRelocType()
43 case MSP430::fixup_16_pcrel_byte: return ELF::R_MSP430_16_PCREL_BYTE; in getRelocType()
[all …]

12345678910>>...12