Searched refs:typenum (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dstabsread.c1953 rs6000_builtin_type (int typenum)
1961 if (typenum >= 0 || typenum < -NUMBER_RECOGNIZED)
1963 complaint (&symfile_complaints, "Unknown builtin type %d", typenum);
1966 if (negative_types[-typenum] != NULL)
1967 return negative_types[-typenum];
1977 switch (-typenum)
2110 negative_types[-typenum] = rettype;
1948 rs6000_builtin_type(int typenum) argument
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dstabs.c3343 int typenum)
3348 if (typenum >= 0 || typenum < -XCOFF_TYPE_COUNT)
3350 fprintf (stderr, _("Unrecognized XCOFF type %d\n"), typenum);
3353 if (info->xcoff_types[-typenum] != NULL)
3354 return info->xcoff_types[-typenum];
3356 switch (-typenum)
3511 info->xcoff_types[-typenum] = rettype;
3342 stab_xcoff_builtin_type(void *dhandle, struct stab_handle *info, int typenum) argument

Completed in 83 milliseconds