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

References

lib/ObjectYAML/ELFEmitter.cpp
  256   Header.e_ident[EI_MAG3] = 'F';
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 2970   s->Printf("e_ident[EI_MAG3   ] = 0x%2.2x '%c'\n", header.e_ident[EI_MAG3],
 2971             header.e_ident[EI_MAG3]);
tools/llvm-objcopy/ELF/Object.cpp
 1692   Ehdr.e_ident[EI_MAG3] = 'F';