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

  /src/external/gpl3/binutils/dist/binutils/
windmc.c 555 target_put_16 (void *p, rc_uint_type value) function
598 target_put_16 (ret->length, (len + 3) & ~3);
599 target_put_16 (ret->flags, MESSAGE_RESOURCE_UNICODE);
603 target_put_16 (ret->data + txt_len, *ht++);
624 target_put_16 (ret->length, (len + 3) & ~3);
625 target_put_16 (ret->flags, 0);
windres.c 1196 target_put_16 (void *p, rc_uint_type value)
1266 target_put_16 (data, value);
1191 target_put_16 (void *p, rc_uint_type value) function
  /src/external/gpl3/binutils.old/dist/binutils/
windmc.c 555 target_put_16 (void *p, rc_uint_type value) function
598 target_put_16 (ret->length, (len + 3) & ~3);
599 target_put_16 (ret->flags, MESSAGE_RESOURCE_UNICODE);
603 target_put_16 (ret->data + txt_len, *ht++);
624 target_put_16 (ret->length, (len + 3) & ~3);
625 target_put_16 (ret->flags, 0);
windres.c 1196 target_put_16 (void *p, rc_uint_type value)
1266 target_put_16 (data, value);
1191 target_put_16 (void *p, rc_uint_type value) function

Completed in 17 milliseconds