Home
last modified time | relevance | path

Searched refs:ia64_set_personality (Results 1 – 2 of 2) 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);
91 #define SET_PERSONALITY(ex, ibcs2) ia64_set_personality(&(ex), ibcs2)
/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() function