Lines Matching refs:imageBase
114 uint64_t imageBase) const { in applyRelX64()
117 add32(off, s + imageBase); in applyRelX64()
120 add64(off, s + imageBase); in applyRelX64()
141 uint64_t imageBase) const { in applyRelX86()
145 add32(off, s + imageBase); in applyRelX86()
209 uint64_t imageBase) const { in applyRelARM()
216 add32(off, sx + imageBase); in applyRelARM()
220 applyMOV32T(off, sx + imageBase); in applyRelARM()
326 uint64_t imageBase) const { in applyRelARM64()
336 add32(off, s + imageBase); in applyRelARM64()
340 add64(off, s + imageBase); in applyRelARM64()
438 uint64_t imageBase = file->ctx.config.imageBase; in applyRelocation() local
441 applyRelX64(off, rel.Type, os, s, p, imageBase); in applyRelocation()
444 applyRelX86(off, rel.Type, os, s, p, imageBase); in applyRelocation()
447 applyRelARM(off, rel.Type, os, s, p, imageBase); in applyRelocation()
450 applyRelARM64(off, rel.Type, os, s, p, imageBase); in applyRelocation()
777 write32le(buf + 2, impSymbol->getRVA() + ctx.config.imageBase); in writeTo()
787 applyMOV32T(buf, impSymbol->getRVA() + ctx.config.imageBase); in writeTo()
851 write64le(buf, sym->getRVA() + ctx.config.imageBase); in writeTo()
853 write32le(buf, sym->getRVA() + ctx.config.imageBase); in writeTo()