Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/COFF/
DChunks.cpp177 void applyMOV32T(uint8_t *off, uint32_t v) { in applyMOV32T() function
220 applyMOV32T(off, sx + imageBase); in applyRelARM()
787 applyMOV32T(buf, impSymbol->getRVA() + ctx.config.imageBase); in writeTo()
814 applyMOV32T(buf, uint32_t(offset)); in writeTo()
DDLL.cpp442 applyMOV32T(buf + 0, imp->getRVA() + ctx.config.imageBase); in writeTo()
468 applyMOV32T(buf + 14, desc->getRVA() + ctx.config.imageBase); in writeTo()
DChunks.h711 void applyMOV32T(uint8_t *off, uint32_t v);