Home
last modified time | relevance | path

Searched refs:weakdef (Results 1 – 25 of 68) sorted by relevance

123

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf32-i370.c458 || h->u.weakdef != NULL in i370_elf_adjust_dynamic_symbol()
470 if (h->u.weakdef != NULL) in i370_elf_adjust_dynamic_symbol()
472 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined in i370_elf_adjust_dynamic_symbol()
473 || h->u.weakdef->root.type == bfd_link_hash_defweak); in i370_elf_adjust_dynamic_symbol()
474 h->root.u.def.section = h->u.weakdef->root.u.def.section; in i370_elf_adjust_dynamic_symbol()
475 h->root.u.def.value = h->u.weakdef->root.u.def.value; in i370_elf_adjust_dynamic_symbol()
Delf32-vax.c945 || h->u.weakdef != NULL
1039 if (h->u.weakdef != NULL)
1041 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
1042 || h->u.weakdef->root.type == bfd_link_hash_defweak);
1043 h->root.u.def.section = h->u.weakdef->root.u.def.section;
1044 h->root.u.def.value = h->u.weakdef->root.u.def.value;
Delf32-m88k.c953 || h->u.weakdef != NULL
1040 if (h->u.weakdef != NULL)
1042 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
1043 || h->u.weakdef->root.type == bfd_link_hash_defweak);
1044 h->root.u.def.section = h->u.weakdef->root.u.def.section;
1045 h->root.u.def.value = h->u.weakdef->root.u.def.value;
Delflink.c530 if (h->u.weakdef != NULL in bfd_elf_record_link_assignment()
531 && h->u.weakdef->dynindx == -1) in bfd_elf_record_link_assignment()
533 if (! bfd_elf_link_record_dynamic_symbol (info, h->u.weakdef)) in bfd_elf_record_link_assignment()
2373 if (h->u.weakdef != NULL) in _bfd_elf_fix_symbol_flags()
2375 struct elf_link_hash_entry *weakdef; in _bfd_elf_fix_symbol_flags() local
2377 weakdef = h->u.weakdef; in _bfd_elf_fix_symbol_flags()
2383 BFD_ASSERT (weakdef->root.type == bfd_link_hash_defined in _bfd_elf_fix_symbol_flags()
2384 || weakdef->root.type == bfd_link_hash_defweak); in _bfd_elf_fix_symbol_flags()
2385 BFD_ASSERT (weakdef->def_dynamic); in _bfd_elf_fix_symbol_flags()
2390 if (weakdef->def_regular) in _bfd_elf_fix_symbol_flags()
[all …]
Delf32-m68k.c1094 || h->u.weakdef != NULL
1190 if (h->u.weakdef != NULL)
1192 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
1193 || h->u.weakdef->root.type == bfd_link_hash_defweak);
1194 h->root.u.def.section = h->u.weakdef->root.u.def.section;
1195 h->root.u.def.value = h->u.weakdef->root.u.def.value;
Delf32-bfin.c4343 && (h->u.weakdef != NULL in elf32_bfinfdpic_adjust_dynamic_symbol()
4351 if (h->u.weakdef != NULL) in elf32_bfinfdpic_adjust_dynamic_symbol()
4353 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined in elf32_bfinfdpic_adjust_dynamic_symbol()
4354 || h->u.weakdef->root.type == bfd_link_hash_defweak); in elf32_bfinfdpic_adjust_dynamic_symbol()
4355 h->root.u.def.section = h->u.weakdef->root.u.def.section; in elf32_bfinfdpic_adjust_dynamic_symbol()
4356 h->root.u.def.value = h->u.weakdef->root.u.def.value; in elf32_bfinfdpic_adjust_dynamic_symbol()
5090 || h->u.weakdef != NULL in bfin_adjust_dynamic_symbol()
5104 if (h->u.weakdef != NULL) in bfin_adjust_dynamic_symbol()
5106 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined in bfin_adjust_dynamic_symbol()
5107 || h->u.weakdef->root.type == bfd_link_hash_defweak); in bfin_adjust_dynamic_symbol()
[all …]
Delf32-cris.c2223 || h->u.weakdef != NULL
2365 if (h->u.weakdef != NULL)
2367 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
2368 || h->u.weakdef->root.type == bfd_link_hash_defweak);
2369 h->root.u.def.section = h->u.weakdef->root.u.def.section;
2370 h->root.u.def.value = h->u.weakdef->root.u.def.value;
Delf64-hppa.c1562 if (h->u.weakdef != NULL)
1564 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
1565 || h->u.weakdef->root.type == bfd_link_hash_defweak);
1566 h->root.u.def.section = h->u.weakdef->root.u.def.section;
1567 h->root.u.def.value = h->u.weakdef->root.u.def.value;
Delf64-sh64.c3343 || h->u.weakdef != NULL in sh64_elf64_adjust_dynamic_symbol()
3418 if (h->u.weakdef != NULL) in sh64_elf64_adjust_dynamic_symbol()
3420 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined in sh64_elf64_adjust_dynamic_symbol()
3421 || h->u.weakdef->root.type == bfd_link_hash_defweak); in sh64_elf64_adjust_dynamic_symbol()
3422 h->root.u.def.section = h->u.weakdef->root.u.def.section; in sh64_elf64_adjust_dynamic_symbol()
3423 h->root.u.def.value = h->u.weakdef->root.u.def.value; in sh64_elf64_adjust_dynamic_symbol()
Delf32-m32r.c1831 || h->u.weakdef != NULL in m32r_elf_adjust_dynamic_symbol()
1865 if (h->u.weakdef != NULL) in m32r_elf_adjust_dynamic_symbol()
1867 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined in m32r_elf_adjust_dynamic_symbol()
1868 || h->u.weakdef->root.type == bfd_link_hash_defweak); in m32r_elf_adjust_dynamic_symbol()
1869 h->root.u.def.section = h->u.weakdef->root.u.def.section; in m32r_elf_adjust_dynamic_symbol()
1870 h->root.u.def.value = h->u.weakdef->root.u.def.value; in m32r_elf_adjust_dynamic_symbol()
Delf64-s390.c1603 if (h->u.weakdef != NULL)
1605 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
1606 || h->u.weakdef->root.type == bfd_link_hash_defweak);
1607 h->root.u.def.section = h->u.weakdef->root.u.def.section;
1608 h->root.u.def.value = h->u.weakdef->root.u.def.value;
1610 h->non_got_ref = h->u.weakdef->non_got_ref;
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-i370.c504 || h->weakdef != NULL
519 if (h->weakdef != NULL)
521 BFD_ASSERT (h->weakdef->root.type == bfd_link_hash_defined
522 || h->weakdef->root.type == bfd_link_hash_defweak);
523 h->root.u.def.section = h->weakdef->root.u.def.section;
524 h->root.u.def.value = h->weakdef->root.u.def.value;
Delf32-vax.c966 || h->weakdef != NULL
1063 if (h->weakdef != NULL)
1065 BFD_ASSERT (h->weakdef->root.type == bfd_link_hash_defined
1066 || h->weakdef->root.type == bfd_link_hash_defweak);
1067 h->root.u.def.section = h->weakdef->root.u.def.section;
1068 h->root.u.def.value = h->weakdef->root.u.def.value;
Delflink.c485 if (h->weakdef != NULL in bfd_elf_record_link_assignment()
486 && h->weakdef->dynindx == -1) in bfd_elf_record_link_assignment()
488 if (! bfd_elf_link_record_dynamic_symbol (info, h->weakdef)) in bfd_elf_record_link_assignment()
2169 if (h->weakdef != NULL) in _bfd_elf_fix_symbol_flags()
2171 struct elf_link_hash_entry *weakdef; in _bfd_elf_fix_symbol_flags() local
2173 weakdef = h->weakdef; in _bfd_elf_fix_symbol_flags()
2179 BFD_ASSERT (weakdef->root.type == bfd_link_hash_defined in _bfd_elf_fix_symbol_flags()
2180 || weakdef->root.type == bfd_link_hash_defweak); in _bfd_elf_fix_symbol_flags()
2181 BFD_ASSERT (weakdef->elf_link_hash_flags & ELF_LINK_HASH_DEF_DYNAMIC); in _bfd_elf_fix_symbol_flags()
2186 if ((weakdef->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR) != 0) in _bfd_elf_fix_symbol_flags()
[all …]
Delflink.h2025 && h->weakdef == NULL)
2039 h->weakdef = weaks;
2204 || (h->weakdef != NULL
2206 && h->weakdef->dynindx != -1))
2241 if (h->weakdef != NULL
2243 && h->weakdef->dynindx == -1)
2245 if (! _bfd_elf_link_record_dynamic_symbol (info, h->weakdef))
2392 weaks = hlook->weakdef;
2393 hlook->weakdef = NULL;
2414 hlook->weakdef = h;
[all …]
Delf32-m88k.c946 || h->weakdef != NULL
1042 if (h->weakdef != NULL)
1044 BFD_ASSERT (h->weakdef->root.type == bfd_link_hash_defined
1045 || h->weakdef->root.type == bfd_link_hash_defweak);
1046 h->root.u.def.section = h->weakdef->root.u.def.section;
1047 h->root.u.def.value = h->weakdef->root.u.def.value;
Delf32-m68k.c929 || h->weakdef != NULL
1031 if (h->weakdef != NULL)
1033 BFD_ASSERT (h->weakdef->root.type == bfd_link_hash_defined
1034 || h->weakdef->root.type == bfd_link_hash_defweak);
1035 h->root.u.def.section = h->weakdef->root.u.def.section;
1036 h->root.u.def.value = h->weakdef->root.u.def.value;
Delf32-cris.c2040 || h->weakdef != NULL
2181 if (h->weakdef != NULL)
2183 BFD_ASSERT (h->weakdef->root.type == bfd_link_hash_defined
2184 || h->weakdef->root.type == bfd_link_hash_defweak);
2185 h->root.u.def.section = h->weakdef->root.u.def.section;
2186 h->root.u.def.value = h->weakdef->root.u.def.value;
Delf64-x86-64.c1155 if (h->weakdef != NULL) in elf64_x86_64_adjust_dynamic_symbol()
1157 BFD_ASSERT (h->weakdef->root.type == bfd_link_hash_defined in elf64_x86_64_adjust_dynamic_symbol()
1158 || h->weakdef->root.type == bfd_link_hash_defweak); in elf64_x86_64_adjust_dynamic_symbol()
1159 h->root.u.def.section = h->weakdef->root.u.def.section; in elf64_x86_64_adjust_dynamic_symbol()
1160 h->root.u.def.value = h->weakdef->root.u.def.value; in elf64_x86_64_adjust_dynamic_symbol()
1164 | (h->weakdef->elf_link_hash_flags & ELF_LINK_NON_GOT_REF)); in elf64_x86_64_adjust_dynamic_symbol()
Delf64-hppa.c1561 if (h->weakdef != NULL)
1563 BFD_ASSERT (h->weakdef->root.type == bfd_link_hash_defined
1564 || h->weakdef->root.type == bfd_link_hash_defweak);
1565 h->root.u.def.section = h->weakdef->root.u.def.section;
1566 h->root.u.def.value = h->weakdef->root.u.def.value;
Delf32-i386.c1358 if (h->weakdef != NULL) in elf_i386_adjust_dynamic_symbol()
1360 BFD_ASSERT (h->weakdef->root.type == bfd_link_hash_defined in elf_i386_adjust_dynamic_symbol()
1361 || h->weakdef->root.type == bfd_link_hash_defweak); in elf_i386_adjust_dynamic_symbol()
1362 h->root.u.def.section = h->weakdef->root.u.def.section; in elf_i386_adjust_dynamic_symbol()
1363 h->root.u.def.value = h->weakdef->root.u.def.value; in elf_i386_adjust_dynamic_symbol()
1367 | (h->weakdef->elf_link_hash_flags & ELF_LINK_NON_GOT_REF)); in elf_i386_adjust_dynamic_symbol()
Delf64-sh64.c3398 || h->weakdef != NULL in sh64_elf64_adjust_dynamic_symbol()
3476 if (h->weakdef != NULL) in sh64_elf64_adjust_dynamic_symbol()
3478 BFD_ASSERT (h->weakdef->root.type == bfd_link_hash_defined in sh64_elf64_adjust_dynamic_symbol()
3479 || h->weakdef->root.type == bfd_link_hash_defweak); in sh64_elf64_adjust_dynamic_symbol()
3480 h->root.u.def.section = h->weakdef->root.u.def.section; in sh64_elf64_adjust_dynamic_symbol()
3481 h->root.u.def.value = h->weakdef->root.u.def.value; in sh64_elf64_adjust_dynamic_symbol()
Delf64-s390.c1587 if (h->weakdef != NULL)
1589 BFD_ASSERT (h->weakdef->root.type == bfd_link_hash_defined
1590 || h->weakdef->root.type == bfd_link_hash_defweak);
1591 h->root.u.def.section = h->weakdef->root.u.def.section;
1592 h->root.u.def.value = h->weakdef->root.u.def.value;
1596 | (h->weakdef->elf_link_hash_flags & ELF_LINK_NON_GOT_REF));
Delf32-s390.c1616 if (h->weakdef != NULL)
1618 BFD_ASSERT (h->weakdef->root.type == bfd_link_hash_defined
1619 || h->weakdef->root.type == bfd_link_hash_defweak);
1620 h->root.u.def.section = h->weakdef->root.u.def.section;
1621 h->root.u.def.value = h->weakdef->root.u.def.value;
1625 | (h->weakdef->elf_link_hash_flags & ELF_LINK_NON_GOT_REF));
Delf32-sparc.c1463 || h->weakdef != NULL
1509 if (h->weakdef != NULL)
1511 BFD_ASSERT (h->weakdef->root.type == bfd_link_hash_defined
1512 || h->weakdef->root.type == bfd_link_hash_defweak);
1513 h->root.u.def.section = h->weakdef->root.u.def.section;
1514 h->root.u.def.value = h->weakdef->root.u.def.value;

123