Lines Matching full:imagebase
116 uint64_t imageBase) const {
119 add32(off, s + imageBase);
122 add64(off, s + imageBase);
143 uint64_t imageBase) const {
147 add32(off, s + imageBase);
211 uint64_t imageBase) const {
218 add32(off, sx + imageBase);
222 applyMOV32T(off, sx + imageBase);
328 uint64_t imageBase) const {
338 add32(off, s + imageBase);
342 add64(off, s + imageBase);
448 uint64_t imageBase = ctx.config.imageBase;
451 applyRelX64(off, rel.Type, os, s, p, imageBase);
454 applyRelX86(off, rel.Type, os, s, p, imageBase);
457 applyRelARM(off, rel.Type, os, s, p, imageBase);
460 applyRelARM64(off, rel.Type, os, s, p, imageBase);
818 write32le(buf + 2, impSymbol->getRVA() + ctx.config.imageBase);
828 applyMOV32T(buf, impSymbol->getRVA() + ctx.config.imageBase);
887 write64le(buf, sym->getRVA() + ctx.config.imageBase);
889 write32le(buf, sym->getRVA() + ctx.config.imageBase);