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

/freebsd-10-stable/contrib/gdb/gdb/
H A Dstabsread.c218 dbx_lookup_type (int typenums[2])
220 int filenum = typenums[0];
221 int index = typenums[1];
319 dbx_alloc_type (int typenums[2], struct objfile *objfile)
323 if (typenums[0] == -1)
328 type_addr = dbx_lookup_type (typenums);
434 read_type_number (char **pp, int *typenums)
440 typenums[0] = read_huge_number (pp, ',', &nbits);
443 typenums[1] = read_huge_number (pp, ')', &nbits);
449 typenums[
217 dbx_lookup_type(int typenums[2]) argument
318 dbx_alloc_type(int typenums[2], struct objfile *objfile) argument
432 read_type_number(char **pp, int *typenums) argument
1426 int typenums[2]; local
3573 read_sun_builtin_type(char **pp, int typenums[2], struct objfile *objfile) argument
3645 read_sun_floating_type(char **pp, int typenums[2], struct objfile *objfile) argument
3787 read_range_type(char **pp, int typenums[2], struct objfile *objfile) argument
[all...]
/freebsd-10-stable/contrib/binutils/binutils/
H A Dstabs.c1128 int typenums[2]; local
1149 /* 'typenums=' not present, type is anonymous. Read and return
1151 typenums[0] = typenums[1] = -1;
1155 if (! parse_stab_type_number (pp, typenums))
1161 return stab_find_type (dhandle, info, typenums);
1176 if (slotp != NULL && typenums[0] >= 0 && typenums[1] >= 0)
1177 *slotp = stab_find_slot (info, typenums);
1324 if (typenums[
1598 parse_stab_type_number(const char **pp, int *typenums) argument
1634 parse_stab_range_type(void *dhandle, struct stab_handle *info, const char *typename, const char **pp, const int *typenums) argument
2005 parse_stab_struct_type(void *dhandle, struct stab_handle *info, const char *tagname, const char **pp, bfd_boolean structp, const int *typenums) argument
2496 parse_stab_members(void *dhandle, struct stab_handle *info, const char *tagname, const char **pp, const int *typenums, debug_method **retp) argument
2937 parse_stab_tilde_field(void *dhandle, struct stab_handle *info, const char **pp, const int *typenums, debug_type *retvptrbase, bfd_boolean *retownvptr) argument
3014 int typenums[2]; local
3255 stab_find_slot(struct stab_handle *info, const int *typenums) argument
3300 stab_find_type(void *dhandle, struct stab_handle *info, const int *typenums) argument
3323 stab_record_type(void *dhandle ATTRIBUTE_UNUSED, struct stab_handle *info, const int *typenums, debug_type type) argument
[all...]

Completed in 110 milliseconds