Lines Matching refs:relocatable
163 if (config->relocatable || config->emitRelocs) { in createCustomSections()
243 if (config->relocatable || config->isPic) in layoutMemory()
269 if (!config->globalBase && !config->relocatable && !config->isPic) { in layoutMemory()
298 if (!config->relocatable && seg->isTLS()) { in layoutMemory()
446 if (config->emitRelocs || config->relocatable) { in addSections()
592 if (config->relocatable || !config->checkFeatures) in checkImportExportTargetFeatures()
633 if (sym->isWeak() && !config->relocatable && !config->isPic) in shouldImport()
644 if (config->isPic || config->relocatable || config->importUndefined || in shouldImport()
672 if (config->relocatable) in calculateExports()
675 if (!config->relocatable && config->memoryExport.has_value()) { in calculateExports()
724 if (!config->relocatable && !config->emitRelocs) in populateSymtab()
914 if (!config->relocatable && name.startswith(".bss")) in createOutputSegment()
930 if (config->relocatable && !segment->getComdatName().empty()) { in createOutputSegments()
1024 if (config->relocatable) in createSyntheticInitFunctions()
1494 if (!config->relocatable && !WasmSym::callCtors->isLive()) in calculateInitFunctions()
1559 if (!config->relocatable) { in run()
1616 if (!config->relocatable) { in run()
1635 if (!config->relocatable && !config->isPic && in run()