Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/mips/include/asm/
Delf.h434 struct arch_elf_state { struct
449 bool is_interp, struct arch_elf_state *state); argument
452 struct arch_elf_state *state);
454 extern void mips_set_personality_fp(struct arch_elf_state *state);
/linux-4.4.14/fs/
Dbinfmt_elf.c458 struct arch_elf_state { struct
484 struct arch_elf_state *state) in arch_elf_pt_proc()
505 struct arch_elf_state *state) in arch_check_elf()
685 struct arch_elf_state arch_state = INIT_ARCH_ELF_STATE; in load_elf_binary()