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

/freebsd-10.2-release/contrib/gdb/gdb/
H A Dmdebugread.c1419 parse_type (int fd, union aux_ext *ax, unsigned int aux_index, int *bs,
1469 if (aux_index == indexNil)
1473 if (aux_index >= (debug_info->fdr + fd)->caux)
1478 ax += aux_index;
1412 parse_type(int fd, union aux_ext *ax, unsigned int aux_index, int *bs, int bigend, char *sym_name) argument

Completed in 46 milliseconds