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

  /src/external/gpl3/binutils/dist/binutils/
wrstabs.c 178 static bool stab_int_type (void *, unsigned int, bool);
239 stab_int_type,
653 stab_int_type (void *p, unsigned int size, bool unsignedp)
660 non_fatal (_("stab_int_type: bad size %u"), size);
733 if (! stab_int_type (info, 4, false))
651 stab_int_type (void *p, unsigned int size, bool unsignedp) function
  /src/external/gpl3/binutils.old/dist/binutils/
wrstabs.c 178 static bool stab_int_type (void *, unsigned int, bool);
239 stab_int_type,
655 stab_int_type (void *p, unsigned int size, bool unsignedp)
662 non_fatal (_("stab_int_type: bad size %u"), size);
735 if (! stab_int_type (info, 4, false))
653 stab_int_type (void *p, unsigned int size, bool unsignedp) function

Completed in 27 milliseconds