Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DInputSection.cpp975 uint64_t lastPPCRelaxedRelocOff = UINT64_C(-1); in relocateAlloc() local
1023 lastPPCRelaxedRelocOff = offset; in relocateAlloc()
1024 if (rel.type == R_PPC64_PCREL_OPT && offset != lastPPCRelaxedRelocOff) in relocateAlloc()