Lines Matching refs:ELF
42 : MCELFObjectTargetWriter(Is64Bit, OSABI, ELF::EM_RISCV, in RISCVELFObjectWriter()
56 return ELF::R_RISCV_32; in getRelocType()
58 return ELF::R_RISCV_64; in getRelocType()
60 return ELF::R_RISCV_ADD8; in getRelocType()
62 return ELF::R_RISCV_ADD16; in getRelocType()
64 return ELF::R_RISCV_ADD32; in getRelocType()
66 return ELF::R_RISCV_ADD64; in getRelocType()
68 return ELF::R_RISCV_SUB8; in getRelocType()
70 return ELF::R_RISCV_SUB16; in getRelocType()
72 return ELF::R_RISCV_SUB32; in getRelocType()
74 return ELF::R_RISCV_SUB64; in getRelocType()
76 return ELF::R_RISCV_HI20; in getRelocType()
78 return ELF::R_RISCV_LO12_I; in getRelocType()
80 return ELF::R_RISCV_LO12_S; in getRelocType()
82 return ELF::R_RISCV_PCREL_HI20; in getRelocType()
84 return ELF::R_RISCV_PCREL_LO12_I; in getRelocType()
86 return ELF::R_RISCV_PCREL_LO12_S; in getRelocType()
88 return ELF::R_RISCV_JAL; in getRelocType()
90 return ELF::R_RISCV_BRANCH; in getRelocType()
92 return ELF::R_RISCV_RVC_JUMP; in getRelocType()
94 return ELF::R_RISCV_RVC_BRANCH; in getRelocType()
96 return ELF::R_RISCV_CALL; in getRelocType()
98 return ELF::R_RISCV_RELAX; in getRelocType()