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

References

tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  358   if (m_coff_header_opt.magic == OPT_HEADER_MAGIC_PE32_PLUS)
  360   else if (m_coff_header_opt.magic == OPT_HEADER_MAGIC_PE32)
  460     m_coff_header_opt.magic = m_data.GetU16(offset_ptr);
  472       if (m_coff_header_opt.magic == OPT_HEADER_MAGIC_PE32) {
 1123   s->Printf("  magic                   = 0x%4.4x\n", header.magic);