Searched refs:elf (Results 1 - 25 of 137) sorted by relevance

123456

/arch/c6x/include/asm/
H A Dprocinfo.h24 #include <asm/elf.h>
25 #warning "Please include asm/elf.h instead"
/arch/ia64/hp/sim/boot/
H A Dbootloader.c12 struct task_struct; /* forward declaration for elf.h */
14 #include <linux/elf.h>
18 #include <asm/elf.h>
63 struct elfhdr *elf; local
113 elf = (struct elfhdr *) mem;
114 if (elf->e_ident[0] == 0x7f && strncmp(elf->e_ident + 1, "ELF", 3) != 0) {
118 if (elf->e_type != ET_EXEC) {
122 if (!elf_check_arch(elf)) {
127 e_entry = elf
[all...]
/arch/arm/include/asm/
H A Dprocinfo.h46 #include <asm/elf.h>
47 #warning "Please include asm/elf.h instead"
/arch/frv/kernel/
H A Dmodule.c13 #include <linux/elf.h>
/arch/powerpc/include/asm/
H A Dsigcontext.h13 #include <asm/elf.h>
H A Dsections.h5 #include <linux/elf.h>
H A Ducontext.h7 #include <asm/elf.h>
/arch/tile/mm/
H A DMakefile5 obj-y := init.o pgtable.o fault.o extable.o elf.o \
/arch/xtensa/boot/boot-redboot/
H A DMakefile32 $(LD) $(LD_ARGS) -o $@.elf $@.tmp $(LIBS) -L/xtensa-elf/lib $(LIBGCC)
33 $(OBJCOPY) -S -O binary $@.elf arch/$(ARCH)/boot/$@.redboot
34 rm -f $@.tmp $@.elf vmlinux.tmp.gz
/arch/xtensa/boot/
H A DMakefile24 bootdir-$(CONFIG_XTENSA_PLATFORM_ISS) += boot-elf
25 bootdir-$(CONFIG_XTENSA_PLATFORM_XT2000) += boot-redboot boot-elf
/arch/frv/mm/
H A DMakefile9 mmu-context.o dma-alloc.o elf-fdpic.o
/arch/ia64/include/asm/
H A Dpatch.h14 #include <linux/elf.h>
H A Dsections.h9 #include <linux/elf.h>
/arch/unicore32/kernel/
H A Delf.c2 * linux/arch/unicore32/kernel/elf.c
16 #include <linux/elf.h>
/arch/x86/kernel/acpi/realmode/
H A DMakefile10 targets := wakeup.elf wakeup.lds
49 LDFLAGS_wakeup.elf := -T
53 $(obj)/wakeup.elf: $(obj)/wakeup.lds $(WAKEUP_OBJS) FORCE
58 $(obj)/wakeup.bin: $(obj)/wakeup.elf FORCE
/arch/alpha/boot/tools/
H A Dobjstrip.c29 # include <linux/elf.h>
57 struct elfhdr *elf; local
145 elf = (struct elfhdr *) buf;
147 if (elf->e_ident[0] == 0x7f && strncmp((char *)elf->e_ident + 1, "ELF", 3) == 0) {
148 if (elf->e_type != ET_EXEC) {
153 if (!elf_check_arch(elf)) {
155 prog_name, elf->e_machine);
158 if (elf->e_phnum != 1) {
161 prog_name, elf
[all...]
/arch/xtensa/boot/boot-elf/
H A DMakefile23 Image: vmlinux $(OBJS) arch/$(ARCH)/boot/boot-elf/boot.lds
31 -T arch/$(ARCH)/boot/boot-elf/boot.lds \
32 -o arch/$(ARCH)/boot/$@.elf $@.tmp
45 -T $(srctree)/arch/$(ARCH)/boot/boot-elf/boot.ld \
46 -o arch/$(ARCH)/boot/$@.elf $@.tmp
/arch/avr32/boot/images/
H A DMakefile31 OBJCOPYFLAGS_vmlinux.elf := --change-section-lma .text-0x80000000 \
44 $(obj)/vmlinux.elf: vmlinux FORCE
50 $(obj)/vmlinux.cso: $(obj)/vmlinux.elf FORCE
57 clean-files := vmlinux.elf vmlinux.bin vmlinux.gz uImage uImage.srec
/arch/x86/boot/compressed/
H A Dmisc.h16 #include <linux/elf.h>
/arch/x86/um/shared/sysdep/
H A Dkernel-offsets.h3 #include <linux/elf.h>
/arch/avr32/
H A DMakefile10 all: uImage vmlinux.elf
46 BOOT_TARGETS := vmlinux.elf vmlinux.bin uImage uImage.srec
53 vmlinux.elf: KBUILD_IMAGE := $(boot)/vmlinux.elf
63 vmlinux.elf vmlinux.bin uImage.srec uImage vmlinux.cso: vmlinux
81 @echo '* vmlinux.elf - ELF image with load address 0'
/arch/powerpc/kernel/
H A Dfadump.c529 struct elfhdr *elf; local
532 elf = (struct elfhdr *)bufp;
763 struct elfhdr *elf; local
765 elf = (struct elfhdr *) bufp;
767 memcpy(elf->e_ident, ELFMAG, SELFMAG);
768 elf->e_ident[EI_CLASS] = ELF_CLASS;
769 elf->e_ident[EI_DATA] = ELF_DATA;
770 elf->e_ident[EI_VERSION] = EV_CURRENT;
771 elf->e_ident[EI_OSABI] = ELF_OSABI;
772 memset(elf
836 struct elfhdr *elf; local
[all...]
/arch/cris/include/asm/
H A Delf.h48 #include <arch/elf.h>
50 /* The master for these definitions is {binutils}/include/elf/cris.h: */
65 /* End of excerpt from {binutils}/include/elf/cris.h. */
/arch/um/os-Linux/
H A Delf_aux.c10 #include <elf.h>
50 /* elf.h removed the pointer elements from
/arch/ia64/kernel/
H A Delfcore.c1 #include <linux/elf.h>
6 #include <asm/elf.h>

Completed in 591 milliseconds

123456