tag | line | file | source code |
---|---|---|---|
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]; |