Lines Matching refs:ELF
41 : MCELFObjectTargetWriter(Is64Bit, OSABI, ELF::EM_LOONGARCH, in LoongArchELFObjectWriter()
60 return ELF::R_LARCH_NONE; in getRelocType()
63 return ELF::R_LARCH_NONE; in getRelocType()
66 return ELF::R_LARCH_NONE; in getRelocType()
68 return IsPCRel ? ELF::R_LARCH_32_PCREL : ELF::R_LARCH_32; in getRelocType()
70 return IsPCRel ? ELF::R_LARCH_64_PCREL : ELF::R_LARCH_64; in getRelocType()
72 return ELF::R_LARCH_B16; in getRelocType()
74 return ELF::R_LARCH_B21; in getRelocType()
76 return ELF::R_LARCH_B26; in getRelocType()
78 return ELF::R_LARCH_ABS_HI20; in getRelocType()
80 return ELF::R_LARCH_ABS_LO12; in getRelocType()
82 return ELF::R_LARCH_ABS64_LO20; in getRelocType()
84 return ELF::R_LARCH_ABS64_HI12; in getRelocType()
86 return ELF::R_LARCH_TLS_LE_HI20; in getRelocType()
88 return ELF::R_LARCH_TLS_LE_LO12; in getRelocType()
90 return ELF::R_LARCH_TLS_LE64_LO20; in getRelocType()
92 return ELF::R_LARCH_TLS_LE64_HI12; in getRelocType()
94 return ELF::R_LARCH_CALL36; in getRelocType()