Searched refs:secRel (Results 1 – 1 of 1) sorted by relevance
82 uint64_t secRel = s - os->getRVA(); in applySecRel() local83 if (secRel > UINT32_MAX) { in applySecRel()87 add32(off, secRel); in applySecRel()259 uint64_t secRel = (s - os->getRVA()) >> 12; in applySecRelHigh12A() local260 if (0xfff < secRel) { in applySecRelHigh12A()265 applyArm64Imm(off, secRel & 0xfff, 0); in applySecRelHigh12A()