Searched refs:bfd_link_hash_common (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.2-release/contrib/binutils/bfd/
H A Dlinker.c1032 && h->type != bfd_link_hash_common)
1079 && h->type != bfd_link_hash_common)
1197 && h->type != bfd_link_hash_common))
1248 h->type = bfd_link_hash_common;
1504 case bfd_link_hash_common:
1625 BFD_ASSERT (h->type == bfd_link_hash_common);
1628 h->u.c.p->section->owner, bfd_link_hash_common, h->u.c.size,
1701 h->type = bfd_link_hash_common;
1756 BFD_ASSERT (h->type == bfd_link_hash_common);
1759 h->u.c.p->section->owner, bfd_link_hash_common,
[all...]
H A Dreloc16.c75 && h->type == bfd_link_hash_common)
H A Dcoff-x86_64.c587 if (h != NULL && h->root.type == bfd_link_hash_common)
H A Dcoff-i386.c494 if (h != NULL && h->root.type == bfd_link_hash_common)
H A Delflink.c930 case bfd_link_hash_common:
969 && h->root.type != bfd_link_hash_common);
982 && (olddef || h->root.type == bfd_link_hash_common)
1273 (info, h->root.root.string, oldbfd, bfd_link_hash_common,
1274 h->size, abfd, bfd_link_hash_common, sym->st_size)))
1300 || (h->root.type == bfd_link_hash_common
1317 if (h->root.type == bfd_link_hash_common)
1328 && h->root.type == bfd_link_hash_common)
1402 (info, h->root.root.string, oldbfd, bfd_link_hash_common,
1403 h->size, abfd, bfd_link_hash_common, sy
[all...]
H A Dxcofflink.c1786 if ((*sym_hash)->root.type != bfd_link_hash_common
2326 || h->root.type == bfd_link_hash_common
2883 if (h->root.type == bfd_link_hash_common
2900 || h->root.type == bfd_link_hash_common)
3702 && ((*sym_hash)->root.type != bfd_link_hash_common
4461 || h->root.type == bfd_link_hash_common)
4476 || h->root.type == bfd_link_hash_common))
4482 else if (h->root.type == bfd_link_hash_common)
5095 else if (h->root.type == bfd_link_hash_common)
5191 if (h->root.type == bfd_link_hash_common)
[all...]
H A Dpe-mips.c428 if (h != NULL && h->root.type == bfd_link_hash_common)
H A Daoutx.h3116 if ((*sym_hash)->root.type == bfd_link_hash_common
3233 && h->type != bfd_link_hash_common))
3263 if (h->type == bfd_link_hash_common)
3321 h->type = bfd_link_hash_common;
3593 case bfd_link_hash_common:
4897 && hresolve->root.type != bfd_link_hash_common)))
4993 else if (hresolve->root.type == bfd_link_hash_common)
H A Delf32-cr16.c1392 case bfd_link_hash_common:
H A Delf32-mep.c718 case bfd_link_hash_common:
H A Dcofflink.c475 && (*sym_hash)->root.type == bfd_link_hash_common
2516 case bfd_link_hash_common:
H A Dsunos.c1111 else if (h->root.root.type == bfd_link_hash_common
2290 case bfd_link_hash_common:
H A Dbout.c518 && h->type == bfd_link_hash_common)
H A Decoff.c3518 && h->root.type == bfd_link_hash_common
3779 && h->type != bfd_link_hash_common)
4421 case bfd_link_hash_common:
H A Dcoff64-rs6000.c1272 else if (h->root.type == bfd_link_hash_common)
H A Dcoff-rs6000.c3434 else if (h->root.type == bfd_link_hash_common)
H A Delf64-alpha.c1624 if (h->root.root.type == bfd_link_hash_common)
H A Delf64-x86-64.c3570 && h->root.type == bfd_link_hash_common
H A Delfxx-mips.c1890 if (h->root.root.type == bfd_link_hash_common)
10095 case bfd_link_hash_common:
/freebsd-10.2-release/contrib/binutils/ld/
H A Dldmain.c936 case bfd_link_hash_common:
1052 ASSERT (otype == bfd_link_hash_common);
1062 ASSERT (ntype == bfd_link_hash_common);
1070 ASSERT (otype == bfd_link_hash_common && ntype == bfd_link_hash_common);
H A Dldexp.c509 || h->type == bfd_link_hash_common)
779 && h->type != bfd_link_hash_common))
H A Dpe-dll.c797 || (blhe->type == bfd_link_hash_common)))
H A Dldlang.c3043 && h->type != bfd_link_hash_common
5227 if (h->type != bfd_link_hash_common)
/freebsd-10.2-release/contrib/gdb/include/
H A Dbfdlink.h65 bfd_link_hash_common, /* Symbol is common. */
130 /* bfd_link_hash_common. */
423 bfd_link_hash_common, or bfd_link_hash_indirect. If OTYPE is
424 bfd_link_hash_common, OSIZE is the size of the existing symbol.
426 symbol, one of bfd_link_hash_defined, bfd_link_hash_common, or
427 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
64 bfd_link_hash_common, /* Symbol is common. */ enumerator in enum:bfd_link_hash_type
/freebsd-10.2-release/contrib/binutils/include/
H A Dbfdlink.h65 bfd_link_hash_common, /* Symbol is common. */
133 /* bfd_link_hash_common. */
491 bfd_link_hash_common, or bfd_link_hash_indirect. If OTYPE is
492 bfd_link_hash_common, OSIZE is the size of the existing symbol.
494 symbol, one of bfd_link_hash_defined, bfd_link_hash_common, or
495 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
64 bfd_link_hash_common, /* Symbol is common. */ enumerator in enum:bfd_link_hash_type

Completed in 428 milliseconds

12