Searched refs:elf (Results 76 - 100 of 324) sorted by path

1234567891011>>

/linux-master/arch/microblaze/include/asm/
H A Delf.h10 #include <uapi/asm/elf.h>
/linux-master/arch/microblaze/kernel/
H A Dmodule.c10 #include <linux/elf.h>
H A Dptrace.c33 #include <linux/elf.h>
/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/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/arch/mips/include/asm/
H A Delf.h15 #include <uapi/linux/elf.h>
437 * See comments in asm-alpha/elf.h, this is the same thing
488 extern int arch_elf_pt_proc(void *ehdr, void *phdr, struct file *elf,
H A Dmodule.h6 #include <linux/elf.h>
H A Dsyscall.h18 #include <linux/elf-em.h>
/linux-master/arch/mips/kernel/
H A DMakefile8 obj-y += head.o branch.o cmpxchg.o elf.o entry.o genex.o idle.o irq.o \
H A Dcpu-probe.c26 #include <asm/elf.h>
1844 * Set a default elf platform, cpu probe may later
H A Dcpu-r3k-probe.c23 #include <asm/elf.h>
74 * Set a default elf platform, cpu probe may later
H A Delf.c8 #include <linux/elf.h>
76 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, argument
120 ret = kernel_read(elf, &abiflags, sizeof(abiflags), &pos);
H A Dfpu-probe.c18 #include <asm/elf.h>
H A Dmodule.c13 #include <linux/elf.h>
H A Dptrace.c19 #include <linux/elf.h>
H A Drelocate.c17 #include <linux/elf.h>
H A Dsyscall.c28 #include <linux/elf.h>
H A Dvdso.c8 #include <linux/elf.h>
H A Dvpe.c23 #include <linux/elf.h>
591 weird elf version */
596 pr_warn("VPE loader: program wrong arch or weird elf version\n");
744 pr_info(" elf loaded\n");
815 pr_warn("VPE loader: only elf files are supported\n");
852 pr_warn("VPE loader: elf size too big. Perhaps strip unneeded symbols\n");
/linux-master/arch/mips/loongson64/
H A Dcpucfg-emul.c7 #include <asm/elf.h>
/linux-master/arch/mips/mm/
H A Dmmap.c10 #include <linux/elf-randomize.h>
H A Duasm-mips.c20 #include <asm/elf.h>
/linux-master/arch/mips/tools/
H A DMakefile2 hostprogs := elf-entry
3 PHONY += elf-entry
4 elf-entry: $(obj)/elf-entry
H A Delf-entry.c3 #include <elf.h>
43 die("Usage: elf-entry <elf-file>\n");
H A Dloongson3-llsc-check.c3 #include <elf.h>

Completed in 455 milliseconds

1234567891011>>