Lines Matching refs:imageBase
110 case IMAGE_REL_AMD64_ADDR32: add32(off, s + config->imageBase); break; in applyRelX64()
111 case IMAGE_REL_AMD64_ADDR64: add64(off, s + config->imageBase); break; in applyRelX64()
131 case IMAGE_REL_I386_DIR32: add32(off, s + config->imageBase); break; in applyRelX86()
197 case IMAGE_REL_ARM_ADDR32: add32(off, sx + config->imageBase); break; in applyRelARM()
199 case IMAGE_REL_ARM_MOV32T: applyMOV32T(off, sx + config->imageBase); break; in applyRelARM()
310 case IMAGE_REL_ARM64_ADDR32: add32(off, s + config->imageBase); break; in applyRelARM64()
312 case IMAGE_REL_ARM64_ADDR64: add64(off, s + config->imageBase); break; in applyRelARM64()
741 impSymbol->getRVA() + config->imageBase); in writeTo()
751 applyMOV32T(buf, impSymbol->getRVA() + config->imageBase); in writeTo()
808 write64le(buf, sym->getRVA() + config->imageBase); in writeTo()
810 write32le(buf, sym->getRVA() + config->imageBase); in writeTo()