Home
last modified time | relevance | path

Searched refs:R_CLS (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFObjectWriter.cpp50 #define R_CLS(rtype) \ macro
132 return R_CLS(PREL16); in getRelocType()
135 ? R_CLS(PLT32) in getRelocType()
136 : R_CLS(PREL32); in getRelocType()
150 return R_CLS(ADR_PREL_LO21); in getRelocType()
153 return R_CLS(ADR_PREL_PG_HI21); in getRelocType()
165 return R_CLS(ADR_GOT_PAGE); in getRelocType()
167 return R_CLS(TLSIE_ADR_GOTTPREL_PAGE21); in getRelocType()
169 return R_CLS(TLSDESC_ADR_PAGE21); in getRelocType()
174 return R_CLS(JUMP26); in getRelocType()
[all …]