Home
last modified time | relevance | path

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

/linux/include/linux/
H A Delf.h15 #ifndef SET_PERSONALITY
16 #define SET_PERSONALITY(ex) \ macro
22 SET_PERSONALITY(ex)
/linux/arch/microblaze/include/asm/
H A Delf.h24 #define SET_PERSONALITY(ex) \ macro
/linux/arch/s390/include/asm/
H A Delf.h260 #define SET_PERSONALITY(ex) \ macro
267 #define SET_PERSONALITY(ex) \ macro
/linux/arch/csky/include/asm/
H A Delf.h84 #define SET_PERSONALITY(ex) set_personality(PER_LINUX) macro
/linux/arch/arm/include/asm/
H A Delf.h140 #define SET_PERSONALITY(ex) elf_set_personality(&(ex)) macro
/linux/arch/riscv/include/asm/
H A Delf.h137 #define SET_PERSONALITY(ex) \ macro
/linux/arch/xtensa/include/asm/
H A Delf.h193 #define SET_PERSONALITY(ex) \ macro
/linux/arch/sparc/include/asm/
H A Delf_64.h203 #define SET_PERSONALITY(ex) \ macro
/linux/arch/arm64/include/asm/
H A Delf.h161 #define SET_PERSONALITY(ex) \ macro
/linux/arch/powerpc/include/asm/
H A Delf.h83 # define SET_PERSONALITY(ex) \ macro
/linux/arch/sh/include/asm/
H A Delf.h163 #define SET_PERSONALITY(ex) \ macro
/linux/arch/x86/um/asm/
H A Delf.h213 #define SET_PERSONALITY(ex) do {} while(0) macro
/linux/arch/parisc/include/asm/
H A Delf.h234 #define SET_PERSONALITY(ex) \ macro
/linux/arch/x86/include/asm/
H A Delf.h263 #define SET_PERSONALITY(ex) set_personality_64bit() macro
/linux/fs/
H A Dbinfmt_elf_fdpic.c348 SET_PERSONALITY(exec_params.hdr); in load_elf_fdpic_binary()