Searched refs:load_elf_binary (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | loader.h | 93 int load_elf_binary(struct linux_binprm *bprm, struct image_info *info);
|
H A D | linuxload.c | 163 retval = load_elf_binary(bprm, infop); in loader_exec()
|
H A D | elfload.c | 3788 int load_elf_binary(struct linux_binprm *bprm, struct image_info *info) in load_elf_binary() function
|
/openbmc/qemu/bsd-user/ |
H A D | bsdload.c | 196 retval = load_elf_binary(bprm, regs, infop); in loader_exec()
|
H A D | qemu.h | 166 int load_elf_binary(struct bsd_binprm *bprm, struct target_pt_regs *regs,
|
H A D | elfload.c | 600 int load_elf_binary(struct bsd_binprm *bprm, struct target_pt_regs *regs, in load_elf_binary() function
|
/openbmc/linux/fs/ |
H A D | binfmt_elf.c | 69 static int load_elf_binary(struct linux_binprm *bprm); 103 .load_binary = load_elf_binary, 823 static int load_elf_binary(struct linux_binprm *bprm) in load_elf_binary() function
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-trace.txt | 298 load_elf_binary ([kernel.kallsyms])
|
/openbmc/linux/Documentation/trace/ |
H A D | histogram.rst | 494 …{ call_site: [ffffffff81213e80] load_elf_binary+0x240/0x1650 } hitcount… 535 …{ call_site: [ffffffff81213e80] load_elf_binary } hitcount: … 622 load_elf_binary+0x102/0x1650
|
H A D | ftrace.rst | 1596 => load_elf_binary
|