Searched refs:isPreemptible (Results 1 – 8 of 8) sorted by relevance
251 isInIplt(false), gotInIgot(false), isPreemptible(false), in Symbol()269 uint8_t isPreemptible : 1; variable560 isPreemptible = old.isPreemptible; in replace()
270 if (da->isPreemptible || db->isPreemptible) in constantEq()463 sym->isPreemptible = computeIsPreemptible(*sym); in run()
226 bool isLocalInExecutable = !sym.isPreemptible && !config->shared; in handleTlsRelocation()292 if (sym.isPreemptible) in handleTlsRelocation()305 if (sym.isPreemptible) { in handleTlsRelocation()425 if (sym.isPreemptible) in isStaticLinkTimeConstant()1083 sym.isPreemptible ? DynamicReloc::AgainstSymbol in addPltEntry()1102 !sym.isPreemptible && (!config->isPic || isAbsolute(sym)); in addGotEntry()1110 if (!sym.isTls() && !sym.isPreemptible && config->isPic) { in addGotEntry()1179 if (expr == R_GOT || (rel == target->symbolicRel && !sym.isPreemptible)) { in processRelocAux()1382 if (!sym.isPreemptible && (!sym.isGnuIFunc() || config->zIfuncNoplt)) { in scanReloc()1436 if (!sym.isGnuIFunc() || sym.isPreemptible) { in scanReloc()
725 else if (sym.isPreemptible && expr == R_ABS) in addEntry()727 else if (sym.isPreemptible) in addEntry()795 if (sym->isPreemptible) in getSymEntryOffset()869 if (!p.first->isPreemptible) in build()872 return !p.first->isPreemptible; in build()991 if (s->isPreemptible || config->shared) in build()1008 if (!s->isPreemptible && !config->shared) in build()1014 if (!s->isPreemptible) in build()1117 p.first->isPreemptible || config->shared ? 0 : -0x7000); in writeTo()1121 else if (p.first && !p.first->isPreemptible) { in writeTo()[all …]
2002 sym->isPreemptible = computeIsPreemptible(*sym); in finalizeSections()2113 sym->isPreemptible = true; in finalizeSections()
383 assert(!dest.isPreemptible); in PPC64PILongBranchThunk()
102 if (!s.isPreemptible && !(s.getVA() & 0x1)) in getRelExpr()
346 if (!d || d->isPreemptible) in tryRelaxPPC64TocIndirection()