| tag | line | file | source code |
| INTERPRETER_AOUT | 436 | fs/binfmt_elf.c | interpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT; |
| INTERPRETER_AOUT | 472 | fs/binfmt_elf.c | if(interpreter_type == INTERPRETER_AOUT) { |
| INTERPRETER_AOUT | 579 | fs/binfmt_elf.c | if(interpreter_type != INTERPRETER_AOUT) SYS(close)(elf_exec_fileno); |
| INTERPRETER_AOUT | 607 | fs/binfmt_elf.c | (interpreter_type == INTERPRETER_AOUT ? 0 : 1)); |
| INTERPRETER_AOUT | 608 | fs/binfmt_elf.c | if(interpreter_type == INTERPRETER_AOUT) |
| INTERPRETER_AOUT | 377 | ibcs/binfmt_elf.c | interpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT; |
| INTERPRETER_AOUT | 407 | ibcs/binfmt_elf.c | if(interpreter_type == INTERPRETER_AOUT) { |
| INTERPRETER_AOUT | 508 | ibcs/binfmt_elf.c | if(interpreter_type != INTERPRETER_AOUT) sys_close(elf_exec_fileno); |
| INTERPRETER_AOUT | 531 | ibcs/binfmt_elf.c | (interpreter_type == INTERPRETER_AOUT ? 0 : 1)); |
| INTERPRETER_AOUT | 532 | ibcs/binfmt_elf.c | if(interpreter_type == INTERPRETER_AOUT) |