Searched refs:get_resid (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | resbin.c | 39 static int get_resid (windres_bfd *, rc_res_id *, const bfd_byte *, rc_uint_type); 156 get_resid (windres_bfd *wrbfd, rc_res_id *id, const bfd_byte *data, in get_resid() function 470 sublen = get_resid (wrbfd, &d->menu, data + off, length - off); in bin_to_res_dialog() 473 sublen = get_resid (wrbfd, &d->class, data + off, length - off); in bin_to_res_dialog() 561 sublen = get_resid (wrbfd, &dc->class, data + off, length - off); in bin_to_res_dialog() 564 sublen = get_resid (wrbfd, &dc->text, data + off, length - off); in bin_to_res_dialog()
|