Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ia64/
Delf.h90 extern void ia64_set_personality (struct elf64_hdr *elf_ex, int ibcs2_interpreter);
/linux-2.4.37.9/fs/
Dbinfmt_elf.c472 unsigned char ibcs2_interpreter = 0; in load_elf_binary() local
587 ibcs2_interpreter = 1; in load_elf_binary()
592 SET_PERSONALITY(elf_ex, ibcs2_interpreter); in load_elf_binary()
643 SET_PERSONALITY(elf_ex, ibcs2_interpreter); in load_elf_binary()
/linux-2.4.37.9/arch/ia64/kernel/
Dprocess.c504 ia64_set_personality (struct elf64_hdr *elf_ex, int ibcs2_interpreter) in ia64_set_personality() argument