Searched refs:elf_load (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/parisc/kernel/ |
| H A D | kexec_file.c | 16 static void *elf_load(struct kimage *image, char *kernel_buf, in elf_load() function 80 .load = elf_load,
|
| /linux-6.15/fs/ |
| H A D | binfmt_elf.c | 406 static unsigned long elf_load(struct file *filep, unsigned long addr, in elf_load() function 681 map_addr = elf_load(interpreter, load_addr + vaddr, in load_elf_interp() 1154 load_bias = elf_load(bprm->file, 0, elf_ppnt, in load_elf_binary() 1180 error = elf_load(bprm->file, load_bias + vaddr, elf_ppnt, in load_elf_binary() 1438 error = elf_load(file, ELF_PAGESTART(eppnt->p_vaddr), in load_elf_library()
|