Lines Matching defs:gotPlt
212 uint32_t gotPlt = ctx.in.gotPlt->getVA();
213 write32le(buf + 2, gotPlt + 4);
214 write32le(buf + 8, gotPlt + 8);
227 write32le(buf + 2, sym.getGotPltVA(ctx) - ctx.in.gotPlt->getVA());
555 write32le(buf + 6, sym.getGotPltVA(ctx) - ctx.in.gotPlt->getVA());
652 uint32_t ebx = ctx.in.gotPlt->getVA();
692 uint32_t gotPlt = ctx.in.gotPlt->getVA();
693 write32le(buf + 2, gotPlt + 4);
694 write32le(buf + 8, gotPlt + 8);