HomeSort by relevance Sort by last modified time
    Searched refs:rc_uint_type (Results 1 - 15 of 15) sorted by null

  /toolchain/binutils/binutils-2.27/binutils/
windres.h 43 rc_uint_type);
44 extern rc_uint_type res_to_bin (windres_bfd *, rc_uint_type, const rc_res_resource *);
48 extern void *res_alloc (rc_uint_type);
49 extern void *reswr_alloc (rc_uint_type);
64 rc_uint_type, int);
88 extern rc_dialog_control *define_control (const rc_res_id, rc_uint_type, rc_uint_type,
89 rc_uint_type, rc_uint_type, rc_uint_type
    [all...]
winduni.h 40 typedef bfd_size_type rc_uint_type; typedef
58 extern void unicode_from_ascii (rc_uint_type *, unichar **, const char *);
61 extern void ascii_from_unicode (rc_uint_type *, const unichar *, char **);
70 extern rc_uint_type unichar_len (const unichar *);
73 extern void unicode_print (FILE *, const unichar *, rc_uint_type);
76 extern void ascii_print (FILE *, const char *, rc_uint_type);
79 extern void unicode_print_quoted (FILE *, const unichar *, rc_uint_type);
100 extern rc_uint_type wind_default_codepage;
104 extern rc_uint_type wind_current_codepage;
116 extern int unicode_is_valid_codepage (rc_uint_type);
    [all...]
windint.h 30 typedef bfd_size_type rc_uint_type; typedef
37 rc_uint_type data_size;
38 rc_uint_type header_size;
63 rc_uint_type length;
75 rc_uint_type length;
88 rc_uint_type characteristics;
90 rc_uint_type time;
92 rc_uint_type major;
94 rc_uint_type minor;
104 rc_uint_type named : 1
    [all...]
resres.c 35 static rc_uint_type write_res_directory (windres_bfd *, rc_uint_type,
37 const rc_res_id *, rc_uint_type *, int);
38 static rc_uint_type write_res_resource (windres_bfd *, rc_uint_type,const rc_res_id *,
40 rc_uint_type *);
41 static rc_uint_type write_res_bin (windres_bfd *, rc_uint_type, const rc_res_resource *,
45 static rc_uint_type write_res_id (windres_bfd *, rc_uint_type, const rc_res_id *)
    [all...]
windmc.h 35 extern rc_uint_type mcset_max_message_length;
47 rc_uint_type nval;
55 rc_uint_type vid;
67 rc_uint_type id;
68 rc_uint_type vid;
74 void mc_add_keyword (unichar *, int, const char *, rc_uint_type, unichar *);
78 mc_node_lang *mc_add_node_lang (mc_node *, const mc_keyword *, rc_uint_type);
winduni.c 48 static rc_uint_type wind_WideCharToMultiByte (rc_uint_type, const unichar *, char *, rc_uint_type);
49 static rc_uint_type wind_MultiByteToWideChar (rc_uint_type, const char *, unichar *, rc_uint_type);
50 static int unichar_isascii (const unichar *, rc_uint_type);
88 { (rc_uint_type) -1, NULL }
181 rc_uint_type wind_default_codepage = CP_ACP;
185 rc_uint_type wind_current_codepage = CP_ACP
    [all...]
resbin.c 38 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...]
windres.c 123 static rc_uint_type target_get_8 (const void *, rc_uint_type);
124 static void target_put_8 (void *, rc_uint_type);
125 static rc_uint_type target_get_16 (const void *, rc_uint_type);
126 static void target_put_16 (void *, rc_uint_type);
127 static rc_uint_type target_get_32 (const void *, rc_uint_type);
128 static void target_put_32 (void *, rc_uint_type);
153 res_alloc (rc_uint_type bytes
    [all...]
mclex.c 128 static rc_uint_type
131 rc_uint_type base = 10, v = 0, c;
144 v = (rc_uint_type) (ch - '0');
149 c = (rc_uint_type) (ch - 'A') + 10;
151 c = (rc_uint_type) (ch - 'a') + 10;
153 c = (rc_uint_type) (ch - '0');
208 mc_add_keyword_ascii (const char *sz, int rid, const char *grp, rc_uint_type nv, const char *sv)
211 rc_uint_type usz_len;
220 mc_add_keyword (unichar *usz, int rid, const char *grp, rc_uint_type nv, unichar *sv)
windmc.c 48 rc_uint_type res_len;
49 rc_uint_type res_off;
84 static rc_uint_type mcset_codepage_in = 0;
87 static rc_uint_type mcset_codepage_out = 0;
120 rc_uint_type mcset_max_message_length = 0;
170 res_alloc (rc_uint_type bytes)
247 probe_codepage (rc_uint_type *cp, int *is_uni, const char *pswitch, int defmode)
301 mc_add_node_lang (mc_node *root, const mc_keyword *lang, rc_uint_type vid)
342 rc_uint_type l;
370 write_header_define (FILE *fp, const unichar *sym_name, rc_uint_type vid, const unichar *typecast, mc_node_lang *nl
    [all...]
resrc.c 180 static rc_uint_type rcdata_copy (const rc_rcdata_item *, bfd_byte *);
181 static bfd_byte *rcdata_render_as_buffer (const rc_rcdata_item *, rc_uint_type *);
191 static void get_data (FILE *, bfd_byte *, rc_uint_type, const char *);
676 get_data (FILE *e, bfd_byte *p, rc_uint_type c, const char *msg)
678 rc_uint_type got; // $$$d
680 got = (rc_uint_type) fread (p, 1, c, e);
718 rc_uint_type i;
891 define_control (const rc_res_id iid, rc_uint_type id, rc_uint_type x,
892 rc_uint_type y, rc_uint_type width, rc_uint_type height
    [all...]
rclex.c 189 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)
715 static rc_uint_type
718 rc_uint_type base = 10;
719 rc_uint_type ret, val;
740 ret = (rc_uint_type) (ch - '0');
744 val = (rc_uint_type) (ch - '0')
    [all...]
mcparse.y 34 static rc_uint_type mc_last_id = 0;
35 static rc_uint_type mc_sefa_val = 0;
45 rc_uint_type ival;
283 rc_uint_type l1,l2;
300 rc_uint_type l1,l2;
rescoff.c 52 rc_uint_type secaddr;
225 rc_uint_type name, rva;
239 if (name > (rc_uint_type) (flaginfo->data_end - flaginfo->data))
264 if (rva >= (rc_uint_type) (flaginfo->data_end - flaginfo->data))
272 if (rva >= (rc_uint_type) (flaginfo->data_end - flaginfo->data))
304 if (rva >= (rc_uint_type) (flaginfo->data_end - flaginfo->data))
312 if (rva >= (rc_uint_type) (flaginfo->data_end - flaginfo->data))
334 rc_uint_type size, rva;
348 || rva - flaginfo->secaddr >= (rc_uint_type) (flaginfo->data_end - flaginfo->data))
353 if (size > (rc_uint_type) (flaginfo->data_end - resdata)
    [all...]
rcparse.y 55 static rc_uint_type base_style;
56 static rc_uint_type default_style;
89 rc_uint_type on;
90 rc_uint_type off;
94 rc_uint_type val;
98 rc_uint_type il;
99 rc_uint_type is;
103 rc_uint_type length;
109 rc_uint_type length;
1544 unicode_from_ascii ((rc_uint_type *) NULL, &h, $1)
    [all...]

Completed in 249 milliseconds