| tag | line | file | source code |
|---|---|---|---|
| e_machine | 188 | fs/binfmt_elf.c | (interp_elf_ex->e_machine != EM_386 && interp_elf_ex->e_machine != EM_486) || |
| e_machine | 368 | fs/binfmt_elf.c | (elf_ex.e_machine != EM_386 && elf_ex.e_machine != EM_486) || |
| e_machine | 704 | fs/binfmt_elf.c | (elf_ex.e_machine != EM_386 && elf_ex.e_machine != EM_486) || |
| e_machine | 944 | fs/binfmt_elf.c | elf.e_machine = EM_386; |
| e_machine | 137 | include/linux/elf.h | Elf32_Half e_machine; |