Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp54 #define R_CLS(rtype) \ macro
137 return R_CLS(PREL16); in getRelocType()
140 ? R_CLS(PLT32) in getRelocType()
141 : R_CLS(PREL32); in getRelocType()
155 return R_CLS(ADR_PREL_LO21); in getRelocType()
158 return R_CLS(ADR_PREL_PG_HI21); in getRelocType()
169 return R_CLS(ADR_GOT_PAGE); in getRelocType()
171 return R_CLS(TLSIE_ADR_GOTTPREL_PAGE21); in getRelocType()
173 return R_CLS(TLSDESC_ADR_PAGE21); in getRelocType()
178 return R_CLS(JUMP26); in getRelocType()
[all …]