Lines Matching refs:isPreemptible
204 {target->tlsDescRel, in.got, off, !sym.isPreemptible, &sym, 0}); in handleTlsRelocation()
222 bool isLocalInExecutable = !sym.isPreemptible && !config->shared; in handleTlsRelocation()
287 if (sym.isPreemptible) in handleTlsRelocation()
300 if (sym.isPreemptible) { in handleTlsRelocation()
419 if (sym.isPreemptible) in isStaticLinkTimeConstant()
1070 {type, gotPlt, sym.getGotPltOffset(), !sym.isPreemptible, &sym, 0}); in addPltEntry()
1087 !sym.isPreemptible && (!config->isPic || isAbsolute(sym)); in addGotEntry()
1095 if (!sym.isTls() && !sym.isPreemptible && config->isPic && !isAbsolute(sym)) { in addGotEntry()
1101 sym.isPreemptible ? R_ADDEND : R_ABS, target->symbolicRel); in addGotEntry()
1157 if (expr == R_GOT || (rel == target->symbolicRel && !sym.isPreemptible)) { in processRelocAux()
1370 if (!sym.isPreemptible && (!sym.isGnuIFunc() || config->zIfuncNoplt)) { in scanReloc()
1417 if (!sym.isGnuIFunc() || sym.isPreemptible) { in scanReloc()