Searched refs:coff_get_slot (Results 1 – 2 of 2) sorted by relevance
86 static debug_type *coff_get_slot (struct coff_types *, long);107 coff_get_slot (struct coff_types *types, long indx) in coff_get_slot() function215 slot = coff_get_slot (types, pauxent->x_sym.x_tagndx.l); in parse_coff_type()331 slot = coff_get_slot (types, coff_symno); in parse_coff_base_type()344 slot = coff_get_slot (types, coff_symno); in parse_coff_base_type()357 slot = coff_get_slot (types, coff_symno); in parse_coff_base_type()627 slot = coff_get_slot (types, coff_symno); in parse_coff_symbol()
337 * rdcoff.c (coff_get_slot): Use long for indx parameter type.