Home
last modified time | relevance | path

Searched refs:sym_hashes (Results 26 – 50 of 357) sorted by relevance

12345678910>>...15

/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delf32-msp430.c689 sym_hashes = elf_sym_hashes (abfd); in elf32_msp430_check_relocs()
1327 r_symndx, symtab_hdr, sym_hashes, in elf32_msp430_relocate_section()
1590 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_symbol_address_p()
1591 end_hashes = sym_hashes + symcount; in msp430_elf_symbol_address_p()
1592 for (; sym_hashes < end_hashes; sym_hashes++) in msp430_elf_symbol_address_p()
1728 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_relax_delete_bytes()
1729 end_hashes = sym_hashes + symcount; in msp430_elf_relax_delete_bytes()
1730 for (; sym_hashes < end_hashes; sym_hashes++) in msp430_elf_relax_delete_bytes()
1816 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_relax_add_two_words()
1817 end_hashes = sym_hashes + symcount; in msp430_elf_relax_add_two_words()
[all …]
H A Delf32-crx.c605 struct elf_link_hash_entry **sym_hashes; in elf32_crx_relax_delete_bytes() local
680 sym_hashes = start_hashes = elf_sym_hashes (abfd); in elf32_crx_relax_delete_bytes()
681 end_hashes = sym_hashes + symcount; in elf32_crx_relax_delete_bytes()
683 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_crx_relax_delete_bytes()
685 struct elf_link_hash_entry *sym_hash = *sym_hashes; in elf32_crx_relax_delete_bytes()
699 for (cur_sym_hashes = start_hashes; cur_sym_hashes < sym_hashes; in elf32_crx_relax_delete_bytes()
708 if (cur_sym_hashes < sym_hashes) in elf32_crx_relax_delete_bytes()
841 struct elf_link_hash_entry **sym_hashes; in elf32_crx_relocate_section() local
845 sym_hashes = elf_sym_hashes (input_bfd); in elf32_crx_relocate_section()
878 r_symndx, symtab_hdr, sym_hashes, in elf32_crx_relocate_section()
H A Delf32-fr30.c511 struct elf_link_hash_entry **sym_hashes; in fr30_elf_relocate_section() local
516 sym_hashes = elf_sym_hashes (input_bfd); in fr30_elf_relocate_section()
559 r_symndx, symtab_hdr, sym_hashes, in fr30_elf_relocate_section()
651 struct elf_link_hash_entry **sym_hashes; in fr30_elf_check_relocs() local
659 sym_hashes = elf_sym_hashes (abfd); in fr30_elf_check_relocs()
672 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in fr30_elf_check_relocs()
H A Delf32-mcore.c404 struct elf_link_hash_entry ** sym_hashes = elf_sym_hashes (input_bfd); in mcore_elf_relocate_section() local
476 r_symndx, symtab_hdr, sym_hashes, in mcore_elf_relocate_section()
590 struct elf_link_hash_entry ** sym_hashes; in mcore_elf_check_relocs() local
598 sym_hashes = elf_sym_hashes (abfd); in mcore_elf_check_relocs()
613 h = sym_hashes [r_symndx - symtab_hdr->sh_info]; in mcore_elf_check_relocs()
H A Delf32-iq2000.c464 struct elf_link_hash_entry **sym_hashes; in iq2000_elf_check_relocs() local
473 sym_hashes = elf_sym_hashes (abfd); in iq2000_elf_check_relocs()
486 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in iq2000_elf_check_relocs()
575 struct elf_link_hash_entry ** sym_hashes; in iq2000_elf_relocate_section() local
580 sym_hashes = elf_sym_hashes (input_bfd); in iq2000_elf_relocate_section()
636 r_symndx, symtab_hdr, sym_hashes, in iq2000_elf_relocate_section()
H A Delf32-visium.c501 struct elf_link_hash_entry **sym_hashes; in visium_elf_check_relocs() local
509 sym_hashes = elf_sym_hashes (abfd); in visium_elf_check_relocs()
522 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in visium_elf_check_relocs()
560 struct elf_link_hash_entry **sym_hashes; in visium_elf_relocate_section() local
565 sym_hashes = elf_sym_hashes (input_bfd); in visium_elf_relocate_section()
610 r_symndx, symtab_hdr, sym_hashes, in visium_elf_relocate_section()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delf32-msp430.c775 sym_hashes = elf_sym_hashes (abfd); in elf32_msp430_check_relocs()
1472 r_symndx, symtab_hdr, sym_hashes, in elf32_msp430_relocate_section()
1735 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_symbol_address_p()
1736 end_hashes = sym_hashes + symcount; in msp430_elf_symbol_address_p()
1737 for (; sym_hashes < end_hashes; sym_hashes++) in msp430_elf_symbol_address_p()
1881 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_relax_delete_bytes()
1882 end_hashes = sym_hashes + symcount; in msp430_elf_relax_delete_bytes()
1883 for (; sym_hashes < end_hashes; sym_hashes++) in msp430_elf_relax_delete_bytes()
1981 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_relax_add_words()
1982 end_hashes = sym_hashes + symcount; in msp430_elf_relax_add_words()
[all …]
H A Delf32-fr30.c511 struct elf_link_hash_entry **sym_hashes; in fr30_elf_relocate_section() local
516 sym_hashes = elf_sym_hashes (input_bfd); in fr30_elf_relocate_section()
559 r_symndx, symtab_hdr, sym_hashes, in fr30_elf_relocate_section()
651 struct elf_link_hash_entry **sym_hashes; in fr30_elf_check_relocs() local
659 sym_hashes = elf_sym_hashes (abfd); in fr30_elf_check_relocs()
672 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in fr30_elf_check_relocs()
H A Delf32-mcore.c404 struct elf_link_hash_entry ** sym_hashes = elf_sym_hashes (input_bfd); in mcore_elf_relocate_section() local
476 r_symndx, symtab_hdr, sym_hashes, in mcore_elf_relocate_section()
590 struct elf_link_hash_entry ** sym_hashes; in mcore_elf_check_relocs() local
598 sym_hashes = elf_sym_hashes (abfd); in mcore_elf_check_relocs()
613 h = sym_hashes [r_symndx - symtab_hdr->sh_info]; in mcore_elf_check_relocs()
H A Delf32-iq2000.c464 struct elf_link_hash_entry **sym_hashes; in iq2000_elf_check_relocs() local
473 sym_hashes = elf_sym_hashes (abfd); in iq2000_elf_check_relocs()
486 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in iq2000_elf_check_relocs()
575 struct elf_link_hash_entry ** sym_hashes; in iq2000_elf_relocate_section() local
580 sym_hashes = elf_sym_hashes (input_bfd); in iq2000_elf_relocate_section()
636 r_symndx, symtab_hdr, sym_hashes, in iq2000_elf_relocate_section()
H A Delf32-visium.c501 struct elf_link_hash_entry **sym_hashes; in visium_elf_check_relocs() local
509 sym_hashes = elf_sym_hashes (abfd); in visium_elf_check_relocs()
522 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in visium_elf_check_relocs()
560 struct elf_link_hash_entry **sym_hashes; in visium_elf_relocate_section() local
565 sym_hashes = elf_sym_hashes (input_bfd); in visium_elf_relocate_section()
610 r_symndx, symtab_hdr, sym_hashes, in visium_elf_relocate_section()
H A Delf32-m32c.c403 struct elf_link_hash_entry ** sym_hashes; in m32c_elf_relocate_section() local
409 sym_hashes = elf_sym_hashes (input_bfd); in m32c_elf_relocate_section()
457 h = sym_hashes [r_symndx - symtab_hdr->sh_info]; in m32c_elf_relocate_section()
660 struct elf_link_hash_entry ** sym_hashes; in m32c_elf_check_relocs() local
671 sym_hashes = elf_sym_hashes (abfd); in m32c_elf_check_relocs()
688 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in m32c_elf_check_relocs()
1971 struct elf_link_hash_entry ** sym_hashes; in m32c_elf_relax_delete_bytes() local
2073 sym_hashes = elf_sym_hashes (abfd); in m32c_elf_relax_delete_bytes()
2074 end_hashes = sym_hashes + symcount; in m32c_elf_relax_delete_bytes()
2076 for (; sym_hashes < end_hashes; sym_hashes ++) in m32c_elf_relax_delete_bytes()
[all …]
H A Delf32-xstormy16.c416 struct elf_link_hash_entry **sym_hashes; in xstormy16_elf_check_relocs() local
426 sym_hashes = elf_sym_hashes (abfd); in xstormy16_elf_check_relocs()
442 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in xstormy16_elf_check_relocs()
773 struct elf_link_hash_entry ** sym_hashes; in xstormy16_elf_relocate_section() local
779 sym_hashes = elf_sym_hashes (input_bfd); in xstormy16_elf_relocate_section()
819 r_symndx, symtab_hdr, sym_hashes, in xstormy16_elf_relocate_section()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delf32-crx.c598 struct elf_link_hash_entry **sym_hashes; in elf32_crx_relax_delete_bytes() local
673 sym_hashes = start_hashes = elf_sym_hashes (abfd); in elf32_crx_relax_delete_bytes()
674 end_hashes = sym_hashes + symcount; in elf32_crx_relax_delete_bytes()
676 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_crx_relax_delete_bytes()
678 struct elf_link_hash_entry *sym_hash = *sym_hashes; in elf32_crx_relax_delete_bytes()
692 for (cur_sym_hashes = start_hashes; cur_sym_hashes < sym_hashes; in elf32_crx_relax_delete_bytes()
701 if (cur_sym_hashes < sym_hashes) in elf32_crx_relax_delete_bytes()
829 struct elf_link_hash_entry **sym_hashes; in elf32_crx_relocate_section() local
833 sym_hashes = elf_sym_hashes (input_bfd); in elf32_crx_relocate_section()
866 r_symndx, symtab_hdr, sym_hashes, in elf32_crx_relocate_section()
H A Delf32-msp430.c775 sym_hashes = elf_sym_hashes (abfd); in elf32_msp430_check_relocs()
1472 r_symndx, symtab_hdr, sym_hashes, in elf32_msp430_relocate_section()
1735 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_symbol_address_p()
1736 end_hashes = sym_hashes + symcount; in msp430_elf_symbol_address_p()
1737 for (; sym_hashes < end_hashes; sym_hashes++) in msp430_elf_symbol_address_p()
1881 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_relax_delete_bytes()
1882 end_hashes = sym_hashes + symcount; in msp430_elf_relax_delete_bytes()
1883 for (; sym_hashes < end_hashes; sym_hashes++) in msp430_elf_relax_delete_bytes()
1981 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_relax_add_words()
1982 end_hashes = sym_hashes + symcount; in msp430_elf_relax_add_words()
[all …]
H A Delf32-fr30.c511 struct elf_link_hash_entry **sym_hashes; in fr30_elf_relocate_section() local
516 sym_hashes = elf_sym_hashes (input_bfd); in fr30_elf_relocate_section()
559 r_symndx, symtab_hdr, sym_hashes, in fr30_elf_relocate_section()
651 struct elf_link_hash_entry **sym_hashes; in fr30_elf_check_relocs() local
659 sym_hashes = elf_sym_hashes (abfd); in fr30_elf_check_relocs()
672 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in fr30_elf_check_relocs()
H A Delf32-mcore.c404 struct elf_link_hash_entry ** sym_hashes = elf_sym_hashes (input_bfd); in mcore_elf_relocate_section() local
476 r_symndx, symtab_hdr, sym_hashes, in mcore_elf_relocate_section()
590 struct elf_link_hash_entry ** sym_hashes; in mcore_elf_check_relocs() local
598 sym_hashes = elf_sym_hashes (abfd); in mcore_elf_check_relocs()
613 h = sym_hashes [r_symndx - symtab_hdr->sh_info]; in mcore_elf_check_relocs()
H A Delf32-visium.c501 struct elf_link_hash_entry **sym_hashes; in visium_elf_check_relocs() local
509 sym_hashes = elf_sym_hashes (abfd); in visium_elf_check_relocs()
522 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in visium_elf_check_relocs()
560 struct elf_link_hash_entry **sym_hashes; in visium_elf_relocate_section() local
565 sym_hashes = elf_sym_hashes (input_bfd); in visium_elf_relocate_section()
610 r_symndx, symtab_hdr, sym_hashes, in visium_elf_relocate_section()
H A Delf32-iq2000.c464 struct elf_link_hash_entry **sym_hashes; in iq2000_elf_check_relocs() local
473 sym_hashes = elf_sym_hashes (abfd); in iq2000_elf_check_relocs()
486 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in iq2000_elf_check_relocs()
575 struct elf_link_hash_entry ** sym_hashes; in iq2000_elf_relocate_section() local
580 sym_hashes = elf_sym_hashes (input_bfd); in iq2000_elf_relocate_section()
636 r_symndx, symtab_hdr, sym_hashes, in iq2000_elf_relocate_section()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delf32-crx.c598 struct elf_link_hash_entry **sym_hashes; in elf32_crx_relax_delete_bytes() local
673 sym_hashes = start_hashes = elf_sym_hashes (abfd); in elf32_crx_relax_delete_bytes()
674 end_hashes = sym_hashes + symcount; in elf32_crx_relax_delete_bytes()
676 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_crx_relax_delete_bytes()
678 struct elf_link_hash_entry *sym_hash = *sym_hashes; in elf32_crx_relax_delete_bytes()
692 for (cur_sym_hashes = start_hashes; cur_sym_hashes < sym_hashes; in elf32_crx_relax_delete_bytes()
701 if (cur_sym_hashes < sym_hashes) in elf32_crx_relax_delete_bytes()
829 struct elf_link_hash_entry **sym_hashes; in elf32_crx_relocate_section() local
833 sym_hashes = elf_sym_hashes (input_bfd); in elf32_crx_relocate_section()
866 r_symndx, symtab_hdr, sym_hashes, in elf32_crx_relocate_section()
H A Delf32-msp430.c775 sym_hashes = elf_sym_hashes (abfd); in elf32_msp430_check_relocs()
1472 r_symndx, symtab_hdr, sym_hashes, in elf32_msp430_relocate_section()
1735 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_symbol_address_p()
1736 end_hashes = sym_hashes + symcount; in msp430_elf_symbol_address_p()
1737 for (; sym_hashes < end_hashes; sym_hashes++) in msp430_elf_symbol_address_p()
1881 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_relax_delete_bytes()
1882 end_hashes = sym_hashes + symcount; in msp430_elf_relax_delete_bytes()
1883 for (; sym_hashes < end_hashes; sym_hashes++) in msp430_elf_relax_delete_bytes()
1981 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_relax_add_words()
1982 end_hashes = sym_hashes + symcount; in msp430_elf_relax_add_words()
[all …]
H A Delf32-fr30.c511 struct elf_link_hash_entry **sym_hashes; in fr30_elf_relocate_section() local
516 sym_hashes = elf_sym_hashes (input_bfd); in fr30_elf_relocate_section()
559 r_symndx, symtab_hdr, sym_hashes, in fr30_elf_relocate_section()
651 struct elf_link_hash_entry **sym_hashes; in fr30_elf_check_relocs() local
659 sym_hashes = elf_sym_hashes (abfd); in fr30_elf_check_relocs()
672 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in fr30_elf_check_relocs()
H A Delf32-mcore.c404 struct elf_link_hash_entry ** sym_hashes = elf_sym_hashes (input_bfd); in mcore_elf_relocate_section() local
476 r_symndx, symtab_hdr, sym_hashes, in mcore_elf_relocate_section()
590 struct elf_link_hash_entry ** sym_hashes; in mcore_elf_check_relocs() local
598 sym_hashes = elf_sym_hashes (abfd); in mcore_elf_check_relocs()
613 h = sym_hashes [r_symndx - symtab_hdr->sh_info]; in mcore_elf_check_relocs()
H A Delf32-visium.c501 struct elf_link_hash_entry **sym_hashes; in visium_elf_check_relocs() local
509 sym_hashes = elf_sym_hashes (abfd); in visium_elf_check_relocs()
522 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in visium_elf_check_relocs()
560 struct elf_link_hash_entry **sym_hashes; in visium_elf_relocate_section() local
565 sym_hashes = elf_sym_hashes (input_bfd); in visium_elf_relocate_section()
610 r_symndx, symtab_hdr, sym_hashes, in visium_elf_relocate_section()
H A Delf32-iq2000.c464 struct elf_link_hash_entry **sym_hashes; in iq2000_elf_check_relocs() local
473 sym_hashes = elf_sym_hashes (abfd); in iq2000_elf_check_relocs()
486 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in iq2000_elf_check_relocs()
575 struct elf_link_hash_entry ** sym_hashes; in iq2000_elf_relocate_section() local
580 sym_hashes = elf_sym_hashes (input_bfd); in iq2000_elf_relocate_section()
636 r_symndx, symtab_hdr, sym_hashes, in iq2000_elf_relocate_section()

12345678910>>...15