Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/kernel/
H A Delf.c43 void elf_set_personality(const struct elf32_hdr *x) in elf_set_personality() function
78 EXPORT_SYMBOL(elf_set_personality);
121 elf_set_personality(&exec_params->hdr); in elf_fdpic_arch_lay_out_mm()
/openbmc/linux/arch/arm/include/asm/
H A Delf.h140 extern void elf_set_personality(const struct elf32_hdr *);
141 #define SET_PERSONALITY(ex) elf_set_personality(&(ex))