HomeSort by relevance Sort by last modified time
    Searched defs:res_alloc (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/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 153 res_alloc (rc_uint_type bytes)
345 res_alloc (sizeof (rc_res_directory)));
363 re = (rc_res_entry *) res_alloc (sizeof (rc_res_entry));
413 res_alloc (sizeof (rc_res_resource)));
151 res_alloc (rc_uint_type bytes) function

Completed in 59 milliseconds