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

References

tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  243   const uint32_t mips_arch = header.e_flags & llvm::ELF::EF_MIPS_ARCH;
  244   uint32_t endian = header.e_ident[EI_DATA];
  246   uint32_t fileclass = header.e_ident[EI_CLASS];
  251   if (header.e_type == ET_CORE) {