taglinefilesource code
INTERPRETER_ELF484fs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT;
INTERPRETER_ELF490fs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF;
INTERPRETER_ELF494fs/binfmt_elf.cinterpreter_type &= ~INTERPRETER_ELF;
INTERPRETER_ELF647fs/binfmt_elf.c(interpreter_type == INTERPRETER_ELF ? &elf_ex : NULL),