taglinefilesource code
INTERPRETER_ELF461fs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT;
INTERPRETER_ELF472fs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF;
INTERPRETER_ELF476fs/binfmt_elf.cinterpreter_type &= ~INTERPRETER_ELF;
INTERPRETER_ELF625fs/binfmt_elf.c(interpreter_type == INTERPRETER_ELF ? &elf_ex : NULL),