HomeSort by relevance Sort by last modified time
    Searched full:rc_res_entry (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.27/binutils/
windres.c 335 rc_res_entry *re = NULL;
341 rc_res_entry **pp;
364 re = (rc_res_entry *) res_alloc (sizeof (rc_res_entry));
443 const rc_res_entry **re1, **re2;
445 re1 = (const rc_res_entry **) p1;
446 re2 = (const rc_res_entry **) p2;
456 rc_res_entry *re;
457 rc_res_entry **a;
468 a = (rc_res_entry **) xmalloc (c * sizeof (rc_res_entry *))
    [all...]
rescoff.c 192 rc_res_entry **pp;
226 rc_res_entry *re;
244 re = (rc_res_entry *) res_alloc (sizeof *re);
285 rc_res_entry *re;
293 re = (rc_res_entry *) res_alloc (sizeof *re);
596 const rc_res_entry *re;
644 const rc_res_entry *e;
windint.h 96 struct rc_res_entry *entries;
120 /* Each entry in the tree is a rc_res_entry structure. We mix
125 typedef struct rc_res_entry struct
128 struct rc_res_entry *next;
142 } rc_res_entry; typedef in typeref:struct:rc_res_entry
268 rc_res_entry structure. */
resres.c 219 const rc_res_entry *re;
650 rc_res_entry *re = NULL;
656 rc_res_entry **pp;
680 re = (rc_res_entry *) res_alloc (sizeof (rc_res_entry));
resrc.c     [all...]

Completed in 101 milliseconds