tag | line | file | source code |
---|---|---|---|
INTERPRETER_ELF | 483 | fs/binfmt_elf.c | interpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT; |
INTERPRETER_ELF | 489 | fs/binfmt_elf.c | interpreter_type = INTERPRETER_ELF; |
INTERPRETER_ELF | 493 | fs/binfmt_elf.c | interpreter_type &= ~INTERPRETER_ELF; |
INTERPRETER_ELF | 646 | fs/binfmt_elf.c | (interpreter_type == INTERPRETER_ELF ? &elf_ex : NULL), |