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

References

lib/ObjectYAML/ELFEmitter.cpp
  254   Header.e_ident[EI_MAG1] = 'E';
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 2966   s->Printf("e_ident[EI_MAG1   ] = 0x%2.2x '%c'\n", header.e_ident[EI_MAG1],
 2967             header.e_ident[EI_MAG1]);
tools/llvm-objcopy/ELF/Object.cpp
 1690   Ehdr.e_ident[EI_MAG1] = 'E';