Lines Matching full:elf
1 //===-- CSKYELFObjectWriter.cpp - CSKY ELF Writer -------------------------===//
16 #define DEBUG_TYPE "csky-elf-object-writer"
25 : MCELFObjectTargetWriter(false, OSABI, ELF::EM_CSKY, true){}; in CSKYELFObjectWriter()
48 return ELF::R_CKCORE_NONE; in getRelocType()
51 return ELF::R_CKCORE_PCREL32; in getRelocType()
53 return ELF::R_CKCORE_PCREL_IMM16_4; in getRelocType()
55 return ELF::R_CKCORE_PCREL_IMM8_4; in getRelocType()
57 return ELF::R_CKCORE_PCREL_IMM26_2; in getRelocType()
59 return ELF::R_CKCORE_PCREL_IMM18_2; in getRelocType()
61 return ELF::R_CKCORE_PCREL_IMM16_2; in getRelocType()
63 return ELF::R_CKCORE_PCREL_IMM10_2; in getRelocType()
65 return ELF::R_CKCORE_PCREL_IMM7_4; in getRelocType()
73 return ELF::R_CKCORE_NONE; in getRelocType()
76 return ELF::R_CKCORE_NONE; in getRelocType()
79 return ELF::R_CKCORE_NONE; in getRelocType()
84 return ELF::R_CKCORE_ADDR32; in getRelocType()
86 return ELF::R_CKCORE_GOT32; in getRelocType()
88 return ELF::R_CKCORE_GOTOFF; in getRelocType()
90 return ELF::R_CKCORE_PLT32; in getRelocType()
92 return ELF::R_CKCORE_TLS_IE32; in getRelocType()
94 return ELF::R_CKCORE_TLS_LE32; in getRelocType()
96 return ELF::R_CKCORE_TLS_GD32; in getRelocType()
98 return ELF::R_CKCORE_TLS_LDM32; in getRelocType()
100 return ELF::R_CKCORE_TLS_LDO32; in getRelocType()
102 return ELF::R_CKCORE_GOTPC; in getRelocType()
104 return ELF::R_CKCORE_ADDR32; in getRelocType()
113 return ELF::R_CKCORE_NONE; in getRelocType()
115 return ELF::R_CKCORE_GOT32; in getRelocType()
117 return ELF::R_CKCORE_GOTOFF; in getRelocType()
119 return ELF::R_CKCORE_PLT32; in getRelocType()
121 return ELF::R_CKCORE_TLS_GD32; in getRelocType()
123 return ELF::R_CKCORE_TLS_LDM32; in getRelocType()
125 return ELF::R_CKCORE_TLS_LE32; in getRelocType()
127 return ELF::R_CKCORE_ADDR32; in getRelocType()
130 return ELF::R_CKCORE_NONE; in getRelocType()
133 return ELF::R_CKCORE_NONE; in getRelocType()
135 return ELF::R_CKCORE_ADDR32; in getRelocType()
137 return ELF::R_CKCORE_ADDR_HI16; in getRelocType()
139 return ELF::R_CKCORE_ADDR_LO16; in getRelocType()
141 return ELF::R_CKCORE_DOFFSET_IMM18; in getRelocType()
143 return ELF::R_CKCORE_DOFFSET_IMM18_2; in getRelocType()
145 return ELF::R_CKCORE_DOFFSET_IMM18_4; in getRelocType()
147 return ELF::R_CKCORE_GOT_IMM18_4; in getRelocType()
149 return ELF::R_CKCORE_PLT_IMM18_4; in getRelocType()