Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Drescoff.c619 d = (bindata *) reswr_alloc (sizeof (bindata)); in coff_alloc()
622 d->data = (bfd_byte *) reswr_alloc (size); in coff_alloc()
726 r = (arelent *) reswr_alloc (sizeof (arelent)); in coff_res_to_bin()
750 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.c1333 bfd_byte *d = (bfd_byte *) reswr_alloc ((len + 1) * sizeof (unichar)); in resid_to_bin()
1360 d = (bfd_byte *) reswr_alloc ( (len + 1) * sizeof (unichar)); in unicode_to_bin()
1857 hp = (bfd_byte *) reswr_alloc (len); in res_to_bin_rcdata()
1896 hp = (bfd_byte *) reswr_alloc (length); in res_to_bin_stringtable()
1923 hp = (bfd_byte *) reswr_alloc ((len + 1) * sizeof (unichar)); in string_to_unicode_bin()
1950 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.