Home | History | Annotate | Download | only in ld

Lines Matching refs:otype

1004   enum bfd_link_hash_type otype;
1011 otype = h->type;
1012 if (otype == bfd_link_hash_common)
1017 else if (otype == bfd_link_hash_defined
1018 || otype == bfd_link_hash_defweak)
1036 ASSERT (otype == bfd_link_hash_common);
1042 else if (otype == bfd_link_hash_defined
1043 || otype == bfd_link_hash_defweak
1044 || otype == bfd_link_hash_indirect)
1054 ASSERT (otype == bfd_link_hash_common && ntype == bfd_link_hash_common);