tag | line | file | source code |
---|---|---|---|
e_machine | 200 | fs/binfmt_elf.c | (interp_elf_ex->e_machine != EM_386 && interp_elf_ex->e_machine != EM_486) || |
e_machine | 381 | fs/binfmt_elf.c | (elf_ex.e_machine != EM_386 && elf_ex.e_machine != EM_486) || |
e_machine | 735 | fs/binfmt_elf.c | (elf_ex.e_machine != EM_386 && elf_ex.e_machine != EM_486) || |
e_machine | 979 | fs/binfmt_elf.c | elf.e_machine = EM_386; |
e_machine | 154 | include/linux/elf.h | Elf32_Half e_machine; |