Home
last modified time | relevance | path

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

12345678910>>...42

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Delf32-msp430.c275 sym_hashes = elf_sym_hashes (abfd); in elf32_msp430_check_relocs()
432 struct elf_link_hash_entry **sym_hashes; in elf32_msp430_relocate_section() local
437 sym_hashes = elf_sym_hashes (input_bfd); in elf32_msp430_relocate_section()
476 r_symndx, symtab_hdr, sym_hashes, in elf32_msp430_relocate_section()
798 struct elf_link_hash_entry **sym_hashes; in msp430_elf_symbol_address_p() local
812 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_symbol_address_p()
813 end_hashes = sym_hashes + symcount; in msp430_elf_symbol_address_p()
814 for (; sym_hashes < end_hashes; sym_hashes++) in msp430_elf_symbol_address_p()
882 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_relax_delete_bytes()
883 end_hashes = sym_hashes + symcount; in msp430_elf_relax_delete_bytes()
[all …]
H A Delf32-sh-symbian.c440 struct elf_link_hash_entry ** sym_hashes; in sh_symbian_relocate_section() local
454 sym_hashes = elf_sym_hashes (input_bfd); in sh_symbian_relocate_section()
455 sym_hashes_end = sym_hashes + num_global_syms; in sh_symbian_relocate_section()
519 for (h = sym_hashes; h < sym_hashes_end; h ++) in sh_symbian_relocate_section()
523 ptr->new_symndx = h - sym_hashes + num_local_syms; in sh_symbian_relocate_section()
539 new_sym_hashes = bfd_alloc (input_bfd, num_global_syms * sizeof * sym_hashes); in sh_symbian_relocate_section()
546 memcpy (new_sym_hashes, sym_hashes, (num_global_syms - 1) * sizeof * sym_hashes); in sh_symbian_relocate_section()
548 elf_sym_hashes (input_bfd) = sym_hashes = new_sym_hashes; in sh_symbian_relocate_section()
549 sym_hashes_end = sym_hashes + num_global_syms; in sh_symbian_relocate_section()
586 h = sym_hashes[r_symndx - num_local_syms]; in sh_symbian_relocate_section()
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-ft32.c356 struct elf_link_hash_entry **sym_hashes; in ft32_elf_relocate_section() local
361 sym_hashes = elf_sym_hashes (input_bfd); in ft32_elf_relocate_section()
398 r_symndx, symtab_hdr, sym_hashes, in ft32_elf_relocate_section()
774 struct elf_link_hash_entry **sym_hashes; in elf32_ft32_relax_delete_bytes() local
917 end_hashes = sym_hashes + symcount; in elf32_ft32_relax_delete_bytes()
919 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_ft32_relax_delete_bytes()
943 if (cur_sym_hashes < sym_hashes) in elf32_ft32_relax_delete_bytes()
972 struct elf_link_hash_entry **sym_hashes; in elf32_ft32_relax_is_branch_target() local
1035 end_hashes = sym_hashes + symcount; in elf32_ft32_relax_is_branch_target()
1037 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_ft32_relax_is_branch_target()
[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()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-ft32.c356 struct elf_link_hash_entry **sym_hashes; in ft32_elf_relocate_section() local
361 sym_hashes = elf_sym_hashes (input_bfd); in ft32_elf_relocate_section()
398 r_symndx, symtab_hdr, sym_hashes, in ft32_elf_relocate_section()
774 struct elf_link_hash_entry **sym_hashes; in elf32_ft32_relax_delete_bytes() local
917 end_hashes = sym_hashes + symcount; in elf32_ft32_relax_delete_bytes()
919 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_ft32_relax_delete_bytes()
943 if (cur_sym_hashes < sym_hashes) in elf32_ft32_relax_delete_bytes()
972 struct elf_link_hash_entry **sym_hashes; in elf32_ft32_relax_is_branch_target() local
1035 end_hashes = sym_hashes + symcount; in elf32_ft32_relax_is_branch_target()
1037 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_ft32_relax_is_branch_target()
[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()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-ft32.c356 struct elf_link_hash_entry **sym_hashes; in ft32_elf_relocate_section() local
361 sym_hashes = elf_sym_hashes (input_bfd); in ft32_elf_relocate_section()
398 r_symndx, symtab_hdr, sym_hashes, in ft32_elf_relocate_section()
774 struct elf_link_hash_entry **sym_hashes; in elf32_ft32_relax_delete_bytes() local
917 end_hashes = sym_hashes + symcount; in elf32_ft32_relax_delete_bytes()
919 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_ft32_relax_delete_bytes()
943 if (cur_sym_hashes < sym_hashes) in elf32_ft32_relax_delete_bytes()
972 struct elf_link_hash_entry **sym_hashes; in elf32_ft32_relax_is_branch_target() local
1035 end_hashes = sym_hashes + symcount; in elf32_ft32_relax_is_branch_target()
1037 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_ft32_relax_is_branch_target()
[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()
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-ft32.c356 struct elf_link_hash_entry **sym_hashes; in ft32_elf_relocate_section() local
361 sym_hashes = elf_sym_hashes (input_bfd); in ft32_elf_relocate_section()
398 r_symndx, symtab_hdr, sym_hashes, in ft32_elf_relocate_section()
774 struct elf_link_hash_entry **sym_hashes; in elf32_ft32_relax_delete_bytes() local
917 end_hashes = sym_hashes + symcount; in elf32_ft32_relax_delete_bytes()
919 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_ft32_relax_delete_bytes()
943 if (cur_sym_hashes < sym_hashes) in elf32_ft32_relax_delete_bytes()
972 struct elf_link_hash_entry **sym_hashes; in elf32_ft32_relax_is_branch_target() local
1035 end_hashes = sym_hashes + symcount; in elf32_ft32_relax_is_branch_target()
1037 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_ft32_relax_is_branch_target()
[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()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf32-sh-symbian.c440 struct elf_link_hash_entry ** sym_hashes; in sh_symbian_relocate_section() local
454 sym_hashes = elf_sym_hashes (input_bfd); in sh_symbian_relocate_section()
455 sym_hashes_end = sym_hashes + num_global_syms; in sh_symbian_relocate_section()
505 for (h = sym_hashes; h < sym_hashes_end; h ++) in sh_symbian_relocate_section()
509 ptr->new_symndx = h - sym_hashes + num_local_syms; in sh_symbian_relocate_section()
525 new_sym_hashes = bfd_alloc (input_bfd, num_global_syms * sizeof * sym_hashes); in sh_symbian_relocate_section()
532 memcpy (new_sym_hashes, sym_hashes, (num_global_syms - 1) * sizeof * sym_hashes); in sh_symbian_relocate_section()
534 elf_sym_hashes (input_bfd) = sym_hashes = new_sym_hashes; in sh_symbian_relocate_section()
535 sym_hashes_end = sym_hashes + num_global_syms; in sh_symbian_relocate_section()
572 h = sym_hashes[r_symndx - num_local_syms]; in sh_symbian_relocate_section()
H A Delf32-moxie.c207 struct elf_link_hash_entry **sym_hashes; in moxie_elf_relocate_section() local
212 sym_hashes = elf_sym_hashes (input_bfd); in moxie_elf_relocate_section()
249 r_symndx, symtab_hdr, sym_hashes, in moxie_elf_relocate_section()
333 struct elf_link_hash_entry **sym_hashes; in moxie_elf_check_relocs() local
341 sym_hashes = elf_sym_hashes (abfd); in moxie_elf_check_relocs()
354 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in moxie_elf_check_relocs()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delf32-sh-symbian.c440 struct elf_link_hash_entry ** sym_hashes; in sh_symbian_relocate_section() local
454 sym_hashes = elf_sym_hashes (input_bfd); in sh_symbian_relocate_section()
455 sym_hashes_end = sym_hashes + num_global_syms; in sh_symbian_relocate_section()
505 for (h = sym_hashes; h < sym_hashes_end; h ++) in sh_symbian_relocate_section()
509 ptr->new_symndx = h - sym_hashes + num_local_syms; in sh_symbian_relocate_section()
525 new_sym_hashes = bfd_alloc (input_bfd, num_global_syms * sizeof * sym_hashes); in sh_symbian_relocate_section()
532 memcpy (new_sym_hashes, sym_hashes, (num_global_syms - 1) * sizeof * sym_hashes); in sh_symbian_relocate_section()
534 elf_sym_hashes (input_bfd) = sym_hashes = new_sym_hashes; in sh_symbian_relocate_section()
535 sym_hashes_end = sym_hashes + num_global_syms; in sh_symbian_relocate_section()
572 h = sym_hashes[r_symndx - num_local_syms]; in sh_symbian_relocate_section()
H A Delf32-moxie.c207 struct elf_link_hash_entry **sym_hashes; in moxie_elf_relocate_section() local
212 sym_hashes = elf_sym_hashes (input_bfd); in moxie_elf_relocate_section()
249 r_symndx, symtab_hdr, sym_hashes, in moxie_elf_relocate_section()
333 struct elf_link_hash_entry **sym_hashes; in moxie_elf_check_relocs() local
341 sym_hashes = elf_sym_hashes (abfd); in moxie_elf_check_relocs()
354 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in moxie_elf_check_relocs()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-sh-symbian.c442 struct elf_link_hash_entry ** sym_hashes; in sh_symbian_relocate_section() local
456 sym_hashes = elf_sym_hashes (input_bfd); in sh_symbian_relocate_section()
457 sym_hashes_end = sym_hashes + num_global_syms; in sh_symbian_relocate_section()
508 for (h = sym_hashes; h < sym_hashes_end; h ++) in sh_symbian_relocate_section()
512 ptr->new_symndx = h - sym_hashes + num_local_syms; in sh_symbian_relocate_section()
528 new_sym_hashes = bfd_alloc (input_bfd, num_global_syms * sizeof * sym_hashes); in sh_symbian_relocate_section()
535 memcpy (new_sym_hashes, sym_hashes, (num_global_syms - 1) * sizeof * sym_hashes); in sh_symbian_relocate_section()
537 elf_sym_hashes (input_bfd) = sym_hashes = new_sym_hashes; in sh_symbian_relocate_section()
538 sym_hashes_end = sym_hashes + num_global_syms; in sh_symbian_relocate_section()
575 h = sym_hashes[r_symndx - num_local_syms]; in sh_symbian_relocate_section()
H A Delf32-ft32.c348 struct elf_link_hash_entry **sym_hashes; in ft32_elf_relocate_section() local
353 sym_hashes = elf_sym_hashes (input_bfd); in ft32_elf_relocate_section()
390 r_symndx, symtab_hdr, sym_hashes, in ft32_elf_relocate_section()
766 struct elf_link_hash_entry **sym_hashes; in elf32_ft32_relax_delete_bytes() local
909 end_hashes = sym_hashes + symcount; in elf32_ft32_relax_delete_bytes()
911 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_ft32_relax_delete_bytes()
935 if (cur_sym_hashes < sym_hashes) in elf32_ft32_relax_delete_bytes()
964 struct elf_link_hash_entry **sym_hashes; in elf32_ft32_relax_is_branch_target() local
1027 end_hashes = sym_hashes + symcount; in elf32_ft32_relax_is_branch_target()
1029 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_ft32_relax_is_branch_target()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf32-msp430.c244 struct elf_link_hash_entry **sym_hashes; in elf32_msp430_check_relocs() local
252 sym_hashes = elf_sym_hashes (abfd); in elf32_msp430_check_relocs()
410 struct elf_link_hash_entry **sym_hashes; in elf32_msp430_relocate_section() local
415 sym_hashes = elf_sym_hashes (input_bfd); in elf32_msp430_relocate_section()
452 r_symndx, symtab_hdr, sym_hashes, in elf32_msp430_relocate_section()
780 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_symbol_address_p()
781 end_hashes = sym_hashes + symcount; in msp430_elf_symbol_address_p()
782 for (; sym_hashes < end_hashes; sym_hashes++) in msp430_elf_symbol_address_p()
883 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_relax_delete_bytes()
884 end_hashes = sym_hashes + symcount; in msp430_elf_relax_delete_bytes()
[all …]
H A Delf32-sh-symbian.c441 struct elf_link_hash_entry ** sym_hashes; in sh_symbian_relocate_section() local
455 sym_hashes = elf_sym_hashes (input_bfd); in sh_symbian_relocate_section()
456 sym_hashes_end = sym_hashes + num_global_syms; in sh_symbian_relocate_section()
521 for (h = sym_hashes; h < sym_hashes_end; h ++) in sh_symbian_relocate_section()
525 ptr->new_symndx = h - sym_hashes + num_local_syms; in sh_symbian_relocate_section()
541 new_sym_hashes = bfd_alloc (input_bfd, num_global_syms * sizeof * sym_hashes); in sh_symbian_relocate_section()
548 memcpy (new_sym_hashes, sym_hashes, (num_global_syms - 1) * sizeof * sym_hashes); in sh_symbian_relocate_section()
550 elf_sym_hashes (input_bfd) = sym_hashes = new_sym_hashes; in sh_symbian_relocate_section()
551 sym_hashes_end = sym_hashes + num_global_syms; in sh_symbian_relocate_section()
588 h = sym_hashes[r_symndx - num_local_syms]; in sh_symbian_relocate_section()
H A Delf32-moxie.c204 struct elf_link_hash_entry **sym_hashes; in moxie_elf_relocate_section() local
209 sym_hashes = elf_sym_hashes (input_bfd); in moxie_elf_relocate_section()
246 r_symndx, symtab_hdr, sym_hashes, in moxie_elf_relocate_section()
334 struct elf_link_hash_entry **sym_hashes; in moxie_elf_check_relocs() local
342 sym_hashes = elf_sym_hashes (abfd); in moxie_elf_check_relocs()
355 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in moxie_elf_check_relocs()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf32-msp430.c244 struct elf_link_hash_entry **sym_hashes; in elf32_msp430_check_relocs() local
252 sym_hashes = elf_sym_hashes (abfd); in elf32_msp430_check_relocs()
410 struct elf_link_hash_entry **sym_hashes; in elf32_msp430_relocate_section() local
415 sym_hashes = elf_sym_hashes (input_bfd); in elf32_msp430_relocate_section()
452 r_symndx, symtab_hdr, sym_hashes, in elf32_msp430_relocate_section()
780 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_symbol_address_p()
781 end_hashes = sym_hashes + symcount; in msp430_elf_symbol_address_p()
782 for (; sym_hashes < end_hashes; sym_hashes++) in msp430_elf_symbol_address_p()
883 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_relax_delete_bytes()
884 end_hashes = sym_hashes + symcount; in msp430_elf_relax_delete_bytes()
[all …]
H A Delf32-sh-symbian.c441 struct elf_link_hash_entry ** sym_hashes; in sh_symbian_relocate_section() local
455 sym_hashes = elf_sym_hashes (input_bfd); in sh_symbian_relocate_section()
456 sym_hashes_end = sym_hashes + num_global_syms; in sh_symbian_relocate_section()
521 for (h = sym_hashes; h < sym_hashes_end; h ++) in sh_symbian_relocate_section()
525 ptr->new_symndx = h - sym_hashes + num_local_syms; in sh_symbian_relocate_section()
541 new_sym_hashes = bfd_alloc (input_bfd, num_global_syms * sizeof * sym_hashes); in sh_symbian_relocate_section()
548 memcpy (new_sym_hashes, sym_hashes, (num_global_syms - 1) * sizeof * sym_hashes); in sh_symbian_relocate_section()
550 elf_sym_hashes (input_bfd) = sym_hashes = new_sym_hashes; in sh_symbian_relocate_section()
551 sym_hashes_end = sym_hashes + num_global_syms; in sh_symbian_relocate_section()
588 h = sym_hashes[r_symndx - num_local_syms]; in sh_symbian_relocate_section()
H A Delf32-moxie.c204 struct elf_link_hash_entry **sym_hashes; in moxie_elf_relocate_section() local
209 sym_hashes = elf_sym_hashes (input_bfd); in moxie_elf_relocate_section()
246 r_symndx, symtab_hdr, sym_hashes, in moxie_elf_relocate_section()
334 struct elf_link_hash_entry **sym_hashes; in moxie_elf_check_relocs() local
342 sym_hashes = elf_sym_hashes (abfd); in moxie_elf_check_relocs()
355 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in moxie_elf_check_relocs()
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Delf32-sh-symbian.c440 struct elf_link_hash_entry ** sym_hashes; in sh_symbian_relocate_section() local
454 sym_hashes = elf_sym_hashes (input_bfd); in sh_symbian_relocate_section()
455 sym_hashes_end = sym_hashes + num_global_syms; in sh_symbian_relocate_section()
519 for (h = sym_hashes; h < sym_hashes_end; h ++) in sh_symbian_relocate_section()
523 ptr->new_symndx = h - sym_hashes + num_local_syms; in sh_symbian_relocate_section()
539 new_sym_hashes = bfd_alloc (input_bfd, num_global_syms * sizeof * sym_hashes); in sh_symbian_relocate_section()
546 memcpy (new_sym_hashes, sym_hashes, (num_global_syms - 1) * sizeof * sym_hashes); in sh_symbian_relocate_section()
548 elf_sym_hashes (input_bfd) = sym_hashes = new_sym_hashes; in sh_symbian_relocate_section()
549 sym_hashes_end = sym_hashes + num_global_syms; in sh_symbian_relocate_section()
586 h = sym_hashes[r_symndx - num_local_syms]; in sh_symbian_relocate_section()
H A Delf32-msp430.c275 sym_hashes = elf_sym_hashes (abfd); in elf32_msp430_check_relocs()
437 struct elf_link_hash_entry **sym_hashes; in elf32_msp430_relocate_section() local
442 sym_hashes = elf_sym_hashes (input_bfd); in elf32_msp430_relocate_section()
481 r_symndx, symtab_hdr, sym_hashes, in elf32_msp430_relocate_section()
803 struct elf_link_hash_entry **sym_hashes; in msp430_elf_symbol_address_p() local
817 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_symbol_address_p()
818 end_hashes = sym_hashes + symcount; in msp430_elf_symbol_address_p()
819 for (; sym_hashes < end_hashes; sym_hashes++) in msp430_elf_symbol_address_p()
925 sym_hashes = elf_sym_hashes (abfd); in msp430_elf_relax_delete_bytes()
926 end_hashes = sym_hashes + symcount; in msp430_elf_relax_delete_bytes()
[all …]
H A Delf32-openrisc.c302 struct elf_link_hash_entry **sym_hashes; in openrisc_elf_relocate_section() local
310 sym_hashes = elf_sym_hashes (input_bfd); in openrisc_elf_relocate_section()
357 r_symndx, symtab_hdr, sym_hashes, in openrisc_elf_relocate_section()
470 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; in openrisc_elf_check_relocs() local
478 sym_hashes = elf_sym_hashes (abfd); in openrisc_elf_check_relocs()
480 sym_hashes + symtab_hdr->sh_size / sizeof (Elf32_External_Sym); in openrisc_elf_check_relocs()
495 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in openrisc_elf_check_relocs()

12345678910>>...42