Searched refs:coff_symno (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | rdcoff.c | 58 long coff_symno; member 142 struct coff_types *types, long coff_symno, int ntype, in parse_coff_type() argument 156 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type() 162 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type() 190 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type() 195 coff_symno, in parse_coff_type() 231 return parse_coff_base_type (abfd, symbols, types, coff_symno, ntype, in parse_coff_type() 239 struct coff_types *types, long coff_symno, int ntype, in parse_coff_base_type() argument 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() [all …]
|