Home
last modified time | relevance | path

Searched refs:elf_set_personality (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/arm/kernel/
Delf.c43 void elf_set_personality(const struct elf32_hdr *x) in elf_set_personality() function
78 EXPORT_SYMBOL(elf_set_personality);
102 elf_set_personality(&exec_params->hdr); in elf_fdpic_arch_lay_out_mm()
/Linux-v4.19/arch/unicore32/kernel/
Delf.c32 void elf_set_personality(const struct elf32_hdr *x) in elf_set_personality() function
38 EXPORT_SYMBOL(elf_set_personality);
/Linux-v4.19/arch/unicore32/include/asm/
Delf.h83 extern void elf_set_personality(const struct elf32_hdr *);
84 #define SET_PERSONALITY(ex) elf_set_personality(&(ex))
/Linux-v4.19/arch/arm/include/asm/
Delf.h136 extern void elf_set_personality(const struct elf32_hdr *);
137 #define SET_PERSONALITY(ex) elf_set_personality(&(ex))