Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DRelocations.cpp897 sym.isPreemptible ? DynamicReloc::AgainstSymbol in addPltEntry()
907 if (sym.isPreemptible) { in addGotEntry()
924 if (!sym.isPreemptible && !config->isPic) { in addTpOffsetGotEntry()
977 if (sym.isPreemptible) in isStaticLinkTimeConstant()
1035 if (!sym.isPreemptible && (!isIfunc || config->zIfuncNoplt)) { in processAux()
1113 if (expr == R_GOT || (rel == target->symbolicRel && !sym.isPreemptible)) { in processAux()
1280 bool isLocalInExecutable = !sym.isPreemptible && !config->shared; in handleTlsRelocation()
1327 if (sym.isPreemptible) { in handleTlsRelocation()
1616 if (!sym.isGnuIFunc() || sym.isPreemptible || config->zIfuncNoplt) in handleNonPreemptibleIfunc()
1693 bool isLocalInExecutable = !sym.isPreemptible && !config->shared; in postScanRelocations()
[all …]
DICF.cpp270 if (da->isPreemptible || db->isPreemptible) in constantEq()
466 sym->isPreemptible = computeIsPreemptible(*sym); in run()
DSyntheticSections.cpp712 else if (sym.isPreemptible && expr == R_ABS) in addEntry()
714 else if (sym.isPreemptible) in addEntry()
782 if (sym->isPreemptible) in getSymEntryOffset()
856 if (!p.first->isPreemptible) in build()
859 return !p.first->isPreemptible; in build()
984 if (s->isPreemptible || config->shared) in build()
1001 if (!s->isPreemptible && !config->shared) in build()
1007 if (!s->isPreemptible) in build()
1109 p.first->isPreemptible || config->shared ? 0 : -0x7000); in writeTo()
1113 else if (p.first && !p.first->isPreemptible) { in writeTo()
[all …]
DSymbols.h118 uint8_t isPreemptible : 1; variable
DWriter.cpp1911 sym->isPreemptible = computeIsPreemptible(*sym); in finalizeSections()
2027 sym->isPreemptible = true; in finalizeSections()
DThunks.cpp441 assert(!dest.isPreemptible); in PPC64PILongBranchThunk()
/openbsd/src/gnu/llvm/lld/ELF/Arch/
DMips.cpp99 if (!s.isPreemptible && !(s.getVA() & 0x1)) in getRelExpr()
DAArch64.cpp694 adrpRel.sym->isPreemptible || adrpRel.sym->isGnuIFunc()) in tryRelaxAdrpLdr()
DPPC64.cpp383 if (!d || d->isPreemptible) in tryRelaxPPC64TocIndirection()