Lines Matching refs:isPreemptible
712 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()
1602 if (sym.isPreemptible) in addAddendOnlyRelocIfNonPreemptible()