Searched refs:R_GOT (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Relocations.h | 36 R_GOT, enumerator
|
D | Relocations.cpp | 319 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()
|
D | InputSection.cpp | 686 case R_GOT: in getRelocTargetVA()
|
/external/llvm-project/lld/test/ELF/ |
D | hexagon-tls-ie.s | 5 ## shared needs -z notext because of the R_HEX_IE_16/32_X(R_GOT) static
|
/external/llvm-project/lld/ELF/Arch/ |
D | X86.cpp | 107 return R_GOT; in getRelExpr() 145 return (loc[-1] & 0xc7) == 0x5 ? R_GOT : R_GOTPLT; in getRelExpr()
|
D | Hexagon.cpp | 129 return R_GOT; in getRelExpr()
|
D | AArch64.cpp | 148 return R_GOT; in getRelExpr()
|