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

References

include/llvm/MC/MCELFObjectWriter.h
   78         return ELF::ELFOSABI_STANDALONE;
lib/ObjectYAML/ELFYAML.cpp
  274   ECase(ELFOSABI_STANDALONE);
lib/Target/MSP430/MCTargetDesc/MSP430AsmBackend.cpp
  176   return new MSP430AsmBackend(STI, ELF::ELFOSABI_STANDALONE);
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  453     _MAKE_OSABI_CASE(ELFOSABI_STANDALONE);
tools/llvm-readobj/ELFDumper.cpp
  923   {"Standalone",   "Standalone App",       ELF::ELFOSABI_STANDALONE}