Home
last modified time | relevance | path

Searched refs:isPreemptible (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSymbols.h251 isInIplt(false), gotInIgot(false), isPreemptible(false), in Symbol()
269 uint8_t isPreemptible : 1; variable
560 isPreemptible = old.isPreemptible; in replace()
DICF.cpp270 if (da->isPreemptible || db->isPreemptible) in constantEq()
463 sym->isPreemptible = computeIsPreemptible(*sym); in run()
DRelocations.cpp226 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()
DSyntheticSections.cpp725 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 …]
DWriter.cpp2002 sym->isPreemptible = computeIsPreemptible(*sym); in finalizeSections()
2113 sym->isPreemptible = true; in finalizeSections()
DThunks.cpp383 assert(!dest.isPreemptible); in PPC64PILongBranchThunk()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DMips.cpp102 if (!s.isPreemptible && !(s.getVA() & 0x1)) in getRelExpr()
DPPC64.cpp346 if (!d || d->isPreemptible) in tryRelaxPPC64TocIndirection()