taglinefilesource code
INTERPRETER_ELF376ibcs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT;
INTERPRETER_ELF386ibcs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF;
INTERPRETER_ELF390ibcs/binfmt_elf.cinterpreter_type &= ~INTERPRETER_ELF;
INTERPRETER_ELF528ibcs/binfmt_elf.c(interpreter_type == INTERPRETER_ELF ? &elf_ex : NULL),