Home
last modified time | relevance | path

Searched refs:arch_state (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf.c568 static inline int make_prot(u32 p_flags, struct arch_elf_state *arch_state, in make_prot() argument
580 return arch_elf_adjust_prot(prot, arch_state, has_interp, is_interp); in make_prot()
591 struct arch_elf_state *arch_state) in load_elf_interp()
623 int elf_prot = make_prot(eppnt->p_flags, arch_state, in load_elf_interp()
839 struct arch_elf_state arch_state = INIT_ARCH_ELF_STATE; in load_elf_binary() local
939 &arch_state); in load_elf_binary()
974 true, &arch_state); in load_elf_binary()
982 elf_property_phdata, &arch_state); in load_elf_binary()
993 &arch_state); in load_elf_binary()
1004 SET_PERSONALITY2(*elf_ex, &arch_state); in load_elf_binary()
588 load_elf_interp(struct elfhdr *interp_elf_ex, struct file *interpreter, unsigned long no_base, struct elf_phdr *interp_elf_phdata, struct arch_elf_state *arch_state) load_elf_interp() argument
[all...]
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf.c571 static inline int make_prot(u32 p_flags, struct arch_elf_state *arch_state, in make_prot() argument
583 return arch_elf_adjust_prot(prot, arch_state, has_interp, is_interp); in make_prot()
594 struct arch_elf_state *arch_state) in load_elf_interp()
626 int elf_prot = make_prot(eppnt->p_flags, arch_state, in load_elf_interp()
842 struct arch_elf_state arch_state = INIT_ARCH_ELF_STATE; in load_elf_binary() local
942 &arch_state); in load_elf_binary()
977 true, &arch_state); in load_elf_binary()
985 elf_property_phdata, &arch_state); in load_elf_binary()
996 &arch_state); in load_elf_binary()
1007 SET_PERSONALITY2(*elf_ex, &arch_state); in load_elf_binary()
591 load_elf_interp(struct elfhdr *interp_elf_ex, struct file *interpreter, unsigned long no_base, struct elf_phdr *interp_elf_phdata, struct arch_elf_state *arch_state) load_elf_interp() argument
[all...]

Completed in 4 milliseconds