Searched refs:R_AARCH64_GOT_PAGE_PC (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.h | 86 R_AARCH64_GOT_PAGE_PC, enumerator
|
H A D | Relocations.cpp | 213 R_MIPS_GOT_OFF32, R_AARCH64_GOT_PAGE_PC, R_GOT_PC, R_GOTPLT, in needsGot() 989 R_AARCH64_GOT_PAGE_PC, R_GOT_PC, R_GOTONLY_PC, R_GOTPLTONLY_PC, in isStaticLinkTimeConstant() 1418 if (oneof<R_GOT, R_GOTPLT, R_GOT_PC, R_AARCH64_GOT_PAGE_PC, in handleTlsRelocation()
|
H A D | InputSection.cpp | 763 case R_AARCH64_GOT_PAGE_PC: in getRelocTargetVA()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | AArch64.cpp | 176 return R_AARCH64_GOT_PAGE_PC; in getRelExpr() 892 case R_AARCH64_GOT_PAGE_PC: in relocateAlloc()
|