Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.h97 R_PPC64_RELAX_TOC, enumerator
DRelocations.cpp388 R_PPC64_RELAX_TOC, R_AARCH64_PAGE_PC, R_RELAX_GOT_PC, in isRelExpr()
409 R_PPC64_CALL_PLT, R_PPC64_RELAX_TOC, R_RISCV_ADD, R_TLSDESC_CALL, in isStaticLinkTimeConstant()
1394 } else if (oneof<R_GOTONLY_PC, R_GOTREL, R_PPC64_TOCBASE, R_PPC64_RELAX_TOC>( in scanReloc()
DInputSection.cpp694 case R_PPC64_RELAX_TOC: in getRelocTargetVA()
1044 case R_PPC64_RELAX_TOC: in relocateAlloc()
/external/llvm-project/lld/ELF/Arch/
DPPC64.cpp978 return config->tocOptimize ? R_PPC64_RELAX_TOC : R_GOTREL; in getRelExpr()