tag | line | file | source code |
---|---|---|---|
INTERPRETER_AOUT | 462 | fs/binfmt_elf.c | interpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT; |
INTERPRETER_AOUT | 494 | fs/binfmt_elf.c | if(interpreter_type == INTERPRETER_AOUT) { |
INTERPRETER_AOUT | 600 | fs/binfmt_elf.c | if(interpreter_type != INTERPRETER_AOUT) SYS(close)(elf_exec_fileno); |
INTERPRETER_AOUT | 629 | fs/binfmt_elf.c | (interpreter_type == INTERPRETER_AOUT ? 0 : 1)); |
INTERPRETER_AOUT | 630 | fs/binfmt_elf.c | if(interpreter_type == INTERPRETER_AOUT) |