| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | elfxx-x86.h | 68 || (EH)->elf.root.type == bfd_link_hash_defweak) \ 98 || (H)->root.type == bfd_link_hash_defweak \ 113 && ((H)->root.type == bfd_link_hash_defweak \ 228 && (H)->root.type != bfd_link_hash_defweak) \
|
| HD | elflink.c | 77 || h->root.type == bfd_link_hash_defweak) in _bfd_elf_section_for_symbol() 644 case bfd_link_hash_defweak: in bfd_elf_record_link_assignment() 1163 case bfd_link_hash_defweak: in _bfd_elf_merge_symbol() 1180 oldweak = (h->root.type == bfd_link_hash_defweak in _bfd_elf_merge_symbol() 2068 && hi->root.type != bfd_link_hash_defweak) in _bfd_elf_add_default_symbol() 2374 || h->root.type == bfd_link_hash_defweak) in _bfd_elf_link_assign_sym_version() 2803 && h->root.type != bfd_link_hash_defweak) in _bfd_elf_fix_symbol_flags() 2841 || h->root.type == bfd_link_hash_defweak) in _bfd_elf_fix_symbol_flags() 2939 || h->root.type == bfd_link_hash_defweak); in _bfd_elf_fix_symbol_flags() 3146 || h->root.type == bfd_link_hash_defweak) in _bfd_elf_link_sec_merge_syms() [all …]
|
| HD | elf-vxworks.c | 179 || (*hash_ptr)->root.type == bfd_link_hash_defweak) in elf_vxworks_emit_relocs()
|
| HD | linker.c | 1350 case bfd_link_hash_defweak: in hash_entry_bfd() 1509 h->type = bfd_link_hash_defweak; in _bfd_generic_link_add_one_symbol() 1554 if (oldtype == bfd_link_hash_defweak) in _bfd_generic_link_add_one_symbol() 2089 case bfd_link_hash_defweak: in _bfd_generic_link_output_symbols() 2250 case bfd_link_hash_defweak: in set_symbol_from_hash() 3042 || h->type == bfd_link_hash_defweak) in fix_syms()
|
| HD | cofflink.c | 440 && (*sym_hash)->root.type != bfd_link_hash_defweak)) in coff_link_add_symbols() 2432 || h->root.type == bfd_link_hash_defweak) in _bfd_coff_link_input_bfd() 2614 case bfd_link_hash_defweak: in _bfd_coff_write_global_sym() 2723 || h->root.type == bfd_link_hash_defweak)) in _bfd_coff_write_global_sym() 2791 case bfd_link_hash_defweak: in _bfd_coff_write_task_globals() 3033 || h->root.type == bfd_link_hash_defweak) in _bfd_coff_generic_relocate_section()
|
| HD | coff-x86_64.c | 640 || h->root.type == bfd_link_hash_defweak)) in coff_amd64_rtype_to_howto()
|
| /dragonfly/contrib/binutils-2.27/ld/ |
| HD | ldmain.c | 843 case bfd_link_hash_defweak: in add_archive_element() 1010 || otype == bfd_link_hash_defweak) in multiple_common() 1025 || ntype == bfd_link_hash_defweak in multiple_common() 1035 || otype == bfd_link_hash_defweak in multiple_common() 1399 case bfd_link_hash_defweak: in reloc_overflow()
|
| HD | ldctor.c | 261 || p->h->type == bfd_link_hash_defweak) in ldctor_build_sets()
|
| HD | ldexp.c | 325 || h->type == bfd_link_hash_defweak in update_definedness() 690 || h->type == bfd_link_hash_defweak in fold_name() 713 || h->type == bfd_link_hash_defweak) in fold_name() 734 || h->type == bfd_link_hash_defweak) in fold_name()
|
| HD | plugin.c | 706 && blhe->type != bfd_link_hash_defweak in get_symbols() 1343 if (((h->type == bfd_link_hash_defweak in plugin_notice()
|
| /dragonfly/contrib/binutils-2.34/ld/ |
| HD | ldmain.c | 879 case bfd_link_hash_defweak: in add_archive_element() 1046 || otype == bfd_link_hash_defweak) in multiple_common() 1061 || ntype == bfd_link_hash_defweak in multiple_common() 1074 || otype == bfd_link_hash_defweak in multiple_common() 1452 case bfd_link_hash_defweak: in reloc_overflow()
|
| HD | ldctor.c | 260 || p->h->type == bfd_link_hash_defweak) in ldctor_build_sets()
|
| HD | ldexp.c | 322 || h->type == bfd_link_hash_defweak in update_definedness() 715 || h->type == bfd_link_hash_defweak in fold_name() 738 || h->type == bfd_link_hash_defweak) in fold_name() 784 || h->type == bfd_link_hash_defweak) in fold_name()
|
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | elflink.c | 77 || h->root.type == bfd_link_hash_defweak) in _bfd_elf_section_for_symbol() 596 case bfd_link_hash_defweak: in bfd_elf_record_link_assignment() 1095 case bfd_link_hash_defweak: in _bfd_elf_merge_symbol() 1112 oldweak = (h->root.type == bfd_link_hash_defweak in _bfd_elf_merge_symbol() 1937 && hi->root.type != bfd_link_hash_defweak) in _bfd_elf_add_default_symbol() 2581 && h->root.type != bfd_link_hash_defweak) in _bfd_elf_fix_symbol_flags() 2619 || h->root.type == bfd_link_hash_defweak) in _bfd_elf_fix_symbol_flags() 2691 || h->root.type == bfd_link_hash_defweak); in _bfd_elf_fix_symbol_flags() 2694 || weakdef->root.type == bfd_link_hash_defweak); in _bfd_elf_fix_symbol_flags() 2882 || h->root.type == bfd_link_hash_defweak) in _bfd_elf_link_sec_merge_syms() [all …]
|
| HD | elf-vxworks.c | 179 || (*hash_ptr)->root.type == bfd_link_hash_defweak) in elf_vxworks_emit_relocs()
|
| HD | linker.c | 1405 case bfd_link_hash_defweak: in hash_entry_bfd() 1558 h->type = bfd_link_hash_defweak; in _bfd_generic_link_add_one_symbol() 1602 if (oldtype == bfd_link_hash_defweak) in _bfd_generic_link_add_one_symbol() 2134 case bfd_link_hash_defweak: in _bfd_generic_link_output_symbols() 2294 case bfd_link_hash_defweak: in set_symbol_from_hash() 3078 || h->type == bfd_link_hash_defweak) in fix_syms()
|
| HD | elf32-or1k.c | 1146 && (h->root.type == bfd_link_hash_defweak || !h->def_regular)); in or1k_elf_relocate_section() 1614 || h->root.type == bfd_link_hash_defweak in or1k_elf_check_relocs() 1619 && (h->root.type == bfd_link_hash_defweak in or1k_elf_check_relocs() 2006 || h->root.type == bfd_link_hash_defweak)); in or1k_elf_finish_dynamic_symbol() 2103 || h->u.weakdef->root.type == bfd_link_hash_defweak); in or1k_elf_adjust_dynamic_symbol()
|
| HD | cofflink.c | 432 && (*sym_hash)->root.type != bfd_link_hash_defweak)) in coff_link_add_symbols() 2420 || h->root.type == bfd_link_hash_defweak) in _bfd_coff_link_input_bfd() 2600 case bfd_link_hash_defweak: in _bfd_coff_write_global_sym() 2709 || h->root.type == bfd_link_hash_defweak)) in _bfd_coff_write_global_sym() 2779 case bfd_link_hash_defweak: in _bfd_coff_write_task_globals() 3020 || h->root.type == bfd_link_hash_defweak) in _bfd_coff_generic_relocate_section()
|
| HD | coff-x86_64.c | 638 || h->root.type == bfd_link_hash_defweak)) in coff_amd64_rtype_to_howto()
|
| /dragonfly/contrib/gdb-7/bfd/ |
| HD | elflink.c | 519 case bfd_link_hash_defweak: in bfd_elf_record_link_assignment() 1034 case bfd_link_hash_defweak: in _bfd_elf_merge_symbol() 1047 oldweak = (h->root.type == bfd_link_hash_defweak in _bfd_elf_merge_symbol() 1775 && hi->root.type != bfd_link_hash_defweak) in _bfd_elf_add_default_symbol() 2431 && h->root.type != bfd_link_hash_defweak) in _bfd_elf_fix_symbol_flags() 2469 || h->root.type == bfd_link_hash_defweak) in _bfd_elf_fix_symbol_flags() 2541 || h->root.type == bfd_link_hash_defweak); in _bfd_elf_fix_symbol_flags() 2544 || weakdef->root.type == bfd_link_hash_defweak); in _bfd_elf_fix_symbol_flags() 2722 || h->root.type == bfd_link_hash_defweak) in _bfd_elf_link_sec_merge_syms() 3446 || h->root.type == bfd_link_hash_defweak)) in elf_link_add_object_symbols() [all …]
|
| HD | elf-vxworks.c | 181 || (*hash_ptr)->root.type == bfd_link_hash_defweak) in elf_vxworks_emit_relocs()
|
| HD | linker.c | 1539 case bfd_link_hash_defweak: in hash_entry_bfd() 1676 h->type = bfd_link_hash_defweak; in _bfd_generic_link_add_one_symbol() 1719 if (oldtype == bfd_link_hash_defweak) in _bfd_generic_link_add_one_symbol() 2269 case bfd_link_hash_defweak: in _bfd_generic_link_output_symbols() 2429 case bfd_link_hash_defweak: in set_symbol_from_hash() 3218 || h->type == bfd_link_hash_defweak) in fix_syms()
|
| /dragonfly/contrib/gdb-7/include/ |
| HD | bfdlink.h | 65 bfd_link_hash_defweak, /* Symbol is weak and defined. */ enumerator
|
| /dragonfly/contrib/binutils-2.27/include/ |
| HD | bfdlink.h | 72 bfd_link_hash_defweak, /* Symbol is weak and defined. */ enumerator
|
| /dragonfly/contrib/binutils-2.34/include/ |
| HD | bfdlink.h | 78 bfd_link_hash_defweak, /* Symbol is weak and defined. */ enumerator
|