Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp939 uint32_t finalReloc; in relaxTlsIeToLe() local
944 finalReloc = R_PPC64_TPREL16_LO_DS; in relaxTlsIeToLe()
946 finalReloc = R_PPC64_TPREL16_LO; in relaxTlsIeToLe()
948 relocateNoSym(loc + offset, finalReloc, val); in relaxTlsIeToLe()