Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp90 uint64_t secRel = s - os->getRVA(); in applySecRel() local
91 if (secRel > UINT32_MAX) { in applySecRel()
95 add32(off, secRel); in applySecRel()
292 uint64_t secRel = (s - os->getRVA()) >> 12; in applySecRelHigh12A() local
293 if (0xfff < secRel) { in applySecRelHigh12A()
298 applyArm64Imm(off, secRel & 0xfff, 0); in applySecRelHigh12A()