Lines Matching refs:bfd_link_hash_defined
2956 case bfd_link_hash_defined: in aout_link_write_other_symbol()
2965 type = h->root.type == bfd_link_hash_defined ? N_TEXT : N_WEAKT; in aout_link_write_other_symbol()
2967 type = h->root.type == bfd_link_hash_defined ? N_DATA : N_WEAKD; in aout_link_write_other_symbol()
2969 type = h->root.type == bfd_link_hash_defined ? N_BSS : N_WEAKB; in aout_link_write_other_symbol()
2971 type = h->root.type == bfd_link_hash_defined ? N_ABS : N_WEAKA; in aout_link_write_other_symbol()
3302 && (h->root.type == bfd_link_hash_defined in pdp11_aout_link_input_section()
3418 && (h->root.type == bfd_link_hash_defined in pdp11_aout_link_input_section()
4169 || (hresolve->root.type != bfd_link_hash_defined in aout_link_write_symbols()
4223 else if (hresolve->root.type == bfd_link_hash_defined in aout_link_write_symbols()
4251 type |= (hresolve->root.type == bfd_link_hash_defined in aout_link_write_symbols()
4255 type |= (hresolve->root.type == bfd_link_hash_defined in aout_link_write_symbols()
4259 type |= (hresolve->root.type == bfd_link_hash_defined in aout_link_write_symbols()
4263 type |= (hresolve->root.type == bfd_link_hash_defined in aout_link_write_symbols()