HomeSort by: relevance | last modified time | path
    Searched defs:get_resid (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
resbin.c 39 static int get_resid (windres_bfd *, rc_res_id *, const bfd_byte *, rc_uint_type);
159 get_resid (windres_bfd *wrbfd, rc_res_id *id, const bfd_byte *data, function
542 ilen = get_resid (wrbfd, &d->menu, data + off, length - off);
547 ilen = get_resid (wrbfd, &d->class, data + off, length - off);
656 ilen = get_resid (wrbfd, &dc->class, data + off, length - off);
661 ilen = get_resid (wrbfd, &dc->text, data + off, length - off);
  /src/external/gpl3/binutils.old/dist/binutils/
resbin.c 39 static int get_resid (windres_bfd *, rc_res_id *, const bfd_byte *, rc_uint_type);
159 get_resid (windres_bfd *wrbfd, rc_res_id *id, const bfd_byte *data, function
542 ilen = get_resid (wrbfd, &d->menu, data + off, length - off);
547 ilen = get_resid (wrbfd, &d->class, data + off, length - off);
656 ilen = get_resid (wrbfd, &dc->class, data + off, length - off);
661 ilen = get_resid (wrbfd, &dc->text, data + off, length - off);

Completed in 158 milliseconds