taglinefilesource code
INTERPRETER_ELF462fs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT;
INTERPRETER_ELF473fs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF;
INTERPRETER_ELF477fs/binfmt_elf.cinterpreter_type &= ~INTERPRETER_ELF;
INTERPRETER_ELF626fs/binfmt_elf.c(interpreter_type == INTERPRETER_ELF ? &elf_ex : NULL),