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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dbinfmt_elf.c424 #define INTERPRETER_ELF 2 macro
542 interpreter_type = INTERPRETER_ELF | INTERPRETER_AOUT;
548 interpreter_type = INTERPRETER_ELF;
551 interpreter_type &= ~INTERPRETER_ELF;
558 if ((interpreter_type & INTERPRETER_ELF) &&
559 interpreter_type != INTERPRETER_ELF) {
562 interpreter_type = INTERPRETER_ELF;

Completed in 29 milliseconds