Home
last modified time | relevance | path

Searched refs:interpreter_type (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/
Dbinfmt_elf.c471 unsigned int interpreter_type = INTERPRETER_NONE; in load_elf_binary() local
615 interpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT; in load_elf_binary()
621 interpreter_type = INTERPRETER_ELF; in load_elf_binary()
624 interpreter_type &= ~INTERPRETER_ELF; in load_elf_binary()
627 if (!interpreter_type) in load_elf_binary()
631 if ((interpreter_type & INTERPRETER_ELF) && in load_elf_binary()
632 interpreter_type != INTERPRETER_ELF) { in load_elf_binary()
635 interpreter_type = INTERPRETER_ELF; in load_elf_binary()
638 if ((interpreter_type == INTERPRETER_ELF) && in load_elf_binary()
657 if (interpreter_type == INTERPRETER_AOUT) { in load_elf_binary()
[all …]