Searched refs:INTERPRETER_ELF (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dbinfmt_elf.c507 #define INTERPRETER_ELF 2 macro
723 interpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT;
729 interpreter_type = INTERPRETER_ELF;
732 interpreter_type &= ~INTERPRETER_ELF;
739 if ((interpreter_type & INTERPRETER_ELF) &&
740 interpreter_type != INTERPRETER_ELF) {
742 interpreter_type = INTERPRETER_ELF;
745 if ((interpreter_type == INTERPRETER_ELF) &&

Completed in 101 milliseconds