Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.h36 R_GOT, enumerator
DRelocations.cpp319 if (oneof<R_GOT, R_GOTPLT, R_GOT_PC, R_AARCH64_GOT_PAGE_PC, R_GOT_OFF, in handleTlsRelocation()
379 return oneof<R_GOT, R_GOT_OFF, R_MIPS_GOT_LOCAL_PAGE, R_MIPS_GOT_OFF, in needsGot()
416 if (e == R_GOT || e == R_PLT || e == R_TLSDESC) in isStaticLinkTimeConstant()
1157 if (expr == R_GOT || (rel == target->symbolicRel && !sym.isPreemptible)) { in processRelocAux()
DInputSection.cpp686 case R_GOT: in getRelocTargetVA()
/external/llvm-project/lld/test/ELF/
Dhexagon-tls-ie.s5 ## shared needs -z notext because of the R_HEX_IE_16/32_X(R_GOT) static
/external/llvm-project/lld/ELF/Arch/
DX86.cpp107 return R_GOT; in getRelExpr()
145 return (loc[-1] & 0xc7) == 0x5 ? R_GOT : R_GOTPLT; in getRelExpr()
DHexagon.cpp129 return R_GOT; in getRelExpr()
DAArch64.cpp148 return R_GOT; in getRelExpr()