Lines Matching refs:imageBase
115 uint64_t imageBase) const { in applyRelX64()
118 add32(off, s + imageBase); in applyRelX64()
121 add64(off, s + imageBase); in applyRelX64()
142 uint64_t imageBase) const { in applyRelX86()
146 add32(off, s + imageBase); in applyRelX86()
210 uint64_t imageBase) const { in applyRelARM()
217 add32(off, sx + imageBase); in applyRelARM()
221 applyMOV32T(off, sx + imageBase); in applyRelARM()
327 uint64_t imageBase) const { in applyRelARM64()
337 add32(off, s + imageBase); in applyRelARM64()
341 add64(off, s + imageBase); in applyRelARM64()
439 uint64_t imageBase = file->ctx.config.imageBase; in applyRelocation() local
442 applyRelX64(off, rel.Type, os, s, p, imageBase); in applyRelocation()
445 applyRelX86(off, rel.Type, os, s, p, imageBase); in applyRelocation()
448 applyRelARM(off, rel.Type, os, s, p, imageBase); in applyRelocation()
453 applyRelARM64(off, rel.Type, os, s, p, imageBase); in applyRelocation()
795 write32le(buf + 2, impSymbol->getRVA() + ctx.config.imageBase); in writeTo()
805 applyMOV32T(buf, impSymbol->getRVA() + ctx.config.imageBase); in writeTo()
869 write64le(buf, sym->getRVA() + ctx.config.imageBase); in writeTo()
871 write32le(buf, sym->getRVA() + ctx.config.imageBase); in writeTo()