Home
last modified time | relevance | path

Searched refs:input_bfd (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-12-stable/contrib/binutils/bfd/
Dreloc.c1335 bfd *input_bfd, in _bfd_final_link_relocate() argument
1345 if (address > bfd_get_section_limit (input_bfd, input_section)) in _bfd_final_link_relocate()
1372 return _bfd_relocate_contents (howto, input_bfd, relocation, in _bfd_final_link_relocate()
1380 bfd *input_bfd, in _bfd_relocate_contents() argument
1403 x = bfd_get_8 (input_bfd, location); in _bfd_relocate_contents()
1406 x = bfd_get_16 (input_bfd, location); in _bfd_relocate_contents()
1409 x = bfd_get_32 (input_bfd, location); in _bfd_relocate_contents()
1413 x = bfd_get_64 (input_bfd, location); in _bfd_relocate_contents()
1436 addrmask = N_ONES (bfd_arch_bits_per_address (input_bfd)) | fieldmask; in _bfd_relocate_contents()
1527 bfd_put_8 (input_bfd, x, location); in _bfd_relocate_contents()
[all …]
Dcoff-alpha.c781 bfd *input_bfd = link_order->u.indirect.section->owner; local
783 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section);
800 if (! bfd_get_section_contents (input_bfd, input_section, data, 0, sz))
803 reloc_count = bfd_canonicalize_reloc (input_bfd, input_section,
881 r = bfd_perform_relocation (input_bfd, rel, data, input_section,
893 r = bfd_perform_relocation (input_bfd, rel, data, input_section,
924 insn = bfd_get_32 (input_bfd, data + rel->address);
929 r = bfd_perform_relocation (input_bfd, rel, data, input_section,
957 insn1 = bfd_get_32 (input_bfd, data + rel->address);
958 insn2 = bfd_get_32 (input_bfd, data + rel->address + rel->addend);
[all …]
Delf32-cr16.c481 bfd *input_bfd, in cr16_elf_final_link_relocate() argument
589 Rvalue1 = bfd_get_16 (input_bfd, hit_data); in cr16_elf_final_link_relocate()
592 bfd_put_16 (input_bfd, Rvalue, hit_data); in cr16_elf_final_link_relocate()
599 Rvalue |= (bfd_get_16 (input_bfd, hit_data)); in cr16_elf_final_link_relocate()
602 bfd_put_16 (input_bfd, Rvalue, hit_data); in cr16_elf_final_link_relocate()
609 Rvalue |= (((bfd_get_16 (input_bfd, hit_data) << 16) in cr16_elf_final_link_relocate()
610 | (bfd_get_16 (input_bfd, hit_data + 2))) in cr16_elf_final_link_relocate()
612 Rvalue |= (bfd_get_16 (input_bfd, hit_data + 2) << 16); in cr16_elf_final_link_relocate()
620 bfd_put_16 (input_bfd, (Rvalue) & 0xffff, hit_data); in cr16_elf_final_link_relocate()
621 bfd_put_16 (input_bfd, (Rvalue >> 16)& 0xffff, hit_data + 2); in cr16_elf_final_link_relocate()
[all …]
Dpe-mips.c587 bfd *input_bfd, in coff_pe_mips_relocate_section() argument
605 (_("%B: `ld -r' not supported with PE MIPS objects\n"), input_bfd); in coff_pe_mips_relocate_section()
610 BFD_ASSERT (input_bfd->xvec->byteorder in coff_pe_mips_relocate_section()
639 h = obj_coff_sym_hashes (input_bfd)[symndx]; in coff_pe_mips_relocate_section()
653 howto = bfd_coff_rtype_to_howto (input_bfd, input_section, rel, h, in coff_pe_mips_relocate_section()
687 if (! obj_pe (input_bfd)) in coff_pe_mips_relocate_section()
707 (info, h->root.root.string, input_bfd, input_section, in coff_pe_mips_relocate_section()
722 input_bfd, x); \ in coff_pe_mips_relocate_section()
736 tmp = bfd_get_32 (input_bfd, mem); in coff_pe_mips_relocate_section()
739 bfd_put_32 (input_bfd, tmp, mem); in coff_pe_mips_relocate_section()
[all …]
Dcoff-mips.c62 bfd *input_bfd, asection *input_section, bfd_byte *contents,
795 mips_relocate_hi (refhi, reflo, input_bfd, input_section, contents, in mips_relocate_hi() argument
799 bfd *input_bfd;
811 insn = bfd_get_32 (input_bfd,
816 vallo = (bfd_get_32 (input_bfd,
835 bfd_put_32 (input_bfd, (bfd_vma) insn,
842 mips_relocate_section (output_bfd, info, input_bfd, input_section, in mips_relocate_section() argument
846 bfd *input_bfd;
862 BFD_ASSERT (input_bfd->xvec->byteorder
868 symndx_to_section = ecoff_data (input_bfd)->symndx_to_section;
[all …]
Dcofflink.c1294 mark_relocs (struct coff_final_link_info *finfo, bfd *input_bfd) in mark_relocs() argument
1298 if ((bfd_get_file_flags (input_bfd) & HAS_SYMS) == 0) in mark_relocs()
1301 for (a = input_bfd->sections; a != (asection *) NULL; a = a->next) in mark_relocs()
1315 (input_bfd, a, FALSE, in mark_relocs()
1342 _bfd_coff_link_input_bfd (struct coff_final_link_info *finfo, bfd *input_bfd) in _bfd_coff_link_input_bfd() argument
1344 unsigned int n_tmask = coff_data (input_bfd)->local_n_tmask; in _bfd_coff_link_input_bfd()
1345 unsigned int n_btshft = coff_data (input_bfd)->local_n_btshft; in _bfd_coff_link_input_bfd()
1371 isymesz = bfd_coff_symesz (input_bfd); in _bfd_coff_link_input_bfd()
1373 linesz = bfd_coff_linesz (input_bfd); in _bfd_coff_link_input_bfd()
1383 if (! _bfd_coff_get_external_symbols (input_bfd)) in _bfd_coff_link_input_bfd()
[all …]
Dreloc16.c147 bfd *input_bfd = input_section->owner; local
150 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section);
167 bfd_canonicalize_reloc (input_bfd, input_section, reloc_vector,
168 _bfd_generic_link_get_symbols (input_bfd));
254 bfd *input_bfd = link_order->u.indirect.section->owner; local
256 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section);
273 if (!bfd_get_section_contents (input_bfd, input_section, data, 0, sz))
280 reloc_count = bfd_canonicalize_reloc (input_bfd,
323 bfd_coff_reloc16_extra_cases (input_bfd, link_info, link_order,
Daoutx.h3866 bfd *input_bfd, in aout_link_input_section_std() argument
3889 BFD_ASSERT (obj_reloc_entry_size (input_bfd) == RELOC_STD_SIZE); in aout_link_input_section_std()
3890 BFD_ASSERT (input_bfd->xvec->header_byteorder in aout_link_input_section_std()
3894 syms = obj_aout_external_syms (input_bfd); in aout_link_input_section_std()
3895 strings = obj_aout_external_strings (input_bfd); in aout_link_input_section_std()
3896 sym_hashes = obj_aout_sym_hashes (input_bfd); in aout_link_input_section_std()
3914 r_addr = GET_SWORD (input_bfd, rel->r_address); in aout_link_input_section_std()
3917 howto = MY_reloc_howto (input_bfd, rel, r_index, r_extern, r_pcrel); in aout_link_input_section_std()
3925 if (bfd_header_big_endian (input_bfd)) in aout_link_input_section_std()
4030 name = strings + GET_WORD (input_bfd, in aout_link_input_section_std()
[all …]
Delf32-score.c1101 score_elf_local_relocation_p (bfd *input_bfd, in score_elf_local_relocation_p() argument
1112 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; in score_elf_local_relocation_p()
1113 extsymoff = (elf_bad_symtab (input_bfd)) ? 0 : symtab_hdr->sh_info; in score_elf_local_relocation_p()
1117 if (elf_bad_symtab (input_bfd) && local_sections[r_symndx] != NULL) in score_elf_local_relocation_p()
1124 elf_sym_hashes (input_bfd) [r_symndx - extsymoff]; in score_elf_local_relocation_p()
1670 bfd *input_bfd ATTRIBUTE_UNUSED, bfd_vma index) in score_elf_got_offset_from_index()
1836 bfd *input_bfd, in score_elf_final_link_relocate() argument
1889 elf_gp (output_bfd) = lo + ELF_SCORE_GP_OFFSET (input_bfd); in score_elf_final_link_relocate()
1903 local_p = score_elf_local_relocation_p (input_bfd, rel, local_sections, TRUE); in score_elf_final_link_relocate()
1914 lo16_rel = score_elf_next_relocation (input_bfd, R_SCORE_GOT_LO16, rel, relend); in score_elf_final_link_relocate()
[all …]
Delf32-mep.c232 bfd * input_bfd, in mep_final_link_relocate() argument
245 if (bfd_big_endian (input_bfd)) in mep_final_link_relocate()
482 bfd * input_bfd, in mep_elf_relocate_section() argument
494 symtab_hdr = & elf_tdata (input_bfd)->symtab_hdr; in mep_elf_relocate_section()
495 sym_hashes = elf_sym_hashes (input_bfd); in mep_elf_relocate_section()
520 input_bfd, input_section, contents, in mep_elf_relocate_section()
537 (input_bfd, symtab_hdr->sh_link, sym->st_name); in mep_elf_relocate_section()
538 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name; in mep_elf_relocate_section()
581 (info, h->root.root.string, input_bfd, in mep_elf_relocate_section()
596 _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset); in mep_elf_relocate_section()
[all …]
Delf32-i386.c2202 bfd *input_bfd, in elf_i386_relocate_section() argument
2218 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; in elf_i386_relocate_section()
2219 sym_hashes = elf_sym_hashes (input_bfd); in elf_i386_relocate_section()
2220 local_got_offsets = elf_local_got_offsets (input_bfd); in elf_i386_relocate_section()
2221 local_tlsdesc_gotents = elf_i386_local_tlsdesc_gotent (input_bfd); in elf_i386_relocate_section()
2253 input_bfd, input_section, r_type); in elf_i386_relocate_section()
2283 addend = bfd_get_8 (input_bfd, where); in elf_i386_relocate_section()
2291 addend = bfd_get_16 (input_bfd, where); in elf_i386_relocate_section()
2299 addend = bfd_get_32 (input_bfd, where); in elf_i386_relocate_section()
2327 bfd_put_8 (input_bfd, addend, where); in elf_i386_relocate_section()
[all …]
Delf32-arm.c4031 bfd * input_bfd, in elf32_thumb_to_arm_stub() argument
4075 sym_sec->owner, input_bfd, name); in elf32_thumb_to_arm_stub()
4124 tmp = bfd_get_32 (input_bfd, hit_data in elf32_thumb_to_arm_stub()
4139 bfd * input_bfd, in elf32_arm_create_thumb_stub() argument
4171 sym_sec->owner, input_bfd, name); in elf32_arm_create_thumb_stub()
4232 bfd * input_bfd, in elf32_arm_to_thumb_stub() argument
4260 myh = elf32_arm_create_thumb_stub (info, name, input_bfd, output_bfd, in elf32_arm_to_thumb_stub()
4266 tmp = bfd_get_32 (input_bfd, hit_data); in elf32_arm_to_thumb_stub()
4495 bfd * input_bfd, in elf32_arm_final_link_relocate() argument
4549 symtab_hdr = & elf_tdata (input_bfd)->symtab_hdr; in elf32_arm_final_link_relocate()
[all …]
Dcoff-arm.c1018 bfd *input_bfd) in find_thumb_glue() argument
1036 input_bfd, tmp_name, name); in find_thumb_glue()
1047 bfd *input_bfd) in find_arm_glue() argument
1065 input_bfd, tmp_name, name); in find_arm_glue()
1164 bfd *input_bfd, in coff_arm_relocate_section() argument
1174 bfd_vma high_address = bfd_get_section_limit (input_bfd, input_section); in coff_arm_relocate_section()
1201 h = obj_coff_sym_hashes (input_bfd)[symndx]; in coff_arm_relocate_section()
1215 howto = coff_rtype_to_howto (input_bfd, input_section, rel, h, in coff_arm_relocate_section()
1342 myh = find_arm_glue (info, name, input_bfd); in coff_arm_relocate_section()
1368 h_sec->owner, input_bfd, name); in coff_arm_relocate_section()
[all …]
Decofflink.c357 bfd *input_bfd; member
409 add_file_shuffle (ainfo, head, tail, input_bfd, offset, size) in add_file_shuffle() argument
413 bfd *input_bfd;
421 && (*tail)->u.file.input_bfd == input_bfd
441 n->u.file.input_bfd = input_bfd;
581 input_bfd, input_debug, input_swap, in bfd_ecoff_debug_accumulate() argument
587 bfd *input_bfd;
632 sec = bfd_get_section_by_name (input_bfd, name); \
668 input_debug->ifdmap = (RFDT *) bfd_alloc (input_bfd, amt);
699 (*input_swap->swap_fdr_in) (input_bfd, (PTR) fdr_ptr, &fdr);
[all …]
Delfxx-mips.c2604 bfd *input_bfd, bfd_vma index) in mips_elf_got_offset_from_index() argument
2612 + mips_elf_adjust_gp (output_bfd, g, input_bfd); in mips_elf_got_offset_from_index()
3616 mips_elf_local_relocation_p (bfd *input_bfd, in mips_elf_local_relocation_p() argument
3626 r_symndx = ELF_R_SYM (input_bfd, relocation->r_info); in mips_elf_local_relocation_p()
3627 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; in mips_elf_local_relocation_p()
3628 extsymoff = (elf_bad_symtab (input_bfd)) ? 0 : symtab_hdr->sh_info; in mips_elf_local_relocation_p()
3632 if (elf_bad_symtab (input_bfd) && local_sections[r_symndx] != NULL) in mips_elf_local_relocation_p()
3640 elf_sym_hashes (input_bfd) [r_symndx - extsymoff]; in mips_elf_local_relocation_p()
3862 mips_elf_calculate_relocation (bfd *abfd, bfd *input_bfd, in mips_elf_calculate_relocation() argument
3917 r_symndx = ELF_R_SYM (input_bfd, relocation->r_info); in mips_elf_calculate_relocation()
[all …]
Dcoff-rs6000.c2767 xcoff_reloc_type_noop (input_bfd, input_section, output_bfd, rel, sym, howto, in xcoff_reloc_type_noop() argument
2769 bfd *input_bfd ATTRIBUTE_UNUSED; in xcoff_reloc_type_noop()
2784 xcoff_reloc_type_fail (input_bfd, input_section, output_bfd, rel, sym, howto, in xcoff_reloc_type_fail() argument
2786 bfd *input_bfd; in xcoff_reloc_type_fail()
2799 bfd_get_filename (input_bfd), (unsigned int) rel->r_type);
2805 xcoff_reloc_type_pos (input_bfd, input_section, output_bfd, rel, sym, howto, in xcoff_reloc_type_pos() argument
2807 bfd *input_bfd ATTRIBUTE_UNUSED; in xcoff_reloc_type_pos()
2823 xcoff_reloc_type_neg (input_bfd, input_section, output_bfd, rel, sym, howto, in xcoff_reloc_type_neg() argument
2825 bfd *input_bfd ATTRIBUTE_UNUSED; in xcoff_reloc_type_neg()
2841 xcoff_reloc_type_rel (input_bfd, input_section, output_bfd, rel, sym, howto, in xcoff_reloc_type_rel() argument
[all …]
Delf64-x86-64.c2045 bfd *input_bfd, asection *input_section, in elf64_x86_64_relocate_section() argument
2059 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; in elf64_x86_64_relocate_section()
2060 sym_hashes = elf_sym_hashes (input_bfd); in elf64_x86_64_relocate_section()
2061 local_got_offsets = elf_local_got_offsets (input_bfd); in elf64_x86_64_relocate_section()
2062 local_tlsdesc_gotents = elf64_x86_64_local_tlsdesc_gotent (input_bfd); in elf64_x86_64_relocate_section()
2108 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel, in elf64_x86_64_relocate_section()
2119 _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset); in elf64_x86_64_relocate_section()
2272 input_bfd, h->root.root.string); in elf64_x86_64_relocate_section()
2356 input_bfd, h->root.root.string); in elf64_x86_64_relocate_section()
2360 input_bfd, x86_64_elf_howto_table[r_type].name, in elf64_x86_64_relocate_section()
[all …]
Dbout.c1141 bfd *input_bfd = i->owner; in b_out_bfd_relax_section() local
1145 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section); in b_out_bfd_relax_section()
1164 bfd_canonicalize_reloc (input_bfd, input_section, reloc_vector, in b_out_bfd_relax_section()
1165 _bfd_generic_link_get_symbols (input_bfd)); in b_out_bfd_relax_section()
1184 shrink = abs32code (input_bfd, input_section, r, shrink, in b_out_bfd_relax_section()
1214 bfd *input_bfd = link_order->u.indirect.section->owner; in b_out_bfd_get_relocated_section_contents() local
1216 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section); in b_out_bfd_get_relocated_section_contents()
1235 BFD_ASSERT (bfd_get_section_contents (input_bfd, in b_out_bfd_get_relocated_section_contents()
1241 reloc_count = bfd_canonicalize_reloc (input_bfd, in b_out_bfd_get_relocated_section_contents()
1282 calljx_callback (input_bfd, link_info, reloc, in b_out_bfd_get_relocated_section_contents()
[all …]
Delfxx-sparc.c2381 entry->input_bfd = output_bfd; in _bfd_sparc_elf_size_dynamic_sections()
2461 bfd *input_bfd, in _bfd_sparc_elf_relocate_section() argument
2480 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; in _bfd_sparc_elf_relocate_section()
2481 sym_hashes = elf_sym_hashes (input_bfd); in _bfd_sparc_elf_relocate_section()
2482 local_got_offsets = elf_local_got_offsets (input_bfd); in _bfd_sparc_elf_relocate_section()
2538 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel, in _bfd_sparc_elf_relocate_section()
2560 _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset); in _bfd_sparc_elf_relocate_section()
2897 input_bfd); in _bfd_sparc_elf_relocate_section()
2927 if (! ABI_64_P (input_bfd) in _bfd_sparc_elf_relocate_section()
2928 && ! _bfd_sparc_elf_tdata (input_bfd)->has_tlsgd) in _bfd_sparc_elf_relocate_section()
[all …]
Dxcofflink.c3396 bfd *input_bfd) in xcoff_link_input_bfd() argument
3422 if ((input_bfd->flags & DYNAMIC) != 0 in xcoff_link_input_bfd()
3430 isymesz = bfd_coff_symesz (input_bfd); in xcoff_link_input_bfd()
3432 linesz = bfd_coff_linesz (input_bfd); in xcoff_link_input_bfd()
3435 n_tmask = coff_data (input_bfd)->local_n_tmask; in xcoff_link_input_bfd()
3436 n_btshft = coff_data (input_bfd)->local_n_btshft; in xcoff_link_input_bfd()
3449 if (! _bfd_coff_get_external_symbols (input_bfd)) in xcoff_link_input_bfd()
3452 esym = (bfd_byte *) obj_coff_external_syms (input_bfd); in xcoff_link_input_bfd()
3453 esym_end = esym + obj_raw_syment_count (input_bfd) * isymesz; in xcoff_link_input_bfd()
3454 sym_hash = obj_xcoff_sym_hashes (input_bfd); in xcoff_link_input_bfd()
[all …]
Delf64-s390.c2203 invalid_tls_insn (input_bfd, input_section, rel) in invalid_tls_insn() argument
2204 bfd *input_bfd; in invalid_tls_insn()
2213 input_bfd,
2223 elf_s390_relocate_section (output_bfd, info, input_bfd, input_section, in elf_s390_relocate_section() argument
2227 bfd *input_bfd;
2242 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
2243 sym_hashes = elf_sym_hashes (input_bfd);
2244 local_got_offsets = elf_local_got_offsets (input_bfd);
2289 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
2300 _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset);
[all …]
Dlinker.c2053 bfd *input_bfd; in _bfd_generic_final_link() local
2060 input_bfd = input_section->owner; in _bfd_generic_final_link()
2061 relsize = bfd_get_reloc_upper_bound (input_bfd, in _bfd_generic_final_link()
2068 symbols = _bfd_generic_link_get_symbols (input_bfd); in _bfd_generic_final_link()
2069 reloc_count = bfd_canonicalize_reloc (input_bfd, in _bfd_generic_final_link()
2158 bfd *input_bfd, in _bfd_generic_link_output_symbols() argument
2165 if (! generic_link_read_symbols (input_bfd)) in _bfd_generic_link_output_symbols()
2173 for (sec = input_bfd->sections; sec != NULL; sec = sec->next) in _bfd_generic_link_output_symbols()
2179 newsym = bfd_make_empty_symbol (input_bfd); in _bfd_generic_link_output_symbols()
2182 newsym->name = input_bfd->filename; in _bfd_generic_link_output_symbols()
[all …]
Delf64-alpha.c3924 bfd *input_bfd, asection *input_section, in elf64_alpha_relocate_section_r() argument
3936 symtab_hdr_sh_info = elf_tdata (input_bfd)->symtab_hdr.sh_info; in elf64_alpha_relocate_section_r()
3937 sym_hashes = elf_sym_hashes (input_bfd); in elf64_alpha_relocate_section_r()
3952 input_bfd, (int) r_type); in elf64_alpha_relocate_section_r()
3993 input_bfd, contents + rel->r_offset); in elf64_alpha_relocate_section_r()
4010 bfd *input_bfd, asection *input_section, in elf64_alpha_relocate_section() argument
4026 return elf64_alpha_relocate_section_r (output_bfd, info, input_bfd, in elf64_alpha_relocate_section()
4034 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; in elf64_alpha_relocate_section()
4046 (input_bfd, elf_elfheader(input_bfd)->e_shstrndx, in elf64_alpha_relocate_section()
4055 gotobj = alpha_elf_tdata (input_bfd)->gotobj; in elf64_alpha_relocate_section()
[all …]
Delflink.c579 bfd *input_bfd, in bfd_elf_link_record_local_dynamic_symbol() argument
596 if (entry->input_bfd == input_bfd && entry->input_indx == input_indx) in bfd_elf_link_record_local_dynamic_symbol()
600 entry = bfd_alloc (input_bfd, amt); in bfd_elf_link_record_local_dynamic_symbol()
605 if (!bfd_elf_get_elf_syms (input_bfd, &elf_tdata (input_bfd)->symtab_hdr, in bfd_elf_link_record_local_dynamic_symbol()
608 bfd_release (input_bfd, entry); in bfd_elf_link_record_local_dynamic_symbol()
618 s = bfd_section_from_elf_index (input_bfd, entry->isym.st_shndx); in bfd_elf_link_record_local_dynamic_symbol()
623 bfd_release (input_bfd, entry); in bfd_elf_link_record_local_dynamic_symbol()
629 (input_bfd, elf_tdata (input_bfd)->symtab_hdr.sh_link, in bfd_elf_link_record_local_dynamic_symbol()
650 entry->input_bfd = input_bfd; in bfd_elf_link_record_local_dynamic_symbol()
667 bfd *input_bfd, in _bfd_elf_link_lookup_local_dynindx() argument
[all …]
Dcoff-ppc.c988 coff_ppc_relocate_section (output_bfd, info, input_bfd, input_section, in coff_ppc_relocate_section() argument
992 bfd *input_bfd;
1046 (obj_coff_sym_hashes (input_bfd)[symndx]);
1094 (info, h->root.root.root.string, input_bfd, input_section,
1107 (_("%B: unsupported relocation type 0x%02x"), input_bfd, r_type);
1144 local_toc_table = obj_coff_local_toc_table(input_bfd);
1197 input_bfd, name,
1252 input_bfd, (unsigned long) toc_section->size);
1259 rstat = _bfd_relocate_contents (howto, input_bfd, relocation, loc);
1278 x = bfd_get_32 (input_bfd, loc);
[all …]

123