Searched refs:elf (Results 251 - 275 of 324) sorted by relevance

<<111213

/linux-master/arch/arm64/kernel/
H A Dprocess.c11 #include <linux/elf.h>
H A Dcpuinfo.c17 #include <linux/elf.h>
H A Dhead.S25 #include <asm/elf.h>
/linux-master/arch/riscv/kernel/
H A Delf_kexec.c9 * Based on kexec-tools' kexec-elf-riscv.c, heavily modified
15 #include <linux/elf.h>
238 pr_err("Preparing elf core header failed\n");
258 kexec_dprintk("Loaded elf core header at 0x%lx bufsz=0x%lx memsz=0x%lx\n",
/linux-master/arch/sparc/vdso/
H A Dvma.c18 #include <linux/elf.h>
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dgsp.h63 } frts, boot, elf, heap; member in struct:nvkm_gsp::__anon19::__anon22
/linux-master/arch/mips/
H A DMakefile15 $(Q)$(MAKE) $(build)=arch/mips/tools elf-entry
287 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
293 # the elf format according to the load address.
/linux-master/tools/lib/bpf/
H A Dlibbpf.c630 Elf *elf; member in struct:elf_state
670 /* Information when doing ELF related work. Only valid if efile.elf is not NULL */
1432 * avoid user freeing them before elf finish.
1447 if (!obj->efile.elf)
1450 elf_end(obj->efile.elf);
1451 obj->efile.elf = NULL;
1466 Elf *elf; local
1468 if (obj->efile.elf) {
1469 pr_warn("elf: init internal error\n");
1475 elf
3566 Elf *elf = obj->efile.elf; local
3710 Elf *elf = obj->efile.elf; local
11616 Elf *elf; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c1628 meta->sizeOfRadix3Elf = gsp->fb.wpr2.elf.size;
1645 meta->gspFwOffset = gsp->fb.wpr2.elf.addr;
2277 gsp->fb.wpr2.elf.size = gsp->fw.len;
2278 gsp->fb.wpr2.elf.addr = ALIGN_DOWN(gsp->fb.wpr2.boot.addr - gsp->fb.wpr2.elf.size, 0x10000);
2292 gsp->fb.wpr2.heap.addr = ALIGN_DOWN(gsp->fb.wpr2.elf.addr - gsp->fb.wpr2.heap.size, 0x100000);
2293 gsp->fb.wpr2.heap.size = ALIGN_DOWN(gsp->fb.wpr2.elf.addr - gsp->fb.wpr2.heap.addr, 0x100000);
/linux-master/arch/sparc/crypto/
H A Daes_glue.c31 #include <asm/elf.h>
/linux-master/arch/mips/mm/
H A Duasm-mips.c20 #include <asm/elf.h>
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace.h27 #include <linux/elf.h>
/linux-master/arch/parisc/kernel/
H A Dptrace.c15 #include <linux/elf.h>
H A Dsignal.c26 #include <linux/elf.h>
/linux-master/arch/sh/kernel/
H A Dsignal_32.c24 #include <linux/elf.h>
/linux-master/arch/s390/kernel/
H A Dmodule.c14 #include <linux/elf.h>
/linux-master/arch/arm/kernel/
H A Dsignal.c16 #include <asm/elf.h>
H A Dptrace.c13 #include <linux/elf.h>
/linux-master/arch/sparc/kernel/
H A Dprocess_64.c43 #include <asm/elf.h>
H A Dsetup_64.c51 #include <asm/elf.h>
/linux-master/arch/xtensa/kernel/
H A Dptrace.c35 #include <asm/elf.h>
/linux-master/arch/powerpc/kernel/
H A Dsetup_64.c43 #include <asm/elf.h>
/linux-master/arch/mips/boot/
H A Delf2ecoff.c31 This program converts an elf executable to an ECOFF executable.
42 #include <elf.h>
290 "usage: elf2ecoff <elf executable> <ecoff executable> [-a]\n");
/linux-master/scripts/
H A Drecordmcount.c28 #include <elf.h>
483 * fails on MIPS64 because their <elf.h> already has it!
/linux-master/arch/x86/kernel/
H A Dprocess.c27 #include <linux/elf-randomize.h>

Completed in 294 milliseconds

<<111213