Searched refs:bfd_link_hash_indirect (Results 1 - 25 of 128) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcoff-aux.c118 || h->type == bfd_link_hash_indirect)
H A Delf32-moxie.c360 while (h->root.type == bfd_link_hash_indirect
H A Delf32-dlx.c451 while (h->root.type == bfd_link_hash_indirect
H A Delf32-openrisc.c486 while (h->root.type == bfd_link_hash_indirect
H A Delflink.c535 case bfd_link_hash_indirect:
540 while (hv->root.type == bfd_link_hash_indirect
546 hv->root.type = bfd_link_hash_indirect;
973 while (h->root.type == bfd_link_hash_indirect
1192 if ((*sym_hash)->root.type == bfd_link_hash_indirect)
1203 h->root.type = bfd_link_hash_indirect;
1503 if ((*sym_hash)->root.type == bfd_link_hash_indirect)
1549 if ((*sym_hash)->root.type == bfd_link_hash_indirect)
1562 h->root.type = bfd_link_hash_indirect;
1621 while (hi->root.type == bfd_link_hash_indirect
[all...]
H A Delf32-lm32.c1242 while (h->root.type == bfd_link_hash_indirect
1313 while (h->root.type == bfd_link_hash_indirect
1918 if (h->root.type == bfd_link_hash_indirect)
2376 while (h->root.type == bfd_link_hash_indirect
2718 while (h->root.type == bfd_link_hash_indirect
2765 while (h->root.type == bfd_link_hash_indirect
H A Dlinker.c495 follow bfd_link_hash_indirect and bfd_link_hash_warning links to
512 while (ret->type == bfd_link_hash_indirect
1846 (info, h, abfd, bfd_link_hash_indirect, 0)))
1860 if (inh->type == bfd_link_hash_indirect
1885 h->type = bfd_link_hash_indirect;
2252 case bfd_link_hash_indirect:
2431 case bfd_link_hash_indirect:
H A Delf32-d10v.c287 while (h->root.type == bfd_link_hash_indirect
H A Delf32-mcore.c618 while (h->root.type == bfd_link_hash_indirect
H A Delf32-mt.c454 while (h->root.type == bfd_link_hash_indirect
H A Delf32-sh-symbian.c590 while ( h->root.type == bfd_link_hash_indirect
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcoff-aux.c117 || h->type == bfd_link_hash_indirect)
H A Delf32-moxie.c360 while (h->root.type == bfd_link_hash_indirect
H A Delf32-dlx.c451 while (h->root.type == bfd_link_hash_indirect
H A Delf32-openrisc.c486 while (h->root.type == bfd_link_hash_indirect
H A Delflink.c535 case bfd_link_hash_indirect:
540 while (hv->root.type == bfd_link_hash_indirect
546 hv->root.type = bfd_link_hash_indirect;
973 while (h->root.type == bfd_link_hash_indirect
1188 if ((*sym_hash)->root.type == bfd_link_hash_indirect)
1199 h->root.type = bfd_link_hash_indirect;
1496 if ((*sym_hash)->root.type == bfd_link_hash_indirect)
1543 if ((*sym_hash)->root.type == bfd_link_hash_indirect)
1556 h->root.type = bfd_link_hash_indirect;
1615 while (hi->root.type == bfd_link_hash_indirect
[all...]
H A Dlinker.c497 follow bfd_link_hash_indirect and bfd_link_hash_warning links to
514 while (ret->type == bfd_link_hash_indirect
1867 case bfd_link_hash_indirect:
1896 abfd, bfd_link_hash_indirect, 0)))
1910 if (inh->type == bfd_link_hash_indirect
1935 h->type = bfd_link_hash_indirect;
2302 case bfd_link_hash_indirect:
2481 case bfd_link_hash_indirect:
H A Delf32-lm32.c1242 while (h->root.type == bfd_link_hash_indirect
1313 while (h->root.type == bfd_link_hash_indirect
1918 if (h->root.type == bfd_link_hash_indirect)
2376 while (h->root.type == bfd_link_hash_indirect
2718 while (h->root.type == bfd_link_hash_indirect
2765 while (h->root.type == bfd_link_hash_indirect
H A Delf32-d10v.c287 while (h->root.type == bfd_link_hash_indirect
H A Delf32-mcore.c618 while (h->root.type == bfd_link_hash_indirect
H A Delf32-mt.c454 while (h->root.type == bfd_link_hash_indirect
H A Delf32-sh-symbian.c591 while ( h->root.type == bfd_link_hash_indirect
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dbfdlink.h67 bfd_link_hash_indirect, /* Symbol is an indirect link. */
134 /* bfd_link_hash_indirect, bfd_link_hash_warning. */
177 follows bfd_link_hash_indirect and bfd_link_hash_warning links to
507 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
66 bfd_link_hash_indirect, /* Symbol is an indirect link. */ enumerator in enum:bfd_link_hash_type
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldmain.c964 case bfd_link_hash_indirect:
1060 || ntype == bfd_link_hash_indirect)
1070 || otype == bfd_link_hash_indirect)
1433 while (entry->type == bfd_link_hash_indirect
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dbfdlink.h67 bfd_link_hash_indirect, /* Symbol is an indirect link. */
133 /* bfd_link_hash_indirect, bfd_link_hash_warning. */
176 follows bfd_link_hash_indirect and bfd_link_hash_warning links to
506 bfd_link_hash_common, or bfd_link_hash_indirect. If OTYPE is
510 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
66 bfd_link_hash_indirect, /* Symbol is an indirect link. */ enumerator in enum:bfd_link_hash_type

Completed in 363 milliseconds

123456