Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DChunks.cpp86 uint64_t SecRel = S - OS->getRVA(); in applySecRel() local
87 if (SecRel > UINT32_MAX) { in applySecRel()
91 add32(Off, SecRel); in applySecRel()
262 uint64_t SecRel = (S - OS->getRVA()) >> 12; in applySecRelHigh12A() local
263 if (0xfff < SecRel) { in applySecRelHigh12A()
268 applyArm64Imm(Off, SecRel & 0xfff, 0); in applySecRelHigh12A()