Searched refs:stringtable (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Drcparse.h218 struct stringtable_data *stringtable; member in union:YYSTYPE
H A Dwindres.h178 struct stringtable *stringtable; member in union:res_resource::__anon2501
635 /* A stringtable resource is a pointer to a stringtable structure. */
637 struct stringtable struct
639 /* Each stringtable resource is a list of 16 unicode strings. */
H A Dresrc.c1204 /* Define a stringtable resource. This is called for each string
1224 r->u.stringtable = ((struct stringtable *)
1225 res_alloc (sizeof (struct stringtable)));
1228 r->u.stringtable->strings[i].length = 0;
1229 r->u.stringtable->strings[i].string = NULL;
1235 unicode_from_ascii (&r->u.stringtable->strings[stringid & 0xf].length,
1236 &r->u.stringtable->strings[stringid & 0xf].string,
1460 (FILE *, const struct res_id *, const struct stringtable *);
1614 case RT_STRING: s = "stringtable"; brea
2448 write_rc_stringtable(FILE *e, const struct res_id *name, const struct stringtable *stringtable) argument
[all...]
H A Drcparse.y77 struct stringtable_data *stringtable;
174 | input stringtable
1231 stringtable: label
H A Dresbin.c625 /* Convert a stringtable resource from binary. */
631 struct stringtable *st;
635 st = (struct stringtable *) res_alloc (sizeof *st);
642 toosmall (_("stringtable string length"));
652 toosmall (_("stringtable string"));
667 r->u.stringtable = st;
1072 fatal (_("unexpected version stringtable value length %d"), vallen);
1248 (const struct stringtable *, int);
1286 return res_to_bin_stringtable (res->u.stringtable, big_endian);
1992 /* Convert a stringtable resourc
[all...]
H A Drcparse.c329 struct stringtable_data *stringtable; member in union:YYSTYPE
771 "stringtable", "@29", "string_data", "user", "versioninfo",
/haiku-buildtools/binutils/binutils/
H A Dresrc.c1586 /* Define a stringtable resource. This is called for each string
1607 r->u.stringtable = ((rc_stringtable *)
1611 r->u.stringtable->strings[i].length = 0;
1612 r->u.stringtable->strings[i].string = NULL;
1621 r->u.stringtable->strings[stringid & 0xf].length = (rc_uint_type) len;
1622 r->u.stringtable->strings[stringid & 0xf].string = h;
1825 append_ver_stringtable (rc_ver_stringtable *stringtable,
1836 for (pp = &stringtable; *pp != NULL; pp = &(*pp)->next)
1840 return stringtable;
2084 case RT_STRING: s = "stringtable"; brea
1823 append_ver_stringtable(rc_ver_stringtable *stringtable, const char *language, rc_ver_stringinfo *strings) argument
3232 write_rc_stringtable(FILE *e, const rc_res_id *name, const rc_stringtable *stringtable) argument
[all...]
H A Dwindint.h247 struct rc_stringtable *stringtable; member in union:rc_res_resource::__anon265
871 /* A stringtable resource is a pointer to a rc_stringtable. */
875 /* Each stringtable resource is a list of 16 unicode strings. */
H A Drcparse.y190 | input stringtable
1260 stringtable: label
1280 rcparse_warning (_("invalid stringtable resource."));
H A Drcparse.c781 "stringtable", "$@29", "string_data", "rcdata_id", "user", "toolbar",
3452 rcparse_warning (_("invalid stringtable resource."));
H A Dresbin.c604 /* Convert a stringtable resource from binary. */
620 toosmall (_("stringtable string length"));
630 toosmall (_("stringtable string"));
645 r->u.stringtable = st;
1056 toosmall (_("version stringtable"));
1064 fatal (_("unexpected version stringtable value length %ld"), (long) vallen);
1307 return res_to_bin_stringtable (wrbfd, off, res->u.stringtable);
1882 /* Convert a stringtable resource to binary. */

Completed in 94 milliseconds