Searched refs:elf_load (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/parisc/kernel/ |
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.12.1/fs/ |
D | binfmt_elf.c | 400 static unsigned long elf_load(struct file *filep, unsigned long addr, in elf_load() function 675 map_addr = elf_load(interpreter, load_addr + vaddr, in load_elf_interp() 1141 load_bias = elf_load(bprm->file, 0, elf_ppnt, in load_elf_binary() 1167 error = elf_load(bprm->file, load_bias + vaddr, elf_ppnt, in load_elf_binary() 1408 error = elf_load(file, ELF_PAGESTART(eppnt->p_vaddr), in load_elf_library()
|