Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/arch/unicore32/kernel/
Delf.c29 void elf_set_personality(const struct elf32_hdr *x) in elf_set_personality() function
35 EXPORT_SYMBOL(elf_set_personality);
/Linux-v5.4/arch/unicore32/include/asm/
Delf.h79 extern void elf_set_personality(const struct elf32_hdr *);
80 #define SET_PERSONALITY(ex) elf_set_personality(&(ex))
/Linux-v5.4/arch/arm/include/asm/
Delf.h136 extern void elf_set_personality(const struct elf32_hdr *);
137 #define SET_PERSONALITY(ex) elf_set_personality(&(ex))