taglinefilesource code
INTERPRETER_AOUT377ibcs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT;
INTERPRETER_AOUT407ibcs/binfmt_elf.cif(interpreter_type == INTERPRETER_AOUT) {
INTERPRETER_AOUT508ibcs/binfmt_elf.cif(interpreter_type != INTERPRETER_AOUT) sys_close(elf_exec_fileno);
INTERPRETER_AOUT531ibcs/binfmt_elf.c(interpreter_type == INTERPRETER_AOUT ? 0 : 1));
INTERPRETER_AOUT532ibcs/binfmt_elf.cif(interpreter_type == INTERPRETER_AOUT)