Lines Matching defs:gotPlt
436 PPC64R12SetupStub(Symbol &dest, bool gotPlt)
437 : Thunk(dest, 0), gotPlt(gotPlt) {
447 bool gotPlt;
1194 int64_t offset = (gotPlt ? destination.getGotPltVA() : destination.getVA()) -
1204 buf, (gotPlt ? PLD_R12_NO_DISP : PADDI_R12_NO_DISP) | imm);
1214 if (gotPlt)
1225 addSymbol(saver().save((gotPlt ? "__plt_pcrel_" : "__gep_setup_") +
1438 ? (Thunk *)make<PPC64R12SetupStub>(s, /*gotPlt=*/true)
1448 return make<PPC64R12SetupStub>(s, /*gotPlt=*/false);