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

References

lib/ObjectYAML/ELFEmitter.cpp
  253   Header.e_ident[EI_MAG0] = 0x7f;
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 2965   s->Printf("e_ident[EI_MAG0   ] = 0x%2.2x\n", header.e_ident[EI_MAG0]);
tools/llvm-objcopy/ELF/Object.cpp
 1689   Ehdr.e_ident[EI_MAG0] = 0x7f;
tools/llvm-readobj/ELFDumper.cpp
 5151       W.printBinary("Magic", makeArrayRef(E->e_ident).slice(ELF::EI_MAG0, 4));