Searched refs:SecRel (Results 1 – 1 of 1) sorted by relevance
86 uint64_t SecRel = S - OS->getRVA(); in applySecRel() local87 if (SecRel > UINT32_MAX) { in applySecRel()91 add32(Off, SecRel); in applySecRel()262 uint64_t SecRel = (S - OS->getRVA()) >> 12; in applySecRelHigh12A() local263 if (0xfff < SecRel) { in applySecRelHigh12A()268 applyArm64Imm(Off, SecRel & 0xfff, 0); in applySecRelHigh12A()