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

  /src/external/gpl3/binutils/dist/binutils/
windmc.c 170 res_alloc (rc_uint_type bytes) function
285 ret = res_alloc (sizeof (mc_node));
307 ret = res_alloc (sizeof (mc_node_lang));
596 ret = res_alloc ((len + 3) & ~3);
622 ret = res_alloc ((len + 3) & ~3);
windres.c 132 res_alloc (rc_uint_type bytes)
325 res_alloc (sizeof (rc_res_directory)));
343 re = (rc_res_entry *) res_alloc (sizeof (rc_res_entry));
393 res_alloc (sizeof (rc_res_resource)));
131 res_alloc (rc_uint_type bytes) function
  /src/external/gpl3/binutils.old/dist/binutils/
windmc.c 170 res_alloc (rc_uint_type bytes) function
285 ret = res_alloc (sizeof (mc_node));
307 ret = res_alloc (sizeof (mc_node_lang));
596 ret = res_alloc ((len + 3) & ~3);
622 ret = res_alloc ((len + 3) & ~3);
windres.c 132 res_alloc (rc_uint_type bytes)
325 res_alloc (sizeof (rc_res_directory)));
343 re = (rc_res_entry *) res_alloc (sizeof (rc_res_entry));
393 res_alloc (sizeof (rc_res_resource)));
131 res_alloc (rc_uint_type bytes) function

Completed in 37 milliseconds