Home
last modified time | relevance | path

Searched refs:sym_hashes (Results 1 – 25 of 193) sorted by relevance

12345678

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-ft32.c355 struct elf_link_hash_entry **sym_hashes; in ft32_elf_relocate_section() local
360 sym_hashes = elf_sym_hashes (input_bfd); in ft32_elf_relocate_section()
397 r_symndx, symtab_hdr, sym_hashes, in ft32_elf_relocate_section()
773 struct elf_link_hash_entry **sym_hashes; in elf32_ft32_relax_delete_bytes() local
915 sym_hashes = start_hashes = elf_sym_hashes (abfd); in elf32_ft32_relax_delete_bytes()
916 end_hashes = sym_hashes + symcount; in elf32_ft32_relax_delete_bytes()
918 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_ft32_relax_delete_bytes()
920 struct elf_link_hash_entry *sym_hash = *sym_hashes; in elf32_ft32_relax_delete_bytes()
934 for (cur_sym_hashes = start_hashes; cur_sym_hashes < sym_hashes; in elf32_ft32_relax_delete_bytes()
942 if (cur_sym_hashes < sym_hashes) in elf32_ft32_relax_delete_bytes()
[all …]
H A Delf32-moxie.c211 struct elf_link_hash_entry **sym_hashes; in moxie_elf_relocate_section() local
216 sym_hashes = elf_sym_hashes (input_bfd); in moxie_elf_relocate_section()
253 r_symndx, symtab_hdr, sym_hashes, in moxie_elf_relocate_section()
337 struct elf_link_hash_entry **sym_hashes; in moxie_elf_check_relocs() local
345 sym_hashes = elf_sym_hashes (abfd); in moxie_elf_check_relocs()
358 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in moxie_elf_check_relocs()
H A Delf-m10200.c349 struct elf_link_hash_entry **sym_hashes; in mn10200_elf_relocate_section() local
353 sym_hashes = elf_sym_hashes (input_bfd); in mn10200_elf_relocate_section()
386 r_symndx, symtab_hdr, sym_hashes, in mn10200_elf_relocate_section()
473 struct elf_link_hash_entry **sym_hashes; in mn10200_elf_relax_delete_bytes() local
514 sym_hashes = elf_sym_hashes (abfd); in mn10200_elf_relax_delete_bytes()
515 end_hashes = sym_hashes + symcount; in mn10200_elf_relax_delete_bytes()
516 for (; sym_hashes < end_hashes; sym_hashes++) in mn10200_elf_relax_delete_bytes()
518 struct elf_link_hash_entry *sym_hash = *sym_hashes; in mn10200_elf_relax_delete_bytes()
1232 struct elf_link_hash_entry **sym_hashes; in mn10200_elf_symbol_address_p() local
1249 sym_hashes = elf_sym_hashes (abfd); in mn10200_elf_symbol_address_p()
[all …]
H A Delf32-mt.c312 struct elf_link_hash_entry ** sym_hashes; in mt_elf_relocate_section() local
317 sym_hashes = elf_sym_hashes (input_bfd); in mt_elf_relocate_section()
357 r_symndx, symtab_hdr, sym_hashes, in mt_elf_relocate_section()
434 struct elf_link_hash_entry **sym_hashes; in mt_elf_check_relocs() local
442 sym_hashes = elf_sym_hashes (abfd); in mt_elf_check_relocs()
455 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in mt_elf_check_relocs()
H A Delf32-d10v.c272 struct elf_link_hash_entry **sym_hashes; in elf32_d10v_check_relocs() local
280 sym_hashes = elf_sym_hashes (abfd); in elf32_d10v_check_relocs()
293 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in elf32_d10v_check_relocs()
400 struct elf_link_hash_entry **sym_hashes; in elf32_d10v_relocate_section() local
405 sym_hashes = elf_sym_hashes (input_bfd); in elf32_d10v_relocate_section()
466 r_symndx, symtab_hdr, sym_hashes, in elf32_d10v_relocate_section()
H A Delf32-h8300.c436 struct elf_link_hash_entry **sym_hashes; in elf32_h8_relocate_section() local
440 sym_hashes = elf_sym_hashes (input_bfd); in elf32_h8_relocate_section()
476 r_symndx, symtab_hdr, sym_hashes, in elf32_h8_relocate_section()
1496 struct elf_link_hash_entry **sym_hashes; in elf32_h8_relax_delete_bytes() local
1538 sym_hashes = elf_sym_hashes (abfd); in elf32_h8_relax_delete_bytes()
1539 end_hashes = sym_hashes + symcount; in elf32_h8_relax_delete_bytes()
1540 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_h8_relax_delete_bytes()
1542 struct elf_link_hash_entry *sym_hash = *sym_hashes; in elf32_h8_relax_delete_bytes()
1564 struct elf_link_hash_entry **sym_hashes; in elf32_h8_symbol_address_p() local
1583 sym_hashes = elf_sym_hashes (abfd); in elf32_h8_symbol_address_p()
[all …]
H A Delf32-msp430.c767 struct elf_link_hash_entry **sym_hashes; in elf32_msp430_check_relocs() local
775 sym_hashes = elf_sym_hashes (abfd); in elf32_msp430_check_relocs()
788 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in elf32_msp430_check_relocs()
1425 struct elf_link_hash_entry **sym_hashes; in elf32_msp430_relocate_section() local
1430 sym_hashes = elf_sym_hashes (input_bfd); in elf32_msp430_relocate_section()
1472 r_symndx, symtab_hdr, sym_hashes, in elf32_msp430_relocate_section()
1721 struct elf_link_hash_entry **sym_hashes; in msp430_elf_symbol_address_p() local
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()
[all …]
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()
838 struct elf_link_hash_entry **sym_hashes; in elf32_crx_relocate_section() local
842 sym_hashes = elf_sym_hashes (input_bfd); in elf32_crx_relocate_section()
875 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-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-ft32.c355 struct elf_link_hash_entry **sym_hashes; in ft32_elf_relocate_section() local
360 sym_hashes = elf_sym_hashes (input_bfd); in ft32_elf_relocate_section()
397 r_symndx, symtab_hdr, sym_hashes, in ft32_elf_relocate_section()
773 struct elf_link_hash_entry **sym_hashes; in elf32_ft32_relax_delete_bytes() local
915 sym_hashes = start_hashes = elf_sym_hashes (abfd); in elf32_ft32_relax_delete_bytes()
916 end_hashes = sym_hashes + symcount; in elf32_ft32_relax_delete_bytes()
918 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_ft32_relax_delete_bytes()
920 struct elf_link_hash_entry *sym_hash = *sym_hashes; in elf32_ft32_relax_delete_bytes()
934 for (cur_sym_hashes = start_hashes; cur_sym_hashes < sym_hashes; in elf32_ft32_relax_delete_bytes()
942 if (cur_sym_hashes < sym_hashes) in elf32_ft32_relax_delete_bytes()
[all …]
H A Delf32-moxie.c211 struct elf_link_hash_entry **sym_hashes; in moxie_elf_relocate_section() local
216 sym_hashes = elf_sym_hashes (input_bfd); in moxie_elf_relocate_section()
253 r_symndx, symtab_hdr, sym_hashes, in moxie_elf_relocate_section()
337 struct elf_link_hash_entry **sym_hashes; in moxie_elf_check_relocs() local
345 sym_hashes = elf_sym_hashes (abfd); in moxie_elf_check_relocs()
358 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in moxie_elf_check_relocs()
H A Delf-m10200.c349 struct elf_link_hash_entry **sym_hashes; in mn10200_elf_relocate_section() local
353 sym_hashes = elf_sym_hashes (input_bfd); in mn10200_elf_relocate_section()
386 r_symndx, symtab_hdr, sym_hashes, in mn10200_elf_relocate_section()
473 struct elf_link_hash_entry **sym_hashes; in mn10200_elf_relax_delete_bytes() local
514 sym_hashes = elf_sym_hashes (abfd); in mn10200_elf_relax_delete_bytes()
515 end_hashes = sym_hashes + symcount; in mn10200_elf_relax_delete_bytes()
516 for (; sym_hashes < end_hashes; sym_hashes++) in mn10200_elf_relax_delete_bytes()
518 struct elf_link_hash_entry *sym_hash = *sym_hashes; in mn10200_elf_relax_delete_bytes()
1231 struct elf_link_hash_entry **sym_hashes; in mn10200_elf_symbol_address_p() local
1248 sym_hashes = elf_sym_hashes (abfd); in mn10200_elf_symbol_address_p()
[all …]
H A Delf32-d10v.c272 struct elf_link_hash_entry **sym_hashes; in elf32_d10v_check_relocs() local
280 sym_hashes = elf_sym_hashes (abfd); in elf32_d10v_check_relocs()
293 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in elf32_d10v_check_relocs()
400 struct elf_link_hash_entry **sym_hashes; in elf32_d10v_relocate_section() local
405 sym_hashes = elf_sym_hashes (input_bfd); in elf32_d10v_relocate_section()
466 r_symndx, symtab_hdr, sym_hashes, in elf32_d10v_relocate_section()
H A Delf32-mt.c312 struct elf_link_hash_entry ** sym_hashes; in mt_elf_relocate_section() local
317 sym_hashes = elf_sym_hashes (input_bfd); in mt_elf_relocate_section()
357 r_symndx, symtab_hdr, sym_hashes, in mt_elf_relocate_section()
434 struct elf_link_hash_entry **sym_hashes; in mt_elf_check_relocs() local
442 sym_hashes = elf_sym_hashes (abfd); in mt_elf_check_relocs()
455 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in mt_elf_check_relocs()
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-h8300.c436 struct elf_link_hash_entry **sym_hashes; in elf32_h8_relocate_section() local
440 sym_hashes = elf_sym_hashes (input_bfd); in elf32_h8_relocate_section()
476 r_symndx, symtab_hdr, sym_hashes, in elf32_h8_relocate_section()
1495 struct elf_link_hash_entry **sym_hashes; in elf32_h8_relax_delete_bytes() local
1537 sym_hashes = elf_sym_hashes (abfd); in elf32_h8_relax_delete_bytes()
1538 end_hashes = sym_hashes + symcount; in elf32_h8_relax_delete_bytes()
1539 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_h8_relax_delete_bytes()
1541 struct elf_link_hash_entry *sym_hash = *sym_hashes; in elf32_h8_relax_delete_bytes()
1563 struct elf_link_hash_entry **sym_hashes; in elf32_h8_symbol_address_p() local
1582 sym_hashes = elf_sym_hashes (abfd); in elf32_h8_symbol_address_p()
[all …]
H A Delf32-msp430.c767 struct elf_link_hash_entry **sym_hashes; in elf32_msp430_check_relocs() local
775 sym_hashes = elf_sym_hashes (abfd); in elf32_msp430_check_relocs()
788 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in elf32_msp430_check_relocs()
1425 struct elf_link_hash_entry **sym_hashes; in elf32_msp430_relocate_section() local
1430 sym_hashes = elf_sym_hashes (input_bfd); in elf32_msp430_relocate_section()
1472 r_symndx, symtab_hdr, sym_hashes, in elf32_msp430_relocate_section()
1721 struct elf_link_hash_entry **sym_hashes; in msp430_elf_symbol_address_p() local
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()
[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 …]

12345678