Searched refs:exportDynamic (Results 1 – 9 of 9) sorted by relevance
118 bool exportDynamic = in add() local119 config->outputType != MH_EXECUTE || config->exportDynamic; in add()135 defined->isExternal() && !defined->privateExtern && exportDynamic; in add()139 r.ExportDynamic = !common->privateExtern && exportDynamic; in add()
120 bool exportDynamic = false; member
239 config->outputType != MH_EXECUTE || config->exportDynamic; in markLive()
1786 config->exportDynamic = args.hasArg(OPT_export_dynamic); in link()
259 (ctx.arg.exportDynamic || sym->isExported); in add()
375 } else if (ctx.arg.exportDynamic && in parseVersionAndComputeIsPreemptible()
329 bool exportDynamic; member
467 if (ctx.arg.exportDynamic) in checkOptions()1420 ctx.arg.exportDynamic = in readConfigs()2724 if (ctx.arg.exportDynamic && sym->computeBinding(ctx) != STB_LOCAL) in compileBitcodeFiles()3151 ctx.arg.exportDynamic &= ctx.hasDynsym; in link()
1877 if (ctx.arg.exportDynamic) in finalizeSections()