taglinefilesource code
INTERPRETER_ELF436fs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT;
INTERPRETER_ELF449fs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF;
INTERPRETER_ELF453fs/binfmt_elf.cinterpreter_type &= ~INTERPRETER_ELF;
INTERPRETER_ELF605fs/binfmt_elf.c(interpreter_type == INTERPRETER_ELF ? &elf_ex : NULL),
INTERPRETER_ELF377ibcs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT;
INTERPRETER_ELF387ibcs/binfmt_elf.cinterpreter_type = INTERPRETER_ELF;
INTERPRETER_ELF391ibcs/binfmt_elf.cinterpreter_type &= ~INTERPRETER_ELF;
INTERPRETER_ELF529ibcs/binfmt_elf.c(interpreter_type == INTERPRETER_ELF ? &elf_ex : NULL),