tag | line | file | source code |
INTERPRETER_AOUT | 376 | arch/i386/ibcs/binfmt_elf.c | interpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT; |
INTERPRETER_AOUT | 406 | arch/i386/ibcs/binfmt_elf.c | if(interpreter_type == INTERPRETER_AOUT) { |
INTERPRETER_AOUT | 507 | arch/i386/ibcs/binfmt_elf.c | if(interpreter_type != INTERPRETER_AOUT) sys_close(elf_exec_fileno); |
INTERPRETER_AOUT | 530 | arch/i386/ibcs/binfmt_elf.c | (interpreter_type == INTERPRETER_AOUT ? 0 : 1)); |
INTERPRETER_AOUT | 531 | arch/i386/ibcs/binfmt_elf.c | if(interpreter_type == INTERPRETER_AOUT) |
INTERPRETER_AOUT | 428 | fs/binfmt_elf.c | interpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT; |
INTERPRETER_AOUT | 460 | fs/binfmt_elf.c | if(interpreter_type == INTERPRETER_AOUT) { |
INTERPRETER_AOUT | 563 | fs/binfmt_elf.c | if(interpreter_type != INTERPRETER_AOUT) SYS(close)(elf_exec_fileno); |
INTERPRETER_AOUT | 591 | fs/binfmt_elf.c | (interpreter_type == INTERPRETER_AOUT ? 0 : 1)); |
INTERPRETER_AOUT | 592 | fs/binfmt_elf.c | if(interpreter_type == INTERPRETER_AOUT) |