Searched refs:elf (Results 226 - 250 of 324) sorted by relevance

1234567891011>>

/linux-master/arch/arm64/kernel/
H A Dvdso.c12 #include <linux/elf.h>
H A Dsetup.c41 #include <asm/elf.h>
H A Dmodule.c13 #include <linux/elf.h>
/linux-master/arch/x86/kernel/
H A Dcrash.c22 #include <linux/elf.h>
143 /* Gather all the required information to prepare elf headers for ram regions */
204 /* Prepare elf headers. Return addr and size */
274 /* Exclude elf header region */
355 /* Prepare elf headers and add a segment */
/linux-master/arch/x86/entry/vdso/
H A Dvma.c14 #include <linux/elf.h>
/linux-master/include/uapi/linux/
H A Delf.h6 #include <linux/elf-em.h>
69 /* These constants define the different elf file types */
389 #define NT_PRXFPREG 0x46e62b7f /* copied from gdb5.1/include/elf/common.h */
/linux-master/kernel/module/
H A Dinternal.h9 #include <linux/elf.h>
/linux-master/arch/riscv/kernel/
H A Dptrace.c18 #include <linux/elf.h>
/linux-master/tools/lib/bpf/
H A Dbtf.c1094 Elf *elf = NULL; local
1112 elf = elf_begin(fd, ELF_C_READ, NULL);
1113 if (!elf) {
1117 if (!gelf_getehdr(elf, &ehdr)) {
1122 if (elf_getshdrstrndx(elf, &shstrndx)) {
1128 if (!elf_rawdata(elf_getscn(elf, shstrndx), NULL)) {
1133 while ((scn = elf_nextscn(elf, scn)) != NULL) {
1143 name = elf_strptr(elf, shstrndx, sh.sh_name);
1178 switch (gelf_getclass(elf)) {
1199 if (elf)
[all...]
/linux-master/scripts/
H A Dinsert-sys-cert.c27 #include <elf.h>
/linux-master/arch/mips/mm/
H A Duasm-micromips.c20 #include <asm/elf.h>
/linux-master/kernel/
H A Dkexec_elf.c11 * Based on kexec-tools' kexec-elf-exec.c and kexec-elf-ppc64.c.
18 #include <linux/elf.h>
/linux-master/arch/sparc/crypto/
H A Ddes_glue.c20 #include <asm/elf.h>
/linux-master/arch/csky/kernel/
H A Dptrace.c5 #include <linux/elf.h>
/linux-master/arch/sh/kernel/
H A Dptrace_32.c23 #include <linux/elf.h>
/linux-master/arch/sparc/kernel/
H A Dptrace_32.c23 #include <linux/elf.h>
/linux-master/arch/arm/kernel/
H A Dmodule.c14 #include <linux/elf.h>
/linux-master/drivers/soc/qcom/
H A Dmdt_loader.c11 #include <linux/elf.h>
/linux-master/tools/testing/selftests/powerpc/
H A Dutils.c8 #include <elf.h>
/linux-master/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c36 #include <linux/elf.h>
/linux-master/arch/arc/kernel/
H A Dptrace.c10 #include <linux/elf.h>
/linux-master/arch/mips/kernel/
H A Dmodule.c13 #include <linux/elf.h>
/linux-master/arch/s390/boot/
H A Dstartup.c3 #include <linux/elf.h>
/linux-master/arch/s390/tools/
H A Drelocs.c11 #include <elf.h>
/linux-master/arch/s390/kernel/
H A Dmachine_kexec_file.c12 #include <linux/elf.h>

Completed in 460 milliseconds

1234567891011>>