reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/Arch/Mips.cpp
  564     if (config->relocatable) {
  572     if (config->relocatable) {
tools/lld/ELF/Driver.cpp
  242     if (config->isStatic || config->relocatable) {
  317   if (!config->relocatable && !config->defineCommon)
  326   if (config->relocatable) {
  910   config->relocatable = args.hasArg(OPT_relocatable);
 1097   config->copyRelocs = (config->relocatable || config->emitRelocs);
 1726       (!config->entry.empty() || (!config->shared && !config->relocatable));
 1727   if (config->entry.empty() && !config->relocatable)
 1815   if (!config->relocatable)
 1823   if (!config->relocatable)
 1912   if (!config->relocatable)
 1936   if (!config->relocatable)
tools/lld/ELF/InputFiles.cpp
  431   if (config->optimize == 0 && !config->relocatable)
  521     if ((sec.sh_flags & SHF_EXCLUDE) && !config->relocatable) {
  564         if (config->relocatable)
  813     if (config->relocatable)
  854     if (config->relocatable) {
  931     if (config->relocatable) {
  967   if (name == ".eh_frame" && !config->relocatable)
tools/lld/ELF/InputSection.cpp
   98   if (!config->relocatable)
  468       if (config->emachine == EM_MIPS && config->relocatable &&
  486       else if (config->relocatable && type != target->noneRel)
  913   if (config->relocatable)
tools/lld/ELF/LTO.cpp
   81   else if (config->relocatable)
  160   bool isExec = !config->shared && !config->relocatable;
  188     r.VisibleToRegularObj = config->relocatable || sym->isUsedInRegularObj ||
tools/lld/ELF/LinkerScript.cpp
  649     if (config->relocatable && (isec->flags & SHF_LINK_ORDER)) {
  696     if (config->relocatable)
  710     if (config->relocatable && (isec->flags & SHF_LINK_ORDER))
tools/lld/ELF/OutputSections.cpp
  342   assert(config->relocatable);
tools/lld/ELF/Symbols.cpp
  112     if (d.isTls() && !config->relocatable) {
  274   if (config->relocatable)
tools/lld/ELF/SyntheticSections.cpp
  161   if (!config->relocatable)
  218   if (!config->relocatable)
 1004   return !config->relocatable;
 1344   if (!config->shared && !config->relocatable && !config->zRodynamic)
 2191       if (config->relocatable)
 3471     if (!config->isPic && !config->relocatable &&
 3508   if (!config->relocatable) {
tools/lld/ELF/Writer.cpp
   95   if (config->relocatable)
  432     if (!config->relocatable) {
  441     if (config->emachine == EM_ARM && !config->relocatable) {
  531   if (config->relocatable)
  583   if (config->relocatable)
  996   if (config->relocatable || needsInterpSection())
 1388   if (config->relocatable)
 1513     if (!config->relocatable && config->emachine == EM_ARM &&
 1680   if (!config->relocatable) {
 1748   if (!config->relocatable) {
 1845   if (!config->relocatable && !config->oFormatBinary) {
 1907   if (!script->hasSectionsCommand && !config->relocatable)
 2483   if (config->relocatable)
 2543   if (config->relocatable)
 2595   if (!config->relocatable)