/toolchain/binutils/binutils-2.25/binutils/ |
D | nlmconv.c | 131 (bfd *, asection *, arelent ***, long *, char *, bfd_size_type); 133 (bfd *, asection *, arelent ***, long *, char *, bfd_size_type); 137 static void i386_mangle_relocs (bfd *, asection *, arelent ***, long *, char *, bfd_size_type); 141 static void alpha_mangle_relocs (bfd *, asection *, arelent ***, long *, char *, bfd_size_type); 147 static void powerpc_mangle_relocs (bfd *, asection *, arelent ***, long *, char *, bfd_size_type); 1204 bfd_set_reloc (outbfd, outsec, (arelent **) NULL, 0); in setup_sections() 1253 arelent **relocs; in copy_sections() 1256 relocs = (arelent **) xmalloc (reloc_size); in copy_sections() 1264 if (outsec->orelocation != (arelent **) NULL) in copy_sections() 1267 arelent **combined; in copy_sections() [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | reloc16.c | 45 bfd_coff_reloc16_get_value (arelent *reloc, in bfd_coff_reloc16_get_value() 153 arelent **reloc_vector = NULL; in bfd_coff_reloc16_relax_section() 167 reloc_vector = (arelent **) bfd_malloc ((bfd_size_type) reloc_size); in bfd_coff_reloc16_relax_section() 210 arelent **parent; in bfd_coff_reloc16_relax_section() 258 arelent **reloc_vector; in bfd_coff_reloc16_get_relocated_section_contents() 277 reloc_vector = (arelent **) bfd_malloc ((bfd_size_type) reloc_size); in bfd_coff_reloc16_get_relocated_section_contents() 293 arelent **parent = reloc_vector; in bfd_coff_reloc16_get_relocated_section_contents() 294 arelent *reloc; in bfd_coff_reloc16_get_relocated_section_contents()
|
D | i386lynx.c | 112 arelent *g, in NAME() 202 arelent *g, in NAME() 323 arelent *cache_ptr, in NAME() 346 arelent *cache_ptr, in NAME() 380 arelent *reloc_cache; in NAME() 412 reloc_cache = (arelent *) bfd_zmalloc (count * sizeof (arelent)); in NAME() 434 arelent *cache_ptr = reloc_cache; in NAME() 446 arelent *cache_ptr = reloc_cache; in NAME() 469 arelent **generic; in NAME() 516 arelent **relptr, in NAME() [all …]
|
D | elfxx-mips.h | 127 (bfd *, asymbol *, arelent *, asection *, bfd_boolean, void *, bfd_vma); 129 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 131 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 133 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 135 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 137 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 159 (bfd_vma, const asection *, const arelent *rel);
|
D | coff-tic80.c | 50 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 52 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 54 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 56 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 365 arelent *reloc_entry ATTRIBUTE_UNUSED, in ppbase_reloc() 380 arelent *reloc_entry ATTRIBUTE_UNUSED, in glob15_reloc() 395 arelent *reloc_entry ATTRIBUTE_UNUSED, in glob16_reloc() 410 arelent *reloc_entry ATTRIBUTE_UNUSED, in local16_reloc() 426 rtype2howto (arelent *cache_ptr, struct internal_reloc *dst) in rtype2howto() 455 arelent genrel; in coff_tic80_rtype_to_howto()
|
D | libnlm.h | 41 arelent reloc; 64 extern long nlmNAME (canonicalize_reloc) (bfd *, asection *, arelent **, asymbol *… 89 arelent * nlm_reloc_fixups; 129 arelent *rel; 171 bfd_boolean (*nlm_read_reloc) (bfd *, nlmNAME (symbol_type) *, asection **, arelent *); 179 bfd_boolean (*nlm_write_import) (bfd *, asection *, arelent *);
|
D | bout.c | 264 arelent **generic; in b_out_squirt_out_relocs() 306 arelent *g = *generic; in b_out_squirt_out_relocs() 489 get_value (arelent *reloc, in get_value() 542 arelent *reloc_entry, in calljx_callback() 580 arelent *reloc_entry, in callj_callback() 675 arelent *cache_ptr; in b_out_slurp_reloc_table() 683 arelent *reloc_cache; in b_out_slurp_reloc_table() 711 amt = ((bfd_size_type) count + 1) * sizeof (arelent); in b_out_slurp_reloc_table() 856 arelent tmp; in b_out_slurp_reloc_table() 857 arelent *cursor = cache_ptr-1; in b_out_slurp_reloc_table() [all …]
|
D | hp300hpux.c | 204 (bfd *, struct hp300hpux_reloc *, arelent *, asymbol **, bfd_size_type); 209 long MY (canonicalize_reloc) (bfd *, sec_ptr, arelent **, asymbol **); 631 arelent *cache_ptr, in MY() 712 arelent *reloc_cache; in MY() 716 arelent *cache_ptr; in MY() 746 reloc_cache = (arelent *) bfd_zalloc (abfd, count * sizeof (arelent)); in MY() 788 long aout_32_canonicalize_reloc (bfd *, sec_ptr, arelent **, asymbol **); 822 arelent **relptr, in MY() 825 arelent *tblptr = section->relocation; in MY()
|
D | elf64-sparc.c | 39 return (sec->reloc_count * 2 + 1) * sizeof (arelent *); in elf64_sparc_get_reloc_upper_bound() 60 arelent *relent; in elf64_sparc_slurp_one_reloc_table() 64 arelent *relents; in elf64_sparc_slurp_one_reloc_table() 186 amt *= 2 * sizeof (arelent); in elf64_sparc_slurp_reloc_table() 187 asect->relocation = (arelent *) bfd_alloc (abfd, amt); in elf64_sparc_slurp_reloc_table() 212 arelent **relptr, asymbol **symbols) in elf64_sparc_canonicalize_reloc() 214 arelent *tblptr; in elf64_sparc_canonicalize_reloc() 241 elf64_sparc_canonicalize_dynamic_reloc (bfd *abfd, arelent **storage, in elf64_sparc_canonicalize_dynamic_reloc() 259 arelent *p; in elf64_sparc_canonicalize_dynamic_reloc() 318 arelent *r = sec->orelocation[idx + 1]; in elf64_sparc_write_relocs() [all …]
|
D | elf64-mips.c | 86 (bfd *, arelent *, Elf_Internal_Rela *); 88 (bfd *, arelent *, Elf_Internal_Rela *); 92 (bfd *, asection *, arelent **, asymbol **); 96 (bfd *, arelent **, asymbol **); 98 (bfd *, asection *, Elf_Internal_Shdr *, bfd_size_type, arelent *, 109 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 111 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 113 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 115 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 117 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); [all …]
|
D | coff-m68k.c | 61 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 116 extern void m68k_rtype2howto (arelent *internal, int relocentry); 129 STAT_REL void m68k_rtype2howto (arelent *, int); 135 m68k_rtype2howto (arelent *internal, int relocentry) in m68k_rtype2howto() 232 arelent relent; in m68kcoff_rtype_to_howto() 263 arelent *reloc_entry, in m68kcoff_common_addend_special_fn() 390 arelent relent; in m68kcoff_common_addend_rtype_to_howto()
|
D | coff-m88k.c | 31 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 50 arelent *reloc_entry, in m88k_special_reloc() 230 rtype2howto (arelent *cache_ptr, struct internal_reloc *dst) in rtype2howto() 252 reloc_processing (arelent *relent, in reloc_processing()
|
D | coff-tic4x.c | 39 tic4x_reloc_processing (arelent *, struct internal_reloc *, 75 arelent *reloc_entry, in tic4x_relocation() 168 tic4x_lookup_howto (arelent *internal, in tic4x_lookup_howto() 196 arelent genrel; in coff_tic4x_rtype_to_howto() 211 tic4x_reloc_processing (arelent *relent, in tic4x_reloc_processing()
|
D | aout-cris.c | 81 static void MY (swap_ext_reloc_out) (bfd *, arelent *, struct reloc_ext_external *); 85 arelent *, asymbol **, bfd_size_type); 147 arelent *g, in MY() 221 arelent *cache_ptr, in MY()
|
D | aout-arm.c | 59 MY (fix_pcrel_26) (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 61 MY (fix_pcrel_26_done) (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 223 arelent *reloc_entry ATTRIBUTE_UNUSED, in MY() 236 arelent *reloc_entry, in MY() 340 void MY_swap_std_reloc_in (bfd *, struct reloc_std_external *, arelent *, asymbol **, bfd_size_type… 341 void MY_swap_std_reloc_out (bfd *, arelent *, struct reloc_std_external *); 348 arelent *cache_ptr, in MY_swap_std_reloc_in() 366 arelent *g, in MY_swap_std_reloc_out()
|
D | mipsbsd.c | 74 (bfd *, arelent *, struct bfd_symbol *, void *, asection *, 77 long MY(canonicalize_reloc) (bfd *, sec_ptr, arelent **, asymbol **); 194 arelent *reloc_entry, in mips_fix_jmp_addr() 239 arelent *reloc_entry, in mips_fix_hi16_s() 339 arelent **relptr, in MY() 342 arelent *tblptr = section->relocation; in MY()
|
D | elf32-i960.c | 47 arelent *reloc_entry, in elf32_i960_relocate() 121 arelent * cache_ptr ATTRIBUTE_UNUSED, in elf32_i960_info_to_howto() 129 arelent *cache_ptr, in elf32_i960_info_to_howto_rel()
|
D | mach-o.h | 615 arelent *dyn_reloc_cache; 658 long bfd_mach_o_canonicalize_reloc (bfd *, asection *, arelent **, asymbol **); 660 long bfd_mach_o_canonicalize_dynamic_reloc (bfd *, arelent **, asymbol **); 734 bfd_boolean (*_bfd_mach_o_swap_reloc_in)(arelent *, bfd_mach_o_reloc_info *); 735 bfd_boolean (*_bfd_mach_o_swap_reloc_out)(arelent *, bfd_mach_o_reloc_info *);
|
D | elf32-mips.c | 53 (bfd *, asymbol *, arelent *, asection *, bfd_boolean, void *, bfd_vma); 55 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 57 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 63 (bfd *, arelent *, Elf_Internal_Rela *); 65 (bfd *, arelent *, Elf_Internal_Rela *); 73 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); 1744 _bfd_mips_elf32_gprel16_reloc (bfd *abfd, arelent *reloc_entry, in _bfd_mips_elf32_gprel16_reloc() 1795 mips_elf_gprel32_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol, in mips_elf_gprel32_reloc() 1831 gprel32_with_gp (bfd *abfd, asymbol *symbol, arelent *reloc_entry, in gprel32_with_gp() 1878 mips32_64bit_reloc (bfd *abfd, arelent *reloc_entry, in mips32_64bit_reloc() [all …]
|
D | ns32k.h | 29 extern bfd_reloc_status_type _bfd_ns32k_reloc_disp (bfd *, arelent *, asymbol *, void *, a… 30 extern bfd_reloc_status_type _bfd_ns32k_reloc_imm (bfd *, arelent *, asymbol *, void *, a…
|
D | elf32-dlx.c | 54 arelent *reloc_entry, in _bfd_dlx_elf_hi16_reloc() 114 arelent *reloc_entry, in elf32_dlx_relocate16() 176 arelent *reloc_entry, in elf32_dlx_relocate26() 556 arelent * cache_ptr ATTRIBUTE_UNUSED, in elf32_dlx_info_to_howto() 564 arelent *cache_ptr, in elf32_dlx_info_to_howto_rel()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-rx.c | 2396 arelent ** 2399 static arelent * reloc[5]; in tc_gen_reloc() 2415 reloc[0] = (arelent *) xmalloc (sizeof (arelent)); in tc_gen_reloc() 2438 reloc[1] = (arelent *) xmalloc (sizeof (arelent)); in tc_gen_reloc() 2445 reloc[2] = (arelent *) xmalloc (sizeof (arelent)); in tc_gen_reloc() 2451 reloc[3] = (arelent *) xmalloc (sizeof (arelent)); in tc_gen_reloc() 2482 reloc[1] = (arelent *) xmalloc (sizeof (arelent)); in tc_gen_reloc() 2504 reloc[2] = (arelent *) xmalloc (sizeof (arelent)); in tc_gen_reloc() 2510 reloc[3] = (arelent *) xmalloc (sizeof (arelent)); in tc_gen_reloc() 2522 reloc[1] = (arelent *) xmalloc (sizeof (arelent)); in tc_gen_reloc() [all …]
|
/toolchain/binutils/binutils-2.25/ld/ |
D | pep-dll.h | 56 (struct bfd_link_info *, const char *, int (*) (arelent *, asection *)); 57 extern void pep_create_import_fixup (arelent * rel, asection *, bfd_vma);
|
D | pe-dll.h | 65 (struct bfd_link_info *, const char *, int (*) (arelent *, asection *)); 67 (arelent * rel, asection *, bfd_vma);
|
/toolchain/binutils/binutils-2.25/gas/ |
D | tc.h | 74 extern arelent *tc_gen_reloc (asection *, fixS *); 76 extern arelent **tc_gen_reloc (asection *, fixS *);
|