Searched refs:interpreter_type (Results 1 – 1 of 1) sorted by relevance
471 unsigned int interpreter_type = INTERPRETER_NONE; in load_elf_binary() local615 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 …]