Searched refs:elf (Results 201 - 225 of 324) sorted by relevance

1234567891011>>

/linux-master/arch/riscv/kernel/
H A Dvdso.c9 #include <linux/elf.h>
/linux-master/arch/s390/kernel/
H A Dprocess.c11 #include <linux/elf-randomize.h>
H A Dcrash_dump.c17 #include <linux/elf.h>
21 #include <asm/elf.h>
604 /* Init elf header */
/linux-master/arch/arm/kernel/
H A Dvdso.c10 #include <linux/elf.h>
H A DMakefile20 obj-y := elf.o entry-common.o irq.o opcodes.o \
H A Dmodule-plts.c6 #include <linux/elf.h>
/linux-master/arch/sh/kernel/
H A Dsetup.c37 #include <asm/elf.h>
/linux-master/arch/xtensa/kernel/
H A Dprocess.c29 #include <linux/elf.h>
/linux-master/tools/perf/util/
H A Dprobe-finder.c1127 Elf *elf; local
1134 elf = dwarf_getelf(dbg->dbg);
1135 if (elf == NULL)
1138 if (gelf_getehdr(elf, &ehdr) == NULL)
1147 if (elf_section_by_name(elf, &ehdr, &shdr, ".eh_frame", NULL) &&
1149 pf->cfi_eh = dwarf_getcfi_elf(elf);
H A Dprobe-event.c20 #include <elf.h>
288 * inspect elf and find out what is actual module name.
294 Elf *elf; local
306 elf = elf_begin(fd, PERF_ELF_C_READ_MMAP, NULL);
307 if (elf == NULL)
310 if (gelf_getehdr(elf, &ehdr) == NULL)
313 sec = elf_section_by_name(elf, &ehdr, &shdr,
324 * '.gnu.linkonce.this_module' section of kernel module elf directly
339 elf_end(elf);
619 Elf *elf; local
[all...]
/linux-master/tools/lib/bpf/
H A Dlibbpf_internal.h655 long elf_find_func_offset(Elf *elf, const char *binary_path, const char *name);
659 Elf *elf;
/linux-master/mm/
H A Dutil.c19 #include <linux/elf.h>
20 #include <linux/elf-randomize.h>
/linux-master/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c7 #include <asm/elf.h>
/linux-master/include/uapi/linux/
H A Daudit.h29 #include <linux/elf-em.h>
/linux-master/arch/sparc/kernel/
H A Dprocess_32.c37 #include <asm/elf.h>
/linux-master/arch/powerpc/kernel/
H A Dvdso.c17 #include <linux/elf.h>
H A Dmodule_32.c11 #include <linux/elf.h>
/linux-master/arch/mips/vdso/
H A DMakefile10 obj-vdso-y := elf.o vgettimeofday.o sigreturn.o
/linux-master/drivers/remoteproc/
H A Dremoteproc_elf_loader.c23 #include <linux/elf.h>
110 dev_dbg(dev, "Firmware is an elf%d file\n",
263 /* First, get the section header according to the elf class */
267 /* Finally, compute the name table section address in elf */
/linux-master/arch/loongarch/kernel/
H A Dcpu-probe.c17 #include <asm/elf.h>
H A Dprocess.c39 #include <asm/elf.h>
/linux-master/arch/arm64/kernel/
H A Dmodule-plts.c6 #include <linux/elf.h>
/linux-master/arch/x86/kernel/
H A Dmodule.c10 #include <linux/elf.h>
/linux-master/arch/mips/kernel/
H A Drelocate.c17 #include <linux/elf.h>
/linux-master/tools/testing/selftests/sgx/
H A Dload.c5 #include <elf.h>

Completed in 213 milliseconds

1234567891011>>