Searched refs:ntype (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | rdcoff.c | 142 struct coff_types *types, long coff_symno, int ntype, in parse_coff_type() argument 148 if ((ntype & ~N_BTMASK) != 0) in parse_coff_type() 152 newtype = DECREF (ntype); in parse_coff_type() 154 if (ISPTR (ntype)) in parse_coff_type() 160 else if (ISFCN (ntype)) in parse_coff_type() 167 else if (ISARY (ntype)) in parse_coff_type() 202 non_fatal (_("parse_coff_type: Bad type code 0x%x"), ntype); 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 247 if (ntype >= 0 in parse_coff_base_type() [all …]
|
D | od-xcoff.c | 365 unsigned short ntype; member 694 s->sym.ntype = bfd_h_get_16 (abfd, sym.e_type); in xcoff32_read_symbols() 803 printf (" %04x %3u ", s->sym.ntype, s->sym.numaux); in dump_xcoff32_symbols()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldmain.c | 997 enum bfd_link_hash_type ntype, in multiple_common() argument 1030 if (ntype == bfd_link_hash_defined in multiple_common() 1031 || ntype == bfd_link_hash_defweak in multiple_common() 1032 || ntype == bfd_link_hash_indirect) in multiple_common() 1044 ASSERT (ntype == bfd_link_hash_common); in multiple_common() 1052 ASSERT (otype == bfd_link_hash_common && ntype == bfd_link_hash_common); in multiple_common()
|
/toolchain/binutils/binutils-2.25/include/ |
D | bfdlink.h | 575 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-macho.c | 1124 obj_mach_o_sym_qual (int ntype) in obj_mach_o_sym_qual() argument 1139 obj_mach_o_set_symbol_qualifier (symbolP, ntype); in obj_mach_o_sym_qual()
|
D | tc-arm.c | 2280 struct neon_type ntype; in create_neon_reg_alias() local 2331 if (parse_neon_type (&ntype, &p) == SUCCESS) in create_neon_reg_alias() 2341 if (ntype.elems != 1) in create_neon_reg_alias() 2346 typeinfo.eltype = ntype.el[0]; in create_neon_reg_alias()
|