taglinefilesource code
INTERPRETER_ELF376arch/i386/ibcs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT;
INTERPRETER_ELF386arch/i386/ibcs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF;
INTERPRETER_ELF390arch/i386/ibcs/binfmt_elf.cinterpreter_type &= ~INTERPRETER_ELF;
INTERPRETER_ELF528arch/i386/ibcs/binfmt_elf.c(interpreter_type == INTERPRETER_ELF ? &elf_ex : NULL),
INTERPRETER_ELF435fs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT;
INTERPRETER_ELF448fs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF;
INTERPRETER_ELF452fs/binfmt_elf.cinterpreter_type &= ~INTERPRETER_ELF;
INTERPRETER_ELF604fs/binfmt_elf.c(interpreter_type == INTERPRETER_ELF ? &elf_ex : NULL),