Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/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-4.1.27/arch/arm/kernel/
Delf.c41 void elf_set_personality(const struct elf32_hdr *x) in elf_set_personality() function
76 EXPORT_SYMBOL(elf_set_personality);
/linux-4.1.27/arch/arm/include/asm/
Delf.h127 extern void elf_set_personality(const struct elf32_hdr *);
128 #define SET_PERSONALITY(ex) elf_set_personality(&(ex))