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

References

lib/ObjectYAML/ELFEmitter.cpp
  255   Header.e_ident[EI_MAG2] = 'L';
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 2968   s->Printf("e_ident[EI_MAG2   ] = 0x%2.2x '%c'\n", header.e_ident[EI_MAG2],
 2969             header.e_ident[EI_MAG2]);
tools/llvm-objcopy/ELF/Object.cpp
 1691   Ehdr.e_ident[EI_MAG2] = 'L';