/linux-2.4.37.9/arch/ppc/boot/pmac/ |
D | Makefile | 46 znetboot: vmlinux.coff vmlinux.elf-pmac zImage 48 cp ../images/vmlinux.elf-pmac $(TFTPIMAGE).elf 50 znetboot.initrd: vmlinux.initrd.coff vmlinux.initrd.elf-pmac 52 cp ../images/vmlinux.initrd.elf-pmac $(TFTPIMAGE).elf 87 vmlinux.elf-pmac: $(CHRPOBJS) $(LIBS) $(MKNOTE) image.o ../ld.script 94 vmlinux.initrd.elf-pmac: $(CHRPOBJS) $(LIBS) $(MKNOTE) image.o \ 96 $(OBJCOPY) image.o image-elf.o \ 99 $(LD) $(CHRP_LD_ARGS) -o ../images/$@ $(CHRPOBJS) $(LIBS) image-elf.o 103 rm -f note image-elf.o 105 zImage: vmlinux.coff vmlinux.elf-pmac miboot.image [all …]
|
/linux-2.4.37.9/arch/ia64/boot/ |
D | bootloader.c | 89 struct elfhdr *elf; in _start() local 143 elf = (struct elfhdr *) mem; in _start() 144 if (elf->e_ident[0] == 0x7f && strncmp(elf->e_ident + 1, "ELF", 3) != 0) { in _start() 148 if (elf->e_type != ET_EXEC) { in _start() 152 if (!elf_check_arch(elf)) { in _start() 157 e_entry = elf->e_entry; in _start() 158 e_phnum = elf->e_phnum; in _start() 159 e_phoff = elf->e_phoff; in _start()
|
/linux-2.4.37.9/fs/proc/ |
D | kcore.c | 199 struct elfhdr *elf; in elf_kcore_store_hdr() local 205 elf = (struct elfhdr *) bufp; in elf_kcore_store_hdr() 208 memcpy(elf->e_ident, ELFMAG, SELFMAG); in elf_kcore_store_hdr() 209 elf->e_ident[EI_CLASS] = ELF_CLASS; in elf_kcore_store_hdr() 210 elf->e_ident[EI_DATA] = ELF_DATA; in elf_kcore_store_hdr() 211 elf->e_ident[EI_VERSION]= EV_CURRENT; in elf_kcore_store_hdr() 212 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in elf_kcore_store_hdr() 213 elf->e_type = ET_CORE; in elf_kcore_store_hdr() 214 elf->e_machine = ELF_ARCH; in elf_kcore_store_hdr() 215 elf->e_version = EV_CURRENT; in elf_kcore_store_hdr() [all …]
|
/linux-2.4.37.9/arch/alpha/boot/tools/ |
D | objstrip.c | 58 struct elfhdr *elf; in main() local 146 elf = (struct elfhdr *) buf; in main() 148 if (elf->e_ident[0] == 0x7f && strncmp(elf->e_ident + 1, "ELF", 3) == 0) { in main() 149 if (elf->e_type != ET_EXEC) { in main() 154 if (!elf_check_arch(elf)) { in main() 156 prog_name, elf->e_machine); in main() 159 if (elf->e_phnum != 1) { in main() 162 prog_name, elf->e_phnum); in main() 165 e_entry = elf->e_entry; in main() 167 lseek(fd, elf->e_phoff, SEEK_SET); in main()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | irixelf.c | 1069 struct elfhdr elf; in irix_core_dump() local 1099 memcpy(elf.e_ident, ELFMAG, SELFMAG); in irix_core_dump() 1100 elf.e_ident[EI_CLASS] = ELFCLASS32; in irix_core_dump() 1101 elf.e_ident[EI_DATA] = ELFDATA2LSB; in irix_core_dump() 1102 elf.e_ident[EI_VERSION] = EV_CURRENT; in irix_core_dump() 1103 memset(elf.e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in irix_core_dump() 1105 elf.e_type = ET_CORE; in irix_core_dump() 1106 elf.e_machine = ELF_ARCH; in irix_core_dump() 1107 elf.e_version = EV_CURRENT; in irix_core_dump() 1108 elf.e_entry = 0; in irix_core_dump() [all …]
|
/linux-2.4.37.9/fs/ |
D | binfmt_elf.c | 1164 struct elfhdr elf; in elf_core_dump() local 1216 memcpy(elf.e_ident, ELFMAG, SELFMAG); in elf_core_dump() 1217 elf.e_ident[EI_CLASS] = ELF_CLASS; in elf_core_dump() 1218 elf.e_ident[EI_DATA] = ELF_DATA; in elf_core_dump() 1219 elf.e_ident[EI_VERSION] = EV_CURRENT; in elf_core_dump() 1220 memset(elf.e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in elf_core_dump() 1222 elf.e_type = ET_CORE; in elf_core_dump() 1223 elf.e_machine = ELF_ARCH; in elf_core_dump() 1224 elf.e_version = EV_CURRENT; in elf_core_dump() 1225 elf.e_entry = 0; in elf_core_dump() [all …]
|
/linux-2.4.37.9/arch/ppc/boot/ |
D | ld.script | 2 …lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib); 3 /* Do we need any of these for elf?
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | zImage.lds | 2 …lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib); 3 /* Do we need any of these for elf?
|
/linux-2.4.37.9/Documentation/powerpc/ |
D | zImage_layout.txt | 35 | | compressed kernel, elf header removed 45 The MBX boards can load an elf image, and relocate it to the
|
/linux-2.4.37.9/arch/ppc64/ |
D | vmlinux.lds | 2 …lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib); 3 /* Do we need any of these for elf?
|
D | config.in | 79 # only elf supported, a.out is not -- Cort
|
/linux-2.4.37.9/arch/ppc/ |
D | vmlinux.lds | 2 …lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib); 3 /* Do we need any of these for elf?
|
D | config.in | 381 # only elf supported, a.out is not -- Cort
|
/linux-2.4.37.9/arch/sh64/boot/compressed/ |
D | Makefile | 17 PIGGYLD=sh64-superh-elf-ld -EL # -m shlelf64
|
/linux-2.4.37.9/Documentation/ |
D | modules.txt | 78 binfmt_elf: elf loader
|
D | Configure.help | 263 You will need a new lynxer.elf file to flash your firmware with - send
|
/linux-2.4.37.9/ |
D | CREDITS | 1927 D: sun4/330 port, capabilities for elf, speedup for rm on ext2, USB, 2143 D: Linux Emacs elf/qmagic support + other libc/gcc things
|