Searched refs:rc_stringtable (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Dwindint.h248 struct rc_stringtable *stringtable;
872 /* A stringtable resource is a pointer to a rc_stringtable. */
874 typedef struct rc_stringtable struct
884 } rc_stringtable; typedef in typeref:struct:rc_stringtable
H A Dresbin.c609 rc_stringtable *st;
613 st = (rc_stringtable *) res_alloc (sizeof (rc_stringtable));
1247 static rc_uint_type res_to_bin_stringtable (windres_bfd *, rc_uint_type, const rc_stringtable *);
1864 const rc_stringtable *st)
H A Dresrc.c1562 r->u.stringtable = ((rc_stringtable *)
1563 res_alloc (sizeof (rc_stringtable)));
1862 static void write_rc_stringtable (FILE *, const rc_res_id *, const rc_stringtable *);
3148 const rc_stringtable *stringtable)

Completed in 417 milliseconds