/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-sh-symbian.c | 440 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 D | elf32-msp430.c | 275 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 D | elf32-openrisc.c | 302 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()
|
H A D | elf32-d10v.c | 277 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; in elf32_d10v_check_relocs() local 285 sym_hashes = elf_sym_hashes (abfd); in elf32_d10v_check_relocs() 286 sym_hashes_end = sym_hashes + symtab_hdr->sh_size/sizeof (Elf32_External_Sym); in elf32_d10v_check_relocs() 301 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in elf32_d10v_check_relocs() 408 struct elf_link_hash_entry **sym_hashes; in elf32_d10v_relocate_section() local 413 sym_hashes = elf_sym_hashes (input_bfd); in elf32_d10v_relocate_section() 495 r_symndx, symtab_hdr, sym_hashes, in elf32_d10v_relocate_section()
|
H A D | elf32-avr.c | 541 sym_hashes = elf_sym_hashes (abfd); in elf32_avr_check_relocs() 557 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in elf32_avr_check_relocs() 858 struct elf_link_hash_entry ** sym_hashes; in elf32_avr_relocate_section() local 866 sym_hashes = elf_sym_hashes (input_bfd); in elf32_avr_relocate_section() 904 r_symndx, symtab_hdr, sym_hashes, in elf32_avr_relocate_section() 1065 struct elf_link_hash_entry **sym_hashes; in elf32_avr_relax_delete_bytes() local 1192 sym_hashes = elf_sym_hashes (abfd); in elf32_avr_relax_delete_bytes() 1193 end_hashes = sym_hashes + symcount; in elf32_avr_relax_delete_bytes() 1194 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_avr_relax_delete_bytes() 1196 struct elf_link_hash_entry *sym_hash = *sym_hashes; in elf32_avr_relax_delete_bytes() [all …]
|
H A D | elf-m10200.c | 343 struct elf_link_hash_entry **sym_hashes; local 350 sym_hashes = elf_sym_hashes (input_bfd); 383 r_symndx, symtab_hdr, sym_hashes, 1171 struct elf_link_hash_entry **sym_hashes; local 1216 sym_hashes = elf_sym_hashes (abfd); 1217 end_hashes = sym_hashes + symcount; 1218 for (; sym_hashes < end_hashes; sym_hashes++) 1246 struct elf_link_hash_entry **sym_hashes; local 1263 sym_hashes = elf_sym_hashes (abfd); 1264 end_hashes = sym_hashes + symcount; [all …]
|
H A D | elf32-mt.c | 288 struct elf_link_hash_entry ** sym_hashes; in mt_elf_relocate_section() local 293 sym_hashes = elf_sym_hashes (input_bfd); in mt_elf_relocate_section() 334 r_symndx, symtab_hdr, sym_hashes, in mt_elf_relocate_section() 460 struct elf_link_hash_entry ** sym_hashes; in mt_elf_check_relocs() local 469 sym_hashes = elf_sym_hashes (abfd); in mt_elf_check_relocs() 470 sym_hashes_end = sym_hashes + symtab_hdr->sh_size / sizeof (Elf32_External_Sym); in mt_elf_check_relocs() 485 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in mt_elf_check_relocs()
|
H A D | elf32-h8300.c | 407 struct elf_link_hash_entry **sym_hashes; in elf32_h8_relocate_section() local 414 sym_hashes = elf_sym_hashes (input_bfd); in elf32_h8_relocate_section() 445 r_symndx, symtab_hdr, sym_hashes, in elf32_h8_relocate_section() 1279 struct elf_link_hash_entry **sym_hashes; in elf32_h8_relax_delete_bytes() local 1325 sym_hashes = elf_sym_hashes (abfd); in elf32_h8_relax_delete_bytes() 1326 end_hashes = sym_hashes + symcount; in elf32_h8_relax_delete_bytes() 1327 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_h8_relax_delete_bytes() 1352 struct elf_link_hash_entry **sym_hashes; in elf32_h8_symbol_address_p() local 1371 sym_hashes = elf_sym_hashes (abfd); in elf32_h8_symbol_address_p() 1372 end_hashes = sym_hashes + symcount; in elf32_h8_symbol_address_p() [all …]
|
H A D | elf32-mcore.c | 376 struct elf_link_hash_entry ** sym_hashes = elf_sym_hashes (input_bfd); in mcore_elf_relocate_section() local 450 r_symndx, symtab_hdr, sym_hashes, in mcore_elf_relocate_section() 584 struct elf_link_hash_entry ** sym_hashes; in mcore_elf_check_relocs() local 593 sym_hashes = elf_sym_hashes (abfd); in mcore_elf_check_relocs() 594 sym_hashes_end = sym_hashes + symtab_hdr->sh_size / sizeof (Elf32_External_Sym); in mcore_elf_check_relocs() 611 h = sym_hashes [r_symndx - symtab_hdr->sh_info]; in mcore_elf_check_relocs()
|
H A D | elf32-fr30.c | 515 struct elf_link_hash_entry **sym_hashes; local 523 sym_hashes = elf_sym_hashes (input_bfd); 566 r_symndx, symtab_hdr, sym_hashes, 687 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; local 695 sym_hashes = elf_sym_hashes (abfd); 696 sym_hashes_end = sym_hashes + symtab_hdr->sh_size/sizeof (Elf32_External_Sym); 711 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
|
H A D | elf32-iq2000.c | 406 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; in iq2000_elf_check_relocs() local 415 sym_hashes = elf_sym_hashes (abfd); in iq2000_elf_check_relocs() 416 sym_hashes_end = sym_hashes + symtab_hdr->sh_size / sizeof (Elf32_External_Sym); in iq2000_elf_check_relocs() 431 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in iq2000_elf_check_relocs() 520 struct elf_link_hash_entry ** sym_hashes; in iq2000_elf_relocate_section() local 528 sym_hashes = elf_sym_hashes (input_bfd); in iq2000_elf_relocate_section() 575 r_symndx, symtab_hdr, sym_hashes, in iq2000_elf_relocate_section()
|
H A D | elf32-crx.c | 587 struct elf_link_hash_entry **sym_hashes; in elf32_crx_relax_delete_bytes() local 666 sym_hashes = start_hashes = elf_sym_hashes (abfd); in elf32_crx_relax_delete_bytes() 667 end_hashes = sym_hashes + symcount; in elf32_crx_relax_delete_bytes() 669 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_crx_relax_delete_bytes() 671 struct elf_link_hash_entry *sym_hash = *sym_hashes; in elf32_crx_relax_delete_bytes() 685 for (cur_sym_hashes = start_hashes; cur_sym_hashes < sym_hashes; in elf32_crx_relax_delete_bytes() 694 if (cur_sym_hashes < sym_hashes) in elf32_crx_relax_delete_bytes() 827 struct elf_link_hash_entry **sym_hashes; in elf32_crx_relocate_section() local 834 sym_hashes = elf_sym_hashes (input_bfd); in elf32_crx_relocate_section() 867 r_symndx, symtab_hdr, sym_hashes, in elf32_crx_relocate_section()
|
H A D | elf32-m68hc1x.c | 381 struct elf_link_hash_entry ** sym_hashes; in elf32_m68hc11_size_stubs() local 383 sym_hashes = elf_sym_hashes (input_bfd); in elf32_m68hc11_size_stubs() 467 (sym_hashes[e_indx]); in elf32_m68hc11_size_stubs() 864 struct elf_link_hash_entry ** sym_hashes; in elf32_m68hc11_check_relocs() local 873 sym_hashes = elf_sym_hashes (abfd); in elf32_m68hc11_check_relocs() 891 h = sym_hashes [r_symndx - symtab_hdr->sh_info]; in elf32_m68hc11_check_relocs() 928 struct elf_link_hash_entry **sym_hashes; in m68hc11_get_relocation_value() local 936 sym_hashes = elf_sym_hashes (input_bfd); in m68hc11_get_relocation_value() 962 r_symndx, symtab_hdr, sym_hashes, in m68hc11_get_relocation_value() 1008 struct elf_link_hash_entry **sym_hashes; in elf32_m68hc11_relocate_section() local [all …]
|
H A D | elf32-dlx.c | 429 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; in elf32_dlx_check_relocs() local 437 sym_hashes = elf_sym_hashes (abfd); in elf32_dlx_check_relocs() 438 sym_hashes_end = sym_hashes + symtab_hdr->sh_size / sizeof (Elf32_External_Sym); in elf32_dlx_check_relocs() 453 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in elf32_dlx_check_relocs()
|
H A D | elf32-xc16x.c | 328 struct elf_link_hash_entry **sym_hashes; in elf32_xc16x_relocate_section() local 335 sym_hashes = elf_sym_hashes (input_bfd); in elf32_xc16x_relocate_section() 366 r_symndx, symtab_hdr, sym_hashes, in elf32_xc16x_relocate_section()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf32-openrisc.c | 334 struct elf_link_hash_entry **sym_hashes; local 342 sym_hashes = elf_sym_hashes (input_bfd); 389 r_symndx, symtab_hdr, sym_hashes, 507 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; local 515 sym_hashes = elf_sym_hashes (abfd); 517 sym_hashes + symtab_hdr->sh_size / sizeof (Elf32_External_Sym); 531 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
|
H A D | elf-m10200.c | 343 struct elf_link_hash_entry **sym_hashes; local 350 sym_hashes = elf_sym_hashes (input_bfd); 383 r_symndx, symtab_hdr, sym_hashes, 1180 struct elf_link_hash_entry **sym_hashes; local 1225 sym_hashes = elf_sym_hashes (abfd); 1226 end_hashes = sym_hashes + symcount; 1227 for (; sym_hashes < end_hashes; sym_hashes++) 1255 struct elf_link_hash_entry **sym_hashes; local 1272 sym_hashes = elf_sym_hashes (abfd); 1273 end_hashes = sym_hashes + symcount; [all …]
|
H A D | elf32-d10v.c | 307 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; local 315 sym_hashes = elf_sym_hashes (abfd); 316 sym_hashes_end = sym_hashes + symtab_hdr->sh_size/sizeof (Elf32_External_Sym); 330 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; 436 struct elf_link_hash_entry **sym_hashes; local 441 sym_hashes = elf_sym_hashes (input_bfd); 523 r_symndx, symtab_hdr, sym_hashes,
|
H A D | elf32-h8300.c | 407 struct elf_link_hash_entry **sym_hashes; in elf32_h8_relocate_section() local 414 sym_hashes = elf_sym_hashes (input_bfd); in elf32_h8_relocate_section() 445 r_symndx, symtab_hdr, sym_hashes, in elf32_h8_relocate_section() 1288 struct elf_link_hash_entry **sym_hashes; in elf32_h8_relax_delete_bytes() local 1334 sym_hashes = elf_sym_hashes (abfd); in elf32_h8_relax_delete_bytes() 1335 end_hashes = sym_hashes + symcount; in elf32_h8_relax_delete_bytes() 1336 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_h8_relax_delete_bytes() 1361 struct elf_link_hash_entry **sym_hashes; in elf32_h8_symbol_address_p() local 1380 sym_hashes = elf_sym_hashes (abfd); in elf32_h8_symbol_address_p() 1381 end_hashes = sym_hashes + symcount; in elf32_h8_symbol_address_p() [all …]
|
H A D | elf32-msp430.c | 277 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; local 285 sym_hashes = elf_sym_hashes (abfd); 287 sym_hashes + symtab_hdr->sh_size / sizeof (Elf32_External_Sym); 301 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; 419 struct elf_link_hash_entry **sym_hashes; local 424 sym_hashes = elf_sym_hashes (input_bfd); 463 r_symndx, symtab_hdr, sym_hashes,
|
H A D | elf32-fr30.c | 515 struct elf_link_hash_entry **sym_hashes; local 523 sym_hashes = elf_sym_hashes (input_bfd); 572 r_symndx, symtab_hdr, sym_hashes, 691 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; local 699 sym_hashes = elf_sym_hashes (abfd); 700 sym_hashes_end = sym_hashes + symtab_hdr->sh_size/sizeof (Elf32_External_Sym); 714 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
|
H A D | elf32-mcore.c | 403 struct elf_link_hash_entry ** sym_hashes = elf_sym_hashes (input_bfd); local 478 r_symndx, symtab_hdr, sym_hashes, 617 struct elf_link_hash_entry ** sym_hashes; local 626 sym_hashes = elf_sym_hashes (abfd); 627 sym_hashes_end = sym_hashes + symtab_hdr->sh_size / sizeof (Elf32_External_Sym); 643 h = sym_hashes [r_symndx - symtab_hdr->sh_info];
|
H A D | elf32-iq2000.c | 456 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; local 465 sym_hashes = elf_sym_hashes (abfd); 466 sym_hashes_end = sym_hashes + symtab_hdr->sh_size/sizeof(Elf32_External_Sym); 480 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; 567 struct elf_link_hash_entry ** sym_hashes; local 572 sym_hashes = elf_sym_hashes (input_bfd); 625 r_symndx, symtab_hdr, sym_hashes,
|
H A D | elf32-m68hc1x.c | 380 struct elf_link_hash_entry ** sym_hashes; in elf32_m68hc11_size_stubs() local 382 sym_hashes = elf_sym_hashes (input_bfd); in elf32_m68hc11_size_stubs() 466 (sym_hashes[e_indx]); in elf32_m68hc11_size_stubs() 863 struct elf_link_hash_entry ** sym_hashes; in elf32_m68hc11_check_relocs() local 872 sym_hashes = elf_sym_hashes (abfd); in elf32_m68hc11_check_relocs() 889 h = sym_hashes [r_symndx - symtab_hdr->sh_info]; in elf32_m68hc11_check_relocs() 922 struct elf_link_hash_entry **sym_hashes; in m68hc11_get_relocation_value() local 930 sym_hashes = elf_sym_hashes (input_bfd); in m68hc11_get_relocation_value() 956 r_symndx, symtab_hdr, sym_hashes, in m68hc11_get_relocation_value() 1002 struct elf_link_hash_entry **sym_hashes; in elf32_m68hc11_relocate_section() local [all …]
|
H A D | elf32-avr.c | 455 struct elf_link_hash_entry **sym_hashes, **sym_hashes_end; local 463 sym_hashes = elf_sym_hashes (abfd); 464 sym_hashes_end = sym_hashes + symtab_hdr->sh_size/sizeof (Elf32_External_Sym); 478 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; 719 struct elf_link_hash_entry ** sym_hashes; local 727 sym_hashes = elf_sym_hashes (input_bfd); 765 r_symndx, symtab_hdr, sym_hashes,
|