tag | line | file | source code |
INTERPRETER_ELF | 436 | fs/binfmt_elf.c | interpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT; |
INTERPRETER_ELF | 449 | fs/binfmt_elf.c | interpreter_type = INTERPRETER_ELF; |
INTERPRETER_ELF | 453 | fs/binfmt_elf.c | interpreter_type &= ~INTERPRETER_ELF; |
INTERPRETER_ELF | 605 | fs/binfmt_elf.c | (interpreter_type == INTERPRETER_ELF ? &elf_ex : NULL), |
INTERPRETER_ELF | 377 | ibcs/binfmt_elf.c | interpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT; |
INTERPRETER_ELF | 387 | ibcs/binfmt_elf.c | interpreter_type = INTERPRETER_ELF; |
INTERPRETER_ELF | 391 | ibcs/binfmt_elf.c | interpreter_type &= ~INTERPRETER_ELF; |
INTERPRETER_ELF | 529 | ibcs/binfmt_elf.c | (interpreter_type == INTERPRETER_ELF ? &elf_ex : NULL), |