taglinefilesource code
INTERPRETER_AOUT376arch/i386/ibcs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT;
INTERPRETER_AOUT406arch/i386/ibcs/binfmt_elf.cif(interpreter_type == INTERPRETER_AOUT) {
INTERPRETER_AOUT507arch/i386/ibcs/binfmt_elf.cif(interpreter_type != INTERPRETER_AOUT) sys_close(elf_exec_fileno);
INTERPRETER_AOUT530arch/i386/ibcs/binfmt_elf.c(interpreter_type == INTERPRETER_AOUT ? 0 : 1));
INTERPRETER_AOUT531arch/i386/ibcs/binfmt_elf.cif(interpreter_type == INTERPRETER_AOUT)
INTERPRETER_AOUT435fs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT;
INTERPRETER_AOUT471fs/binfmt_elf.cif(interpreter_type == INTERPRETER_AOUT) {
INTERPRETER_AOUT578fs/binfmt_elf.cif(interpreter_type != INTERPRETER_AOUT) SYS(close)(elf_exec_fileno);
INTERPRETER_AOUT606fs/binfmt_elf.c(interpreter_type == INTERPRETER_AOUT ? 0 : 1));
INTERPRETER_AOUT607fs/binfmt_elf.cif(interpreter_type == INTERPRETER_AOUT)