Lines Matching defs:gotPlt
528 PPC64R12SetupStub(Ctx &ctx, Symbol &dest, bool gotPlt)
529 : Thunk(ctx, dest, 0), gotPlt(gotPlt) {
539 bool gotPlt;
1419 (gotPlt ? destination.getGotPltVA(ctx) : destination.getVA(ctx)) -
1430 (gotPlt ? PLD_R12_NO_DISP : PADDI_R12_NO_DISP) | imm);
1440 if (gotPlt)
1451 addSymbol(ctx.saver.save((gotPlt ? "__plt_pcrel_" : "__gep_setup_") +
1679 /*gotPlt=*/true);
1690 return std::make_unique<PPC64R12SetupStub>(ctx, s, /*gotPlt=*/false);