e_ident           126 src/dps8/dps8_topo.c   unsigned char e_ident[EI_NIDENT];
e_ident           127 src/dps8/dps8_topo.c   if (EI_NIDENT != fread(e_ident, 1, EI_NIDENT, f)) {
e_ident           136 src/dps8/dps8_topo.c   if (0 != memcmp(e_ident, ELFMAG, SELFMAG)) {
e_ident           147 src/dps8/dps8_topo.c     if (EI_NIDENT >= EI_CLASS && ELFCLASS64 == e_ident[EI_CLASS]) { //-V560
e_ident           155 src/dps8/dps8_topo.c     if (EI_NIDENT >= EI_CLASS && ELFCLASS32 == e_ident[EI_CLASS]) { //-V560
e_ident           197 src/simh/sim_hints.c   if (ELFMAG0 != ehdr->e_ident[EI_MAG0] ||
e_ident           198 src/simh/sim_hints.c       ELFMAG1 != ehdr->e_ident[EI_MAG1] ||
e_ident           199 src/simh/sim_hints.c       ELFMAG2 != ehdr->e_ident[EI_MAG2] ||
e_ident           200 src/simh/sim_hints.c       ELFMAG3 != ehdr->e_ident[EI_MAG3]) {