Searched refs:put_16be (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/powerpc/boot/
H A Dhack-coff.c24 #define put_16be(x, v) (((unsigned char *)(x))[0] = (v) >> 8, \ macro
64 put_16be(aout.o_snentry, i+1); main()
65 put_16be(aout.o_sntext, i+1); main()
67 put_16be(aout.o_sndata, i+1); main()
69 put_16be(aout.o_snbss, i+1); main()
72 put_16be(aout.magic, AOUT_MAGIC); main()

Completed in 93 milliseconds