Searched refs:applyMOV32T (Results 1 – 3 of 3) sorted by relevance
153 void applyMOV32T(uint8_t *off, uint32_t v) { in applyMOV32T() function192 case IMAGE_REL_ARM_MOV32T: applyMOV32T(off, sx + config->imageBase); break; in applyRelARM()692 applyMOV32T(buf, impSymbol->getRVA() + config->imageBase); in writeTo()718 applyMOV32T(buf, uint32_t(offset)); in writeTo()
377 applyMOV32T(buf + 0, imp->getRVA() + config->imageBase); in writeTo()399 applyMOV32T(buf + 14, desc->getRVA() + config->imageBase); in writeTo()
671 void applyMOV32T(uint8_t *off, uint32_t v);