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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/applets/
H A DMakefile13 GCC = $(TOOLS)sb1-elf-gcc
14 GLD = $(TOOLS)sb1-elf-ld
15 OBJCOPY = $(TOOLS)sb1-elf-objcopy
46 $(GLD) -o test.elf -Ttext 0x20000000 -Map test.map $(LDFLAGS) minicrt0.o test.o $(LIBOBJS)
51 $(GLD) -o download.elf -Ttext 0x80001000 -Map download.map $(LDFLAGS) minicrt0.o download.o $(LIBOBJS)
52 $(OBJCOPY) --strip-unneeded download.elf s.download.elf
53 gzip --best -c s.download.elf > download.elf.gz
54 $(GLD) -Tdownload.lds -bbinary -o download.data download.elf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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>
64 struct elfhdr *elf; local
114 elf = (struct elfhdr *) mem;
115 if (elf->e_ident[0] == 0x7f && strncmp(elf->e_ident + 1, "ELF", 3) != 0) {
119 if (elf->e_type != ET_EXEC) {
123 if (!elf_check_arch(elf)) {
128 e_entry = elf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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>
64 struct elfhdr *elf; local
114 elf = (struct elfhdr *) mem;
115 if (elf->e_ident[0] == 0x7f && strncmp(elf->e_ident + 1, "ELF", 3) != 0) {
119 if (elf->e_type != ET_EXEC) {
123 if (!elf_check_arch(elf)) {
128 e_entry = elf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Delfcore.c1 #include <linux/elf.h>
5 #include <asm/elf.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Delfcore.c1 #include <linux/elf.h>
5 #include <asm/elf.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/testsuite/sim/mips/
H A Dbasic.exp35 # Only test mips*-*-elf (e.g., no mips*-*-linux), and only test if the target
37 if {[istarget mips*-*-elf] && [board_info target exists is_simulator]} {
42 if {[istarget mipsisa64sb1*-*-elf]} {
46 } elseif {[istarget mipsisa64*-*-elf]} {
51 } elseif {[istarget mips*-sde-elf*]} {
56 } elseif {[istarget mipsisa32*-*-elf]} {
61 } elseif {[istarget mips64vr*-*-elf]} {
64 } elseif {[istarget mips64*-*-elf]} {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/mips/
H A Dbasic.exp35 # Only test mips*-*-elf (e.g., no mips*-*-linux), and only test if the target
37 if {[istarget mips*-*-elf] && [board_info target exists is_simulator]} {
42 if {[istarget mipsisa64sb1*-*-elf]} {
46 } elseif {[istarget mipsisa64*-*-elf]} {
51 } elseif {[istarget mips*-sde-elf*]} {
56 } elseif {[istarget mipsisa32*-*-elf]} {
61 } elseif {[istarget mips64vr*-*-elf]} {
64 } elseif {[istarget mips64*-*-elf]} {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/mips/
H A Dbasic.exp35 # Only test mips*-*-elf (e.g., no mips*-*-linux), and only test if the target
37 if {[istarget mips*-*-elf] && [board_info target exists is_simulator]} {
42 if {[istarget mipsisa64sb1*-*-elf]} {
46 } elseif {[istarget mipsisa64*-*-elf]} {
51 } elseif {[istarget mips*-sde-elf*]} {
56 } elseif {[istarget mipsisa32*-*-elf]} {
61 } elseif {[istarget mips64vr*-*-elf]} {
64 } elseif {[istarget mips64*-*-elf]} {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/mm/
H A DMakefile5 obj-y := init.o pgtable.o fault.o extable.o elf.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dsigcontext.h13 #include <asm/elf.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/mm/
H A DMakefile5 obj-y := init.o pgtable.o fault.o extable.o elf.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsigcontext.h13 #include <asm/elf.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/include/asm/
H A Dprocinfo.h46 #include <asm/elf.h>
47 #warning "Please include asm/elf.h instead"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/include/asm/
H A Dprocinfo.h46 #include <asm/elf.h>
47 #warning "Please include asm/elf.h instead"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A DMakefile.in493 elf.lo \
524 elf-m10200.lo \
525 elf-m10300.lo \
552 elf-attrs.lo \
553 elf-strtab.lo \
554 elf-eh-frame.lo \
555 elf-vxworks.lo \
672 elf.c \
703 elf-m10200.c \
704 elf
[all...]
H A DMakefile.am241 elf.lo \
272 elf-m10200.lo \
273 elf-m10300.lo \
300 elf-attrs.lo \
301 elf-strtab.lo \
302 elf-eh-frame.lo \
303 elf-vxworks.lo \
420 elf.c \
451 elf-m10200.c \
452 elf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A DMakefile.in493 elf.lo \
524 elf-m10200.lo \
525 elf-m10300.lo \
552 elf-attrs.lo \
553 elf-strtab.lo \
554 elf-eh-frame.lo \
555 elf-vxworks.lo \
672 elf.c \
703 elf-m10200.c \
704 elf
[all...]
H A DMakefile.am241 elf.lo \
272 elf-m10200.lo \
273 elf-m10300.lo \
300 elf-attrs.lo \
301 elf-strtab.lo \
302 elf-eh-frame.lo \
303 elf-vxworks.lo \
420 elf.c \
451 elf-m10200.c \
452 elf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A DMakefile.in493 elf.lo \
524 elf-m10200.lo \
525 elf-m10300.lo \
552 elf-attrs.lo \
553 elf-strtab.lo \
554 elf-eh-frame.lo \
555 elf-vxworks.lo \
672 elf.c \
703 elf-m10200.c \
704 elf
[all...]
H A DMakefile.am241 elf.lo \
272 elf-m10200.lo \
273 elf-m10300.lo \
300 elf-attrs.lo \
301 elf-strtab.lo \
302 elf-eh-frame.lo \
303 elf-vxworks.lo \
420 elf.c \
451 elf-m10200.c \
452 elf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/boot/
H A DMakefile24 bootdir-$(CONFIG_XTENSA_PLATFORM_ISS) += boot-elf
25 bootdir-$(CONFIG_XTENSA_PLATFORM_XT2000) += boot-redboot boot-elf
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/boot/
H A DMakefile24 bootdir-$(CONFIG_XTENSA_PLATFORM_ISS) += boot-elf
25 bootdir-$(CONFIG_XTENSA_PLATFORM_XT2000) += boot-redboot boot-elf
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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

Completed in 366 milliseconds

1234567891011>>