Searched refs:arch_elf_state (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | elf.h | 86 struct arch_elf_state; 91 struct arch_elf_state *arch) in arch_parse_elf_property() 97 bool compat, struct arch_elf_state *arch); 101 int arch_elf_adjust_prot(int prot, const struct arch_elf_state *state, 105 const struct arch_elf_state *state, in arch_elf_adjust_prot()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | elf.h | 472 struct arch_elf_state { struct 489 bool is_interp, struct arch_elf_state *state); argument 492 struct arch_elf_state *state); 498 extern void mips_set_personality_nan(struct arch_elf_state *state); 499 extern void mips_set_personality_fp(struct arch_elf_state *state); 503 struct arch_elf_state; 505 static inline void mips_set_personality_nan(struct arch_elf_state *state) in mips_set_personality_nan() 510 static inline void mips_set_personality_fp(struct arch_elf_state *state) in mips_set_personality_fp()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | elf.h | 250 struct arch_elf_state { struct 262 struct arch_elf_state *arch) in arch_parse_elf_property() argument 284 struct arch_elf_state *state) in arch_elf_pt_proc() 291 struct arch_elf_state *state) in arch_check_elf()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | elf.c | 16 bool is_interp, struct arch_elf_state *state) in arch_elf_pt_proc() 22 struct arch_elf_state *state) in arch_check_elf()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | elf.c | 77 bool is_interp, struct arch_elf_state *state) in arch_elf_pt_proc() 136 struct arch_elf_state *state) in arch_check_elf() 279 void mips_set_personality_fp(struct arch_elf_state *state) in mips_set_personality_fp() 308 void mips_set_personality_nan(struct arch_elf_state *state) in mips_set_personality_nan()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | elf.h | 322 struct arch_elf_state { struct 335 bool is_interp, struct arch_elf_state *state); argument 338 struct arch_elf_state *state);
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | elf.h | 186 struct arch_elf_state { struct 196 struct arch_elf_state *_state = state; \ argument
|
/openbmc/linux/fs/ |
H A D | binfmt_elf.c | 514 struct arch_elf_state { struct 540 struct arch_elf_state *state) in arch_elf_pt_proc() 563 struct arch_elf_state *state) in arch_check_elf() 571 static inline int make_prot(u32 p_flags, struct arch_elf_state *arch_state, in make_prot() 594 struct arch_elf_state *arch_state) in load_elf_interp() 719 struct arch_elf_state *arch, in parse_elf_property() 767 struct arch_elf_state *arch) in parse_elf_properties() 842 struct arch_elf_state arch_state = INIT_ARCH_ELF_STATE; in load_elf_binary()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | process.c | 741 int arch_elf_adjust_prot(int prot, const struct arch_elf_state *state, in arch_elf_adjust_prot()
|