Home
last modified time | relevance | path

Searched refs:coff_get_slot (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Drdcoff.c86 static debug_type *coff_get_slot (struct coff_types *, long);
107 coff_get_slot (struct coff_types *types, long indx) in coff_get_slot() function
215 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()
DChangeLog-2014337 * rdcoff.c (coff_get_slot): Use long for indx parameter type.