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

References

tools/lld/ELF/Driver.cpp
  892   config->oFormatBinary = isOutputFormatBinary(args);
tools/lld/ELF/OutputSections.cpp
  230   if (config->oFormatBinary)
tools/lld/ELF/Writer.cpp
  575   if (!config->oFormatBinary)
  598   if (!config->oFormatBinary) {
 1845   if (!config->relocatable && !config->oFormatBinary) {
 2476         (!config->oFormatBinary || (sec->flags & SHF_ALLOC)))