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

/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Drcparse.h217 struct stringtable_data *stringtable; member in union:YYSTYPE
H A Dwindres.h178 struct stringtable *stringtable; member in union:res_resource::__anon7366
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.c320 struct stringtable_data *stringtable; member in union:YYSTYPE
717 "stringtable", "@29", "string_data", "user", "versioninfo",
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dwrapper-const-table.h29 struct stringtable { struct
195 static inline int register_strings(PyObject* d, struct stringtable* table)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dwrapper-const-table.h29 struct stringtable { struct
195 static inline int register_strings(PyObject* d, struct stringtable* table)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dwrapper-const-table.h29 struct stringtable { struct
180 static inline int register_strings(PyObject* d, struct stringtable* table)

Completed in 203 milliseconds