Searched refs:aout (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/arch/arm/boot/compressed/ |
D | Makefile.debug | 8 OBJECTS=misc-debug.o ll_char_wr.aout.o 12 test-gzip: piggy.aout.o $(OBJECTS) 13 $(CC) -o $@ $(OBJECTS) piggy.aout.o 18 piggy.aout.o: piggy.o 19 arm-linuxelf-objcopy --change-leading-char -I elf32-arm -O arm-aout32-linux piggy.o piggy.aout.o 21 ll_char_wr.aout.o: $(COMPRESSED_EXTRA) 22 …bjcopy --change-leading-char -I elf32-arm -O arm-aout32-linux $(COMPRESSED_EXTRA) ll_char_wr.aout.o
|
/linux-2.4.37.9/arch/ppc/boot/utils/ |
D | hack-coff.c | 36 AOUTHDR aout; in main() local 55 if (read(fd, &aout, aoutsz) != aoutsz) in main() 62 put_16be(aout.o_snentry, i+1); in main() 63 put_16be(aout.o_sntext, i+1); in main() 65 put_16be(aout.o_sndata, i+1); in main() 67 put_16be(aout.o_snbss, i+1); in main() 70 put_16be(aout.magic, AOUT_MAGIC); in main() 72 || write(fd, &aout, aoutsz) != aoutsz) { in main()
|
/linux-2.4.37.9/arch/alpha/boot/tools/ |
D | objstrip.c | 55 struct exec * aout; /* includes file & aout header */ in main() local 195 aout = (struct exec *) buf; in main() 197 if (!(aout->fh.f_flags & COFF_F_EXEC)) { in main() 203 if (aout->fh.f_opthdr != sizeof(aout->ah)) { in main() 209 if (N_MAGIC(*aout) != OMAGIC) { in main() 214 offset = N_TXTOFF(*aout); in main() 215 fil_size = aout->ah.tsize + aout->ah.dsize; in main() 216 mem_size = fil_size + aout->ah.bsize; in main() 220 prog_name, aout->ah.text_start, in main() 221 aout->ah.text_start + fil_size, offset); in main()
|
/linux-2.4.37.9/arch/sparc64/ |
D | Makefile | 85 vmlinux.aout: vmlinux 86 $(ELFTOAOUT) -o $(TOPDIR)/vmlinux.aout $(TOPDIR)/vmlinux
|
/linux-2.4.37.9/arch/sparc/ |
D | Makefile | 56 rm -f $(TOPDIR)/vmlinux.aout
|
/linux-2.4.37.9/Documentation/kbuild/ |
D | makefiles.txt | 443 vmlinux.aout sparc64
|
/linux-2.4.37.9/Documentation/ |
D | Configure.help | 29278 # LocalWords: SYNTH xd en binfmt aout ipip terra ipx sd sr sg wic framebuffer
|