Home
last modified time | relevance | path

Searched refs:reswr_alloc (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/binutils/
Drescoff.c622 d = (bindata *) reswr_alloc (sizeof (bindata)); in coff_alloc()
625 d->data = (bfd_byte *) reswr_alloc (size); in coff_alloc()
729 r = (arelent *) reswr_alloc (sizeof (arelent)); in coff_res_to_bin()
753 d = (coff_res_data *) reswr_alloc (sizeof (coff_res_data)); in coff_res_to_bin()
Dwindres.h49 extern void *reswr_alloc (rc_uint_type);
Dresbin.c1340 bfd_byte *d = (bfd_byte *) reswr_alloc ((len + 1) * sizeof (unichar)); in resid_to_bin()
1367 d = (bfd_byte *) reswr_alloc ( (len + 1) * sizeof (unichar)); in unicode_to_bin()
1863 hp = (bfd_byte *) reswr_alloc (len); in res_to_bin_rcdata()
1902 hp = (bfd_byte *) reswr_alloc (length); in res_to_bin_stringtable()
1929 hp = (bfd_byte *) reswr_alloc ((len + 1) * sizeof (unichar)); in string_to_unicode_bin()
1956 ids = (bfd_byte *) reswr_alloc (tb->nitems * 4); in res_to_bin_toolbar()
Dwindres.c172 reswr_alloc (rc_uint_type bytes) in reswr_alloc() function
DChangeLog-2006421 * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
DChangeLog-2008156 * windres.c (res_alloc, reswr_alloc): Likewise.