| tag | line | file | source code |
| e_ident | 281 | fs/binfmt_elf.c | if (elf_ex.e_ident[0] != 0x7f || |
| e_ident | 282 | fs/binfmt_elf.c | strncmp(&elf_ex.e_ident[1], "ELF",3) != 0) |
| e_ident | 380 | fs/binfmt_elf.c | if (interp_elf_ex.e_ident[0] != 0x7f || |
| e_ident | 381 | fs/binfmt_elf.c | strncmp(&interp_elf_ex.e_ident[1], "ELF",3) != 0) |
| e_ident | 572 | fs/binfmt_elf.c | if (elf_ex.e_ident[0] != 0x7f || |
| e_ident | 573 | fs/binfmt_elf.c | strncmp(&elf_ex.e_ident[1], "ELF",3) != 0) |
| e_ident | 289 | ibcs/binfmt_elf.c | if (elf_ex.e_ident[0] != 0x7f || |
| e_ident | 290 | ibcs/binfmt_elf.c | strncmp(&elf_ex.e_ident[1], "ELF",3) != 0) |
| e_ident | 388 | ibcs/binfmt_elf.c | if (interp_elf_ex.e_ident[0] != 0x7f || |
| e_ident | 389 | ibcs/binfmt_elf.c | strncmp(&interp_elf_ex.e_ident[1], "ELF",3) != 0) |
| e_ident | 589 | ibcs/binfmt_elf.c | if (elf_ex.e_ident[0] != 0x7f || |
| e_ident | 590 | ibcs/binfmt_elf.c | strncmp(&elf_ex.e_ident[1], "ELF",3) != 0) |
| e_ident | 124 | include/linux/elf.h | char e_ident[16]; |