Home
last modified time | relevance | path

Searched refs:bfd_reloc (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-gen.c46 arelent *bfd_reloc, in elf_generic_info_to_howto() argument
49 bfd_reloc->howto = &dummy; in elf_generic_info_to_howto()
54 arelent *bfd_reloc, in elf_generic_info_to_howto_rel() argument
57 bfd_reloc->howto = &dummy; in elf_generic_info_to_howto_rel()
Delf64-gen.c46 arelent *bfd_reloc, in elf_generic_info_to_howto() argument
49 bfd_reloc->howto = &dummy; in elf_generic_info_to_howto()
54 arelent *bfd_reloc, in elf_generic_info_to_howto_rel() argument
57 bfd_reloc->howto = &dummy; in elf_generic_info_to_howto_rel()
Dsom.c1200 arelent *bfd_reloc, in som_reloc_call() argument
1204 int arg_bits = HPPA_R_ARG_RELOC (bfd_reloc->addend); in som_reloc_call()
1257 bfd_put_8 (abfd, bfd_reloc->howto->type + type, p); in som_reloc_call()
1283 bfd_put_8 (abfd, bfd_reloc->howto->type + 10 in som_reloc_call()
2649 arelent *bfd_reloc = subsection->orelocation[j]; in som_write_fixups() local
2655 if ((*bfd_reloc->sym_ptr_ptr)->flags & BSF_SECTION_SYM) in som_write_fixups()
2656 sym_num = (*bfd_reloc->sym_ptr_ptr)->udata.i; in som_write_fixups()
2658 sym_num = som_symbol_data (*bfd_reloc->sym_ptr_ptr)->index; in som_write_fixups()
2679 skip = bfd_reloc->address - reloc_offset; in som_write_fixups()
2688 switch (bfd_reloc->howto->type) in som_write_fixups()
[all …]
Delf32-h8300.c260 elf32_h8_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED, arelent *bfd_reloc, in elf32_h8_info_to_howto() argument
270 bfd_reloc->howto = &h8_elf_howto_table[i]; in elf32_h8_info_to_howto()
277 elf32_h8_info_to_howto_rel (bfd *abfd ATTRIBUTE_UNUSED, arelent *bfd_reloc, in elf32_h8_info_to_howto_rel() argument
284 bfd_reloc->howto = &h8_elf_howto_table[r]; in elf32_h8_info_to_howto_rel()
460 arelent bfd_reloc; in elf32_h8_relocate_section() local
463 elf32_h8_info_to_howto (input_bfd, &bfd_reloc, rel); in elf32_h8_relocate_section()
464 howto = bfd_reloc.howto; in elf32_h8_relocate_section()
Delf32-i860.c892 arelent *bfd_reloc, in elf32_i860_info_to_howto_rela() argument
895 bfd_reloc->howto in elf32_i860_info_to_howto_rela()
Delf-hppa.h894 arelent *bfd_reloc, in elf_hppa_info_to_howto() argument
899 bfd_reloc->howto = &elf_hppa_howto_table[ELF_R_TYPE (elf_reloc->r_info)]; in elf_hppa_info_to_howto()
906 arelent *bfd_reloc, in elf_hppa_info_to_howto_rel() argument
911 bfd_reloc->howto = &elf_hppa_howto_table[ELF_R_TYPE (elf_reloc->r_info)]; in elf_hppa_info_to_howto_rel()
Delf32-arm.c1280 elf32_arm_info_to_howto (bfd * abfd ATTRIBUTE_UNUSED, arelent * bfd_reloc, in elf32_arm_info_to_howto() argument
1286 bfd_reloc->howto = elf32_arm_howto_from_type (r_type); in elf32_arm_info_to_howto()
4031 arelent bfd_reloc; in elf32_arm_relocate_section() local
4043 bfd_reloc.howto = elf32_arm_howto_from_type (r_type); in elf32_arm_relocate_section()
4044 howto = bfd_reloc.howto; in elf32_arm_relocate_section()
Delfxx-ia64.c188 PARAMS ((bfd *abfd, arelent *bfd_reloc, Elf_Internal_Rela *elf_reloc));
611 elfNN_ia64_info_to_howto (abfd, bfd_reloc, elf_reloc) in elfNN_ia64_info_to_howto() argument
613 arelent *bfd_reloc;
616 bfd_reloc->howto
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-sh.c4254 bfd_reloc_code_real_type bfd_reloc; member
4301 for (rm = coff_reloc_map; rm->bfd_reloc != BFD_RELOC_UNUSED; rm++) in sh_coff_reloc_mangle()
4302 if (rm->bfd_reloc == (bfd_reloc_code_real_type) fix->fx_r_type) in sh_coff_reloc_mangle()
4304 if (rm->bfd_reloc == BFD_RELOC_UNUSED) in sh_coff_reloc_mangle()