Home
last modified time | relevance | path

Searched refs:res_to_bin (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dwindres.h44 extern rc_uint_type res_to_bin (windres_bfd *, rc_uint_type, const rc_res_resource *);
Dresres.c380 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()
Drescoff.c556 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()
Dresbin.c1274 res_to_bin (windres_bfd *wrbfd, rc_uint_type off, const rc_res_resource *res) in res_to_bin() function