Searched refs:bfd_link_hash_new (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/
H A Dbfdlink.h60 bfd_link_hash_new, /* Symbol is new. */
59 bfd_link_hash_new, /* Symbol is new. */ enumerator in enum:bfd_link_hash_type
/freebsd-10-stable/contrib/gdb/include/
H A Dbfdlink.h60 bfd_link_hash_new, /* Symbol is new. */
59 bfd_link_hash_new, /* Symbol is new. */ enumerator in enum:bfd_link_hash_type
/freebsd-10-stable/contrib/binutils/bfd/
H A Dlinker.c458 h->type = bfd_link_hash_new;
634 bfd_link_hash_new for some reason, then they must be removed from the
648 if (h->type == bfd_link_hash_new
1354 && (h == NULL || h->root.type == bfd_link_hash_new))
1699 if (h->type == bfd_link_hash_new)
1887 if (inh->type == bfd_link_hash_new)
1897 if (h->type != bfd_link_hash_new)
2263 case bfd_link_hash_new:
2406 case bfd_link_hash_new:
H A Dsunos.c1087 && h->root.root.type != bfd_link_hash_new
1140 h->root.root.type = bfd_link_hash_new;
2241 case bfd_link_hash_new:
H A Dxcofflink.c655 if (h->root.type == bfd_link_hash_new)
707 if (hds->root.type == bfd_link_hash_new)
1368 bfd_link_hash_new. That should be OK,
1884 if (hds->root.type == bfd_link_hash_new)
2479 if (hds->root.type == bfd_link_hash_new)
4615 if (h->root.type == bfd_link_hash_new)
H A Delflink.c50 h->root.type = bfd_link_hash_new;
458 && h->root.type == bfd_link_hash_new
490 h->root.type = bfd_link_hash_new;
494 else if (h->root.type == bfd_link_hash_new)
902 if (h->root.type == bfd_link_hash_new)
1141 h->root.type = bfd_link_hash_new;
7902 if (h->root.type == bfd_link_hash_new)
7981 || h->root.type == bfd_link_hash_new)
8020 case bfd_link_hash_new:
H A Dcofflink.c2470 if (h->root.type == bfd_link_hash_new)
2488 case bfd_link_hash_new:
H A Delf32-ppc.c2822 if (lsect->sym->root.type == bfd_link_hash_new)
4403 if (sh->root.type == bfd_link_hash_new)
4953 if (sh->root.type == bfd_link_hash_new)
4968 if (sh->root.type == bfd_link_hash_new)
H A Daoutx.h3125 if ((*sym_hash)->root.type == bfd_link_hash_new)
3527 if (h->root.type == bfd_link_hash_new)
3563 case bfd_link_hash_new:
H A Decoff.c4309 if (h->root.type == bfd_link_hash_new)
4400 case bfd_link_hash_new:
H A Delf32-spu.c1272 if (h->root.type == bfd_link_hash_new)
2548 && (h->root.type == bfd_link_hash_new
H A Delf64-alpha.c1554 || h->root.root.type == bfd_link_hash_new)
H A Delf64-ppc.c8530 if (h->root.type == bfd_link_hash_new)
9576 if (h->root.type == bfd_link_hash_new)
H A Delfxx-mips.c1789 || h->root.type == bfd_link_hash_new)
10108 case bfd_link_hash_new:
H A Delf32-arm.c8413 && h->root.type == bfd_link_hash_new)
/freebsd-10-stable/contrib/binutils/ld/
H A Dldmain.c1117 if (h->type == bfd_link_hash_new)
1170 if (h->type == bfd_link_hash_new)
H A Dldexp.c557 else if (h->type == bfd_link_hash_new)
777 || (h->type != bfd_link_hash_new
H A Dldlang.c3044 && h->type != bfd_link_hash_new
3086 if (h->type == bfd_link_hash_new)
6093 if (h->type == bfd_link_hash_new
6124 if (h->type == bfd_link_hash_new

Completed in 513 milliseconds