HomeSort by: relevance | last modified time | path
    Searched defs:put_uint16 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x68k/stand/aout2hux/
aout2hux.c 66 void put_uint16(be_uint16_t *be, unsigned v);
104 put_uint16(be_uint16_t *be, unsigned v) function in typeref:typename:void
464 put_uint16(&r->locoff_s, (unsigned)((adr) - reladdr)); \
469 put_uint16(&r->lrelmag, HUXLRELMAGIC); \
618 put_uint16(&xhdr.x_magic, HUXMAGIC);
742 put_uint16(&be32x2[0].half[1], 0x4567);
aout2hux.c 66 void put_uint16(be_uint16_t *be, unsigned v);
104 put_uint16(be_uint16_t *be, unsigned v) function in typeref:typename:void
464 put_uint16(&r->locoff_s, (unsigned)((adr) - reladdr)); \
469 put_uint16(&r->lrelmag, HUXLRELMAGIC); \
618 put_uint16(&xhdr.x_magic, HUXMAGIC);
742 put_uint16(&be32x2[0].half[1], 0x4567);

Completed in 22 milliseconds