Home
last modified time | relevance | path

Searched refs:rc_group_cursor (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dwindint.h241 struct rc_group_cursor *group_cursor;
350 typedef struct rc_group_cursor struct
353 struct rc_group_cursor *next; argument
366 } rc_group_cursor; typedef
Dresrc.c759 rc_group_cursor *first, **pp; in define_cursor()
838 rc_group_cursor *cg; in define_cursor()
840 cg = (rc_group_cursor *) res_alloc (sizeof (rc_group_cursor)); in define_cursor()
1335 rc_group_cursor *cg, *first, *cur; in define_group_cursor_rcdata()
1358 cg = (rc_group_cursor *) res_alloc (sizeof (rc_group_cursor)); in define_group_cursor_rcdata()
1912 static void write_rc_group_cursor (FILE *, const rc_group_cursor *);
2502 write_rc_group_cursor (FILE *e, const rc_group_cursor *group_cursor) in write_rc_group_cursor()
2504 const rc_group_cursor *gc; in write_rc_group_cursor()
Dresbin.c792 rc_group_cursor *first, **pp; in bin_to_res_group_cursor()
812 rc_group_cursor *gc; in bin_to_res_group_cursor()
817 gc = (rc_group_cursor *) res_alloc (sizeof *gc); in bin_to_res_group_cursor()
1256 static rc_uint_type res_to_bin_group_cursor (windres_bfd *, rc_uint_type, const rc_group_cursor *);
1419 const rc_group_cursor *group_cursors) in res_to_bin_group_cursor()
1422 const rc_group_cursor *gc; in res_to_bin_group_cursor()