Home
last modified time | relevance | path

Searched refs:arch_elf_state (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/mips/kernel/
Delf.c69 bool is_interp, struct arch_elf_state *state) in arch_elf_pt_proc()
124 struct arch_elf_state *state) in arch_check_elf()
233 void mips_set_personality_fp(struct arch_elf_state *state) in mips_set_personality_fp()
/linux-4.1.27/arch/mips/include/asm/
Delf.h425 struct arch_elf_state { struct
440 bool is_interp, struct arch_elf_state *state); argument
443 struct arch_elf_state *state);
445 extern void mips_set_personality_fp(struct arch_elf_state *state);
/linux-4.1.27/fs/
Dbinfmt_elf.c457 struct arch_elf_state { struct
483 struct arch_elf_state *state) in arch_elf_pt_proc()
504 struct arch_elf_state *state) in arch_check_elf()
684 struct arch_elf_state arch_state = INIT_ARCH_ELF_STATE; in load_elf_binary()