Home
last modified time | relevance | path

Searched refs:SET_PERSONALITY (Results 1 – 25 of 25) sorted by relevance

/linux-2.4.37.9/include/asm-arm/proc-armo/
Delf.h13 #define SET_PERSONALITY(ex,ibcs2) set_personality(PER_LINUX) macro
/linux-2.4.37.9/include/asm-arm/proc-armv/
Delf.h23 #define SET_PERSONALITY(ex,ibcs2) \ macro
/linux-2.4.37.9/include/asm-s390/
Delf.h79 #define SET_PERSONALITY(ex, ibcs2) set_personality((ibcs2)?PER_SVR4:PER_LINUX) macro
/linux-2.4.37.9/include/asm-s390x/
Delf.h80 #define SET_PERSONALITY(ex, ibcs2) \ macro
/linux-2.4.37.9/include/asm-ia64/
Delf.h91 #define SET_PERSONALITY(ex, ibcs2) ia64_set_personality(&(ex), ibcs2) macro
Dia32.h407 # define SET_PERSONALITY(EX,IBCS2) \ macro
/linux-2.4.37.9/include/asm-alpha/
Delf.h85 #define SET_PERSONALITY(EX, IBCS2) \ macro
/linux-2.4.37.9/arch/ia64/ia32/
Dbinfmt_elf32.c53 #undef SET_PERSONALITY
54 #define SET_PERSONALITY(ex, ibcs2) elf32_set_personality() macro
/linux-2.4.37.9/include/asm-sh/
Delf.h72 #define SET_PERSONALITY(ex, ibcs2) set_personality(PER_LINUX_32BIT) macro
/linux-2.4.37.9/include/asm-ppc/
Delf.h73 #define SET_PERSONALITY(ex, ibcs2) set_personality((ibcs2)?PER_SVR4:PER_LINUX) macro
/linux-2.4.37.9/include/asm-sparc/
Delf.h108 #define SET_PERSONALITY(ex, ibcs2) set_personality((ibcs2)?PER_SVR4:PER_LINUX) macro
/linux-2.4.37.9/include/asm-m68k/
Delf.h92 #define SET_PERSONALITY(ex, ibcs2) set_personality((ibcs2)?PER_SVR4:PER_LINUX) macro
/linux-2.4.37.9/include/asm-i386/
Delf.h101 #define SET_PERSONALITY(ex, ibcs2) set_personality((ibcs2)?PER_SVR4:PER_LINUX) macro
/linux-2.4.37.9/include/asm-parisc/
Delf.h48 #define SET_PERSONALITY(ex, ibcs2) \ macro
/linux-2.4.37.9/include/asm-sparc64/
Delf.h103 #define SET_PERSONALITY(ex, ibcs2) \ macro
/linux-2.4.37.9/include/asm-mips/
Delf.h111 #define SET_PERSONALITY(ex, ibcs2) set_personality((ibcs2)?PER_SVR4:PER_LINUX) macro
/linux-2.4.37.9/include/asm-cris/
Delf.h118 #define SET_PERSONALITY(ex, ibcs2) set_personality((ibcs2)?PER_SVR4:PER_LINUX) macro
/linux-2.4.37.9/arch/parisc/kernel/
Dbinfmt_elf32.c90 #define SET_PERSONALITY(ex, ibcs2) \ macro
/linux-2.4.37.9/include/asm-ppc64/
Delf.h108 #define SET_PERSONALITY(ex, ibcs2) \ macro
/linux-2.4.37.9/include/asm-mips64/
Delf.h111 #define SET_PERSONALITY(ex, ibcs2) \ macro
/linux-2.4.37.9/include/asm-x86_64/
Delf.h124 #define SET_PERSONALITY(ex, ibcs2) set_personality_64bit() macro
/linux-2.4.37.9/include/asm-sh64/
Delf.h98 #define SET_PERSONALITY(ex, ibcs2) set_personality(PER_LINUX_32BIT) macro
/linux-2.4.37.9/arch/s390x/kernel/
Dbinfmt_elf32.c90 #define SET_PERSONALITY(ex, ibcs2) \ macro
/linux-2.4.37.9/arch/x86_64/ia32/
Dia32_binfmt.c142 #define SET_PERSONALITY(ex, ibcs2) \ macro
/linux-2.4.37.9/fs/
Dbinfmt_elf.c592 SET_PERSONALITY(elf_ex, ibcs2_interpreter); in load_elf_binary()
643 SET_PERSONALITY(elf_ex, ibcs2_interpreter); in load_elf_binary()