Home
last modified time | relevance | path

Searched refs:aout (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/boot/
Dhack-coff.c34 AOUTHDR aout; in main() local
53 if (read(fd, &aout, aoutsz) != aoutsz) in main()
60 put_16be(aout.o_snentry, i+1); in main()
61 put_16be(aout.o_sntext, i+1); in main()
63 put_16be(aout.o_sndata, i+1); in main()
65 put_16be(aout.o_snbss, i+1); in main()
68 put_16be(aout.magic, AOUT_MAGIC); in main()
70 || write(fd, &aout, aoutsz) != aoutsz) { in main()
/arch/alpha/boot/tools/
Dobjstrip.c58 struct exec * aout; /* includes file & aout header */ in main() local
198 aout = (struct exec *) buf; in main()
200 if (!(aout->fh.f_flags & COFF_F_EXEC)) { in main()
206 if (aout->fh.f_opthdr != sizeof(aout->ah)) { in main()
212 if (N_MAGIC(*aout) != OMAGIC) { in main()
217 offset = N_TXTOFF(*aout); in main()
218 fil_size = aout->ah.tsize + aout->ah.dsize; in main()
219 mem_size = fil_size + aout->ah.bsize; in main()
223 prog_name, aout->ah.text_start, in main()
224 aout->ah.text_start + fil_size, offset); in main()
/arch/arm/boot/dts/
Duniphier-pinctrl.dtsi9 pinctrl_aout: aout {
10 groups = "aout";
11 function = "aout";
Dqcom-apq8060-dragonboard.dts79 io-channel-names = "aout";
/arch/sparc/boot/
DMakefile11 targets := tftpboot.img image zImage vmlinux.aout
29 $(obj)/vmlinux.aout: vmlinux FORCE
D.gitignore7 vmlinux.aout
/arch/sparc/
DMakefile71 image zImage uImage tftpboot.img vmlinux.aout: vmlinux