Home | History | Annotate | Download | only in ld

Lines Matching refs:ntype

999 		 enum bfd_link_hash_type ntype,
1032 if (ntype == bfd_link_hash_defined
1033 || ntype == bfd_link_hash_defweak
1034 || ntype == bfd_link_hash_indirect)
1046 ASSERT (ntype == bfd_link_hash_common);
1054 ASSERT (otype == bfd_link_hash_common && ntype == bfd_link_hash_common);