Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DChunks.cpp153 void applyMOV32T(uint8_t *off, uint32_t v) { in applyMOV32T() function
192 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()
DDLL.cpp377 applyMOV32T(buf + 0, imp->getRVA() + config->imageBase); in writeTo()
399 applyMOV32T(buf + 14, desc->getRVA() + config->imageBase); in writeTo()
DChunks.h671 void applyMOV32T(uint8_t *off, uint32_t v);