Searched refs:elf (Results 176 - 200 of 324) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/boot/
H A Dwrapper534 mv "$ofile" "$ofile".elf
535 ${CROSS}objcopy -O binary "$ofile".elf "$ofile"
553 mv "$ofile" "$ofile.elf"
554 $objbin/mktree "$ofile.elf" "$ofile" "$base" "$entry"
556 rm -f "$ofile.elf"
/linux-master/tools/testing/selftests/bpf/
H A Dveristat.c377 Elf *elf = NULL; local
386 elf = elf_begin(fd, ELF_C_READ, NULL);
387 if (!elf)
390 if (elf_kind(elf) != ELF_K_ELF || gelf_getclass(elf) != ELFCLASS64)
393 ehdr = elf64_getehdr(elf);
400 if (elf)
401 elf_end(elf);
/linux-master/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c23 #include <elf.h>
/linux-master/arch/riscv/kernel/
H A Dmodule-sections.c8 #include <linux/elf.h>
H A Dvector.c19 #include <asm/elf.h>
/linux-master/arch/sparc/crypto/
H A Dcamellia_glue.c19 #include <asm/elf.h>
/linux-master/arch/sh/kernel/cpu/
H A Dinit.c20 #include <asm/elf.h>
/linux-master/tools/testing/selftests/vDSO/
H A Dparse_vdso.c22 #include <elf.h>
/linux-master/arch/mips/kernel/
H A Dfpu-probe.c18 #include <asm/elf.h>
H A DMakefile8 obj-y += head.o branch.o cmpxchg.o elf.o entry.o genex.o idle.o irq.o \
/linux-master/arch/mips/vdso/
H A Dgenvdso.c10 * elf.S to have the correct name and type. It then generates a C source file
26 #include <elf.h>
37 /* Define these in case the system elf.h is not new enough to have them. */
/linux-master/arch/mips/tools/
H A Dloongson3-llsc-check.c3 #include <elf.h>
/linux-master/arch/sparc/kernel/
H A Dmodule.c10 #include <linux/elf.h>
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.c66 #include <linux/elf.h>
/linux-master/arch/sparc/vdso/
H A Dvdso2c.c55 #include <linux/elf.h>
/linux-master/scripts/
H A Dsorttable.c27 #include <elf.h>
/linux-master/arch/alpha/kernel/
H A Dmodule.c7 #include <linux/elf.h>
/linux-master/arch/arm64/kernel/
H A Dalternative.c13 #include <linux/elf.h>
/linux-master/arch/parisc/boot/compressed/
H A Dmisc.c8 #include <linux/elf.h>
/linux-master/arch/loongarch/kernel/
H A Dmodule-sections.c6 #include <linux/elf.h>
H A Drelocate.c8 #include <linux/elf.h>
/linux-master/arch/m68k/kernel/
H A Dptrace.c23 #include <linux/elf.h>
/linux-master/arch/s390/kernel/
H A Dprocessor.c23 #include <asm/elf.h>
H A Dvdso.c11 #include <linux/elf.h>
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_fw_mips.c11 #include <linux/elf.h>

Completed in 231 milliseconds

1234567891011>>