Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp1374 const Relocation lo12Rel = isRelax ? relocs[i + 2] : relocs[i + 1]; in relocateAlloc() local
1375 if (lo12Rel.type == R_LARCH_GOT_PC_LO12 && in relocateAlloc()
1376 tryGotToPCRel(loc, rel, lo12Rel, secAddr)) { in relocateAlloc()