Searched refs:isPreemptible (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Symbols.h | 249 isInIplt(false), gotInIgot(false), isPreemptible(false), in Symbol() 267 uint8_t isPreemptible : 1; variable 558 isPreemptible = old.isPreemptible; in replace()
|
D | Relocations.cpp | 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() [all …]
|
D | ICF.cpp | 270 if (da->isPreemptible || db->isPreemptible) in constantEq() 463 sym->isPreemptible = computeIsPreemptible(*sym); in run()
|
D | SyntheticSections.cpp | 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() 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()
|
D | Thunks.cpp | 374 assert(!dest.isPreemptible); in PPC64PILongBranchThunk()
|
D | Writer.cpp | 1967 sym->isPreemptible = computeIsPreemptible(*sym); in finalizeSections() 2078 sym->isPreemptible = true; in finalizeSections()
|
/external/llvm-project/lld/ELF/Arch/ |
D | Mips.cpp | 102 if (!s.isPreemptible && !(s.getVA() & 0x1)) in getRelExpr()
|
D | PPC64.cpp | 346 if (!d || d->isPreemptible) in tryRelaxPPC64TocIndirection()
|