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

/freebsd-11-stable/contrib/binutils/binutils/
H A Dwindint.h31 typedef bfd_size_type rc_uint_type; typedef
38 rc_uint_type data_size;
39 rc_uint_type header_size;
64 rc_uint_type length;
76 rc_uint_type length;
89 rc_uint_type characteristics;
91 rc_uint_type time;
93 rc_uint_type major;
95 rc_uint_type minor;
105 rc_uint_type name
[all...]
H A Dresres.c37 static rc_uint_type write_res_directory (windres_bfd *, rc_uint_type,
39 const rc_res_id *, rc_uint_type *, int);
40 static rc_uint_type write_res_resource (windres_bfd *, rc_uint_type,const rc_res_id *,
42 rc_uint_type *);
43 static rc_uint_type write_res_bin (windres_bfd *, rc_uint_type, const rc_res_resource *,
47 static rc_uint_type write_res_id (windres_bfd *, rc_uint_type, cons
[all...]
H A Dwindmc.h36 extern rc_uint_type mcset_max_message_length;
48 rc_uint_type nval;
56 rc_uint_type vid;
68 rc_uint_type id;
69 rc_uint_type vid;
75 void mc_add_keyword (unichar *, int, const char *, rc_uint_type, unichar *);
79 mc_node_lang *mc_add_node_lang (mc_node *, const mc_keyword *, rc_uint_type);
H A Dresbin.c38 static unichar *get_unicode (windres_bfd *, const bfd_byte *, rc_uint_type, rc_uint_type *);
39 static int get_resid (windres_bfd *, rc_res_id *, const bfd_byte *, rc_uint_type);
41 const bfd_byte *, rc_uint_type);
42 static rc_res_resource *bin_to_res_cursor (windres_bfd *, const bfd_byte *, rc_uint_type);
43 static rc_res_resource *bin_to_res_menu (windres_bfd *,const bfd_byte *, rc_uint_type);
44 static rc_menuitem *bin_to_res_menuitems (windres_bfd *, const bfd_byte *, rc_uint_type,
45 rc_uint_type *);
46 static rc_menuitem *bin_to_res_menuexitems (windres_bfd *, const bfd_byte *, rc_uint_type,
47 rc_uint_type *);
[all...]
H A Dmclex.c129 static rc_uint_type
132 rc_uint_type base = 10, v = 0, c;
145 v = (rc_uint_type) (ch - '0');
150 c = (rc_uint_type) (ch - 'A') + 10;
152 c = (rc_uint_type) (ch - 'a') + 10;
154 c = (rc_uint_type) (ch - '0');
209 mc_add_keyword_ascii (const char *sz, int rid, const char *grp, rc_uint_type nv, const char *sv)
212 rc_uint_type usz_len;
221 mc_add_keyword (unichar *usz, int rid, const char *grp, rc_uint_type nv, unichar *sv)
H A Dwindmc.c48 rc_uint_type res_len;
49 rc_uint_type res_off;
89 static rc_uint_type mcset_codepage_in = 0;
92 static rc_uint_type mcset_codepage_out = 0;
125 rc_uint_type mcset_max_message_length = 0;
175 res_alloc (rc_uint_type bytes)
274 probe_codepage (rc_uint_type *cp, int *is_uni, const char *pswitch, int defmode)
328 mc_add_node_lang (mc_node *root, const mc_keyword *lang, rc_uint_type vid)
369 rc_uint_type l;
396 write_header_define (FILE *fp, const unichar *sym_name, rc_uint_type vi
[all...]
H A Dresrc.c186 static rc_uint_type rcdata_copy (const rc_rcdata_item *, bfd_byte *);
187 static bfd_byte *rcdata_render_as_buffer (const rc_rcdata_item *, rc_uint_type *);
197 static void get_data (FILE *, bfd_byte *, rc_uint_type, const char *);
633 get_data (FILE *e, bfd_byte *p, rc_uint_type c, const char *msg)
635 rc_uint_type got; // $$$d
637 got = (rc_uint_type) fread (p, 1, c, e);
674 rc_uint_type i;
847 define_control (const rc_res_id iid, rc_uint_type id, rc_uint_type x,
848 rc_uint_type
[all...]
H A Drclex.c189 rc_uint_type ncp;
192 ncp = (rc_uint_type) strtol (fn + 2, NULL, 16);
194 ncp = (rc_uint_type) strtol (fn, NULL, 10);
265 handle_quotes (rc_uint_type *len)
428 handle_uniquotes (rc_uint_type *len)
703 static rc_uint_type
706 rc_uint_type base = 10;
707 rc_uint_type ret, val;
728 ret = (rc_uint_type) (ch - '0');
732 val = (rc_uint_type) (c
[all...]
H A Dmcparse.y35 static rc_uint_type mc_last_id = 0;
36 static rc_uint_type mc_sefa_val = 0;
46 rc_uint_type ival;
284 rc_uint_type l1,l2;
301 rc_uint_type l1,l2;
H A Drescoff.c53 rc_uint_type secaddr;
213 rc_uint_type name, rva;
227 if (name > (rc_uint_type) (finfo->data_end - finfo->data))
247 if (rva >= (rc_uint_type) (finfo->data_end - finfo->data))
255 if (rva >= (rc_uint_type) (finfo->data_end - finfo->data))
287 if (rva >= (rc_uint_type) (finfo->data_end - finfo->data))
295 if (rva >= (rc_uint_type) (finfo->data_end - finfo->data))
317 rc_uint_type size, rva;
331 || rva - finfo->secaddr >= (rc_uint_type) (finfo->data_end - finfo->data))
336 if (size > (rc_uint_type) (finf
[all...]
H A Drcparse.y55 static rc_uint_type base_style;
56 static rc_uint_type default_style;
88 rc_uint_type on;
89 rc_uint_type off;
93 rc_uint_type val;
97 rc_uint_type il;
98 rc_uint_type is;
102 rc_uint_type length;
108 rc_uint_type length;
1524 unicode_from_ascii ((rc_uint_type *) NUL
[all...]

Completed in 183 milliseconds