tag | line | file | source code |
---|---|---|---|
INTERPRETER_ELF | 462 | fs/binfmt_elf.c | interpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT; |
INTERPRETER_ELF | 473 | fs/binfmt_elf.c | interpreter_type = INTERPRETER_ELF; |
INTERPRETER_ELF | 477 | fs/binfmt_elf.c | interpreter_type &= ~INTERPRETER_ELF; |
INTERPRETER_ELF | 626 | fs/binfmt_elf.c | (interpreter_type == INTERPRETER_ELF ? &elf_ex : NULL), |