Searched refs:res_to_bin (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | windres.h | 44 extern rc_uint_type res_to_bin (windres_bfd *, rc_uint_type, const rc_res_resource *);
|
D | resres.c | 380 noff = res_to_bin ((windres_bfd *) NULL, off, res); in write_res_bin() 384 return res_to_bin (wrbfd, off, res); in write_res_bin()
|
D | rescoff.c | 556 res_to_bin (cwi.wrbfd, (rc_uint_type) offset, rd->res); in write_coff_file() 733 d->length = res_to_bin (NULL, (rc_uint_type) 0, res); in coff_res_to_bin()
|
D | resbin.c | 1274 res_to_bin (windres_bfd *wrbfd, rc_uint_type off, const rc_res_resource *res) in res_to_bin() function
|