Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Delf-fdpic.h28 struct elf_fdpic_params { struct
53 extern void elf_fdpic_arch_lay_out_mm(struct elf_fdpic_params *exec_params, argument
54 struct elf_fdpic_params *interp_params,
/openbmc/linux/arch/arm/kernel/
H A Delf.c116 void elf_fdpic_arch_lay_out_mm(struct elf_fdpic_params *exec_params, in elf_fdpic_arch_lay_out_mm()
117 struct elf_fdpic_params *interp_params, in elf_fdpic_arch_lay_out_mm()
/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c60 static int elf_fdpic_fetch_phdrs(struct elf_fdpic_params *, struct file *);
61 static int elf_fdpic_map_file(struct elf_fdpic_params *, struct file *,
65 struct elf_fdpic_params *,
66 struct elf_fdpic_params *);
74 static int elf_fdpic_map_file_by_direct_mmap(struct elf_fdpic_params *,
138 static int elf_fdpic_fetch_phdrs(struct elf_fdpic_params *params, in elf_fdpic_fetch_phdrs()
184 struct elf_fdpic_params exec_params, interp_params; in load_elf_fdpic_binary()
498 struct elf_fdpic_params *exec_params, in create_elf_fdpic_tables()
499 struct elf_fdpic_params *interp_params) in create_elf_fdpic_tables()
737 static int elf_fdpic_map_file(struct elf_fdpic_params *params, in elf_fdpic_map_file()
[all …]