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

  /toolchain/binutils/binutils-2.25/binutils/
windres.c 334 rc_res_entry *re = NULL;
340 rc_res_entry **pp;
363 re = (rc_res_entry *) res_alloc (sizeof (rc_res_entry));
442 const rc_res_entry **re1, **re2;
444 re1 = (const rc_res_entry **) p1;
445 re2 = (const rc_res_entry **) p2;
455 rc_res_entry *re;
456 rc_res_entry **a;
467 a = (rc_res_entry **) xmalloc (c * sizeof (rc_res_entry *))
    [all...]
resres.c 219 const rc_res_entry *re;
651 rc_res_entry *re = NULL;
657 rc_res_entry **pp;
681 re = (rc_res_entry *) res_alloc (sizeof (rc_res_entry));
rescoff.c 186 rc_res_entry **pp;
213 rc_res_entry *re;
231 re = (rc_res_entry *) res_alloc (sizeof *re);
267 rc_res_entry *re;
275 re = (rc_res_entry *) res_alloc (sizeof *re);
578 const rc_res_entry *re;
626 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. */
resrc.c     [all...]

Completed in 44 milliseconds