Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDARMErrataFix.cpp198 uint64_t pcBias = isBLX(instr) ? 8 : 4; in writeTo() local
199 uint64_t p = getVA(pcBias); in writeTo()
HDRelocations.cpp2063 const int64_t pcBias = getPCBias(rel.type); in getISDThunkSec() local
2066 uint64_t tsBase = os->addr + ts->outSecOff - pcBias; in getISDThunkSec()
2225 const int64_t pcBias = getPCBias(rel.type); in getThunk() local
2226 const int64_t keyAddend = rel.addend + pcBias; in getThunk()
2245 t->getThunkTargetSym()->getVA(-pcBias))) in getThunk()