Searched refs:emitRelocs (Results 1 – 8 of 8) sorted by relevance
37 bool emitRelocs; member
149 if (config->relocatable || config->emitRelocs) { in createCustomSections()412 if (config->emitRelocs || config->relocatable) { in addSections()643 if (!config->relocatable && !config->emitRelocs) in populateSymtab()
284 return config->relocatable || config->emitRelocs; in isNeeded()
369 config->emitRelocs = args.hasArg(OPT_emit_relocs); in readConfigs()
159 bool emitRelocs; member
337 if (config->strip == StripPolicy::All && config->emitRelocs) in checkOptions()958 config->emitRelocs = args.hasArg(OPT_emit_relocs); in readConfigs()1305 config->copyRelocs = (config->relocatable || config->emitRelocs); in setConfigs()
990 if (!config->relocatable && !config->emitRelocs) in createInputSection()
3352 if (config->emitRelocs && isec->type == SHT_REL) in addSection()