Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSymbols.h249 isInIplt(false), gotInIgot(false), isPreemptible(false), in Symbol()
267 uint8_t isPreemptible : 1; variable
558 isPreemptible = old.isPreemptible; in replace()
DRelocations.cpp204 {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()
[all …]
DICF.cpp270 if (da->isPreemptible || db->isPreemptible) in constantEq()
463 sym->isPreemptible = computeIsPreemptible(*sym); in run()
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()
988 if (s->isPreemptible) in build()
1003 if (!s->isPreemptible && !config->isPic) in build()
1008 if (!s->isPreemptible) in build()
1107 write(p.second, p.first, p.first->isPreemptible ? 0 : -0x7000); in writeTo()
1111 else if (p.first && !p.first->isPreemptible) { in writeTo()
DThunks.cpp374 assert(!dest.isPreemptible); in PPC64PILongBranchThunk()
DWriter.cpp1967 sym->isPreemptible = computeIsPreemptible(*sym); in finalizeSections()
2078 sym->isPreemptible = true; in finalizeSections()
/external/llvm-project/lld/ELF/Arch/
DMips.cpp102 if (!s.isPreemptible && !(s.getVA() & 0x1)) in getRelExpr()
DPPC64.cpp346 if (!d || d->isPreemptible) in tryRelaxPPC64TocIndirection()