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

  /toolchain/binutils/binutils-2.25/binutils/
resres.c 35 static rc_uint_type write_res_directory (windres_bfd *, rc_uint_type,
38 static rc_uint_type write_res_resource (windres_bfd *, rc_uint_type,const rc_res_id *,
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 *);
46 static rc_uint_type write_res_info (windres_bfd *, rc_uint_type, const rc_res_res_info *);
47 static rc_uint_type write_res_data_hdr (windres_bfd *, rc_uint_type, res_hdr *);
49 static rc_uint_type write_res_header (windres_bfd *, rc_uint_type, rc_uint_type,
53 static int read_resource_entry (windres_bfd *, rc_uint_type *, rc_uint_type);
54 static void read_res_data (windres_bfd *, rc_uint_type *, rc_uint_type, void *,
56 static void read_res_data_hdr (windres_bfd *, rc_uint_type *, rc_uint_type, res_hdr *)
    [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);
40 static rc_res_resource *bin_to_res_generic (windres_bfd *, enum rc_res_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,
46 static rc_menuitem *bin_to_res_menuexitems (windres_bfd *, const bfd_byte *, rc_uint_type,
48 static rc_res_resource *bin_to_res_dialog (windres_bfd *, const bfd_byte *, rc_uint_type);
49 static rc_res_resource *bin_to_res_string (windres_bfd *,const bfd_byte *, rc_uint_type);
50 static rc_res_resource *bin_to_res_fontdir (windres_bfd *, const bfd_byte *, rc_uint_type)
    [all...]
windint.h 1068 typedef struct windres_bfd struct
1073 } windres_bfd; typedef in typeref:struct:windres_bfd
1084 extern void set_windres_bfd_content (windres_bfd *, const void *, rc_uint_type, rc_uint_type);
1085 extern void get_windres_bfd_content (windres_bfd *, void *, rc_uint_type, rc_uint_type);
1087 extern void windres_put_8 (windres_bfd *, void *, rc_uint_type);
1088 extern void windres_put_16 (windres_bfd *, void *, rc_uint_type);
1089 extern void windres_put_32 (windres_bfd *, void *, rc_uint_type);
1090 extern rc_uint_type windres_get_8 (windres_bfd *, const void *, rc_uint_type);
1091 extern rc_uint_type windres_get_16 (windres_bfd *, const void *, rc_uint_type);
1092 extern rc_uint_type windres_get_32 (windres_bfd *, const void *, rc_uint_type)
    [all...]
windres.h 42 extern rc_res_resource *bin_to_res (windres_bfd *, rc_res_id, const bfd_byte *,
44 extern rc_uint_type res_to_bin (windres_bfd *, rc_uint_type, const rc_res_resource *);
windres.c 1128 set_windres_bfd_endianness (windres_bfd *wrbfd, int is_bigendian)
1148 set_windres_bfd (windres_bfd *wrbfd, bfd *abfd, asection *sec, rc_uint_type kind)
1172 set_windres_bfd_content (windres_bfd *wrbfd, const void *data, rc_uint_type off,
1185 get_windres_bfd_content (windres_bfd *wrbfd, void *data, rc_uint_type off,
1198 windres_put_8 (windres_bfd *wrbfd, void *p, rc_uint_type value)
1216 windres_put_16 (windres_bfd *wrbfd, void *data, rc_uint_type value)
1236 windres_put_32 (windres_bfd *wrbfd, void *data, rc_uint_type value)
1256 windres_get_8 (windres_bfd *wrbfd, const void *data, rc_uint_type length)
1275 windres_get_16 (windres_bfd *wrbfd, const void *data, rc_uint_type length)
1295 windres_get_32 (windres_bfd *wrbfd, const void *data, rc_uint_type length
    [all...]
rescoff.c 101 static rc_res_directory *read_coff_res_dir (windres_bfd *, const bfd_byte *,
104 static rc_res_resource *read_coff_data_entry (windres_bfd *, const bfd_byte *,
116 windres_bfd wrbfd;
179 read_coff_res_dir (windres_bfd *wrbfd, const bfd_byte *data,
310 read_coff_data_entry (windres_bfd *wrbfd, const bfd_byte *data,
377 windres_bfd *wrbfd;
426 windres_bfd wrbfd;
resrc.c 161 static windres_bfd wrtarget =
    [all...]

Completed in 518 milliseconds