Searched refs:elf_fdpic_params (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/linux/ |
D | elf-fdpic.h | 28 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,
|
/Linux-v6.6/arch/arm/kernel/ |
D | elf.c | 116 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()
|
/Linux-v6.6/fs/ |
D | binfmt_elf_fdpic.c | 60 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 *); 69 static int elf_fdpic_map_file_constdisp_on_uclinux(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() [all …]
|