Searched refs:loadmap (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | binfmt_elf_fdpic.c | 475 kfree(exec_params.loadmap); in load_elf_fdpic_binary() 477 kfree(interp_params.loadmap); in load_elf_fdpic_binary() 562 len += sizeof(struct elf32_fdpic_loadseg) * exec_params->loadmap->nsegs; in create_elf_fdpic_tables() 566 if (copy_to_user((void __user *) sp, exec_params->loadmap, len) != 0) in create_elf_fdpic_tables() 571 if (interp_params->loadmap) { in create_elf_fdpic_tables() 574 interp_params->loadmap->nsegs; in create_elf_fdpic_tables() 578 if (copy_to_user((void __user *) sp, interp_params->loadmap, in create_elf_fdpic_tables() 739 struct elf32_fdpic_loadmap *loadmap; in elf_fdpic_map_file() local 759 size = sizeof(*loadmap) + nloads * sizeof(*seg); in elf_fdpic_map_file() 760 loadmap = kzalloc(size, GFP_KERNEL); in elf_fdpic_map_file() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/ |
| H A D | install.sh | 62 if [ -x /sbin/loadmap ]; then 63 /sbin/loadmap
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | elf-fdpic.h | 19 struct elf32_fdpic_loadmap *loadmap; /* loadmap to be passed to userspace */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 45765 (*note qXfer fdpic loadmap read::). 46197 Read contents of 'loadmap's on the target system. The annex, 46198 either 'exec' or 'interp', specifies which 'loadmap', 46199 executable 'loadmap' or interpreter 'loadmap' to read. 58168 Ref: qXfer fdpic loadmap read1850668
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 45765 (*note qXfer fdpic loadmap read::). 46197 Read contents of 'loadmap's on the target system. The annex, 46198 either 'exec' or 'interp', specifies which 'loadmap', 46199 executable 'loadmap' or interpreter 'loadmap' to read. 58168 Ref: qXfer fdpic loadmap read1850668
|