taglinefilesource code
e_ident326fs/binfmt_elf.cif (elf_ex.e_ident[0] != 0x7f ||
e_ident327fs/binfmt_elf.cstrncmp(&elf_ex.e_ident[1], "ELF",3) != 0) {
e_ident450fs/binfmt_elf.cif (interp_elf_ex.e_ident[0] != 0x7f ||
e_ident451fs/binfmt_elf.cstrncmp(&interp_elf_ex.e_ident[1], "ELF",3) != 0)
e_ident685fs/binfmt_elf.cif (elf_ex.e_ident[0] != 0x7f ||
e_ident686fs/binfmt_elf.cstrncmp(&elf_ex.e_ident[1], "ELF",3) != 0) {
e_ident289ibcs/binfmt_elf.cif (elf_ex.e_ident[0] != 0x7f ||
e_ident290ibcs/binfmt_elf.cstrncmp(&elf_ex.e_ident[1], "ELF",3) != 0)
e_ident388ibcs/binfmt_elf.cif (interp_elf_ex.e_ident[0] != 0x7f ||
e_ident389ibcs/binfmt_elf.cstrncmp(&interp_elf_ex.e_ident[1], "ELF",3) != 0)
e_ident589ibcs/binfmt_elf.cif (elf_ex.e_ident[0] != 0x7f ||
e_ident590ibcs/binfmt_elf.cstrncmp(&elf_ex.e_ident[1], "ELF",3) != 0)
e_ident135include/linux/elf.hunsigned char  e_ident[EI_NIDENT];