Searched refs:reloc_vector (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | reloc16.c | 153 arelent **reloc_vector = NULL; in bfd_coff_reloc16_relax_section() local 167 reloc_vector = (arelent **) bfd_malloc ((bfd_size_type) reloc_size); in bfd_coff_reloc16_relax_section() 168 if (!reloc_vector && reloc_size > 0) in bfd_coff_reloc16_relax_section() 173 bfd_canonicalize_reloc (input_bfd, input_section, reloc_vector, in bfd_coff_reloc16_relax_section() 177 free (reloc_vector); in bfd_coff_reloc16_relax_section() 216 for (i = 0, parent = reloc_vector; *parent; parent++, i++) in bfd_coff_reloc16_relax_section() 241 free ((char *) reloc_vector); in bfd_coff_reloc16_relax_section() 258 arelent **reloc_vector; in bfd_coff_reloc16_get_relocated_section_contents() local 277 reloc_vector = (arelent **) bfd_malloc ((bfd_size_type) reloc_size); in bfd_coff_reloc16_get_relocated_section_contents() 278 if (!reloc_vector && reloc_size != 0) in bfd_coff_reloc16_get_relocated_section_contents() [all …]
|
D | syms.c | 986 arelent **reloc_vector; in _bfd_stab_section_find_nearest_line() local 1043 reloc_vector = (arelent **) bfd_malloc (reloc_size); in _bfd_stab_section_find_nearest_line() 1044 if (reloc_vector == NULL && reloc_size != 0) in _bfd_stab_section_find_nearest_line() 1046 reloc_count = bfd_canonicalize_reloc (abfd, info->stabsec, reloc_vector, in _bfd_stab_section_find_nearest_line() 1050 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line() 1051 free (reloc_vector); in _bfd_stab_section_find_nearest_line() 1058 for (pr = reloc_vector; *pr != NULL; pr++) in _bfd_stab_section_find_nearest_line() 1079 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line() 1080 free (reloc_vector); in _bfd_stab_section_find_nearest_line() 1092 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line() [all …]
|
D | bout.c | 1139 arelent **reloc_vector = NULL; in b_out_bfd_relax_section() local 1157 reloc_vector = bfd_malloc ((bfd_size_type) reloc_size); in b_out_bfd_relax_section() 1158 if (reloc_vector == NULL && reloc_size != 0) in b_out_bfd_relax_section() 1163 bfd_canonicalize_reloc (input_bfd, input_section, reloc_vector, in b_out_bfd_relax_section() 1171 for (parent = reloc_vector; *parent; parent++) in b_out_bfd_relax_section() 1195 if (reloc_vector != NULL) in b_out_bfd_relax_section() 1196 free (reloc_vector); in b_out_bfd_relax_section() 1199 if (reloc_vector != NULL) in b_out_bfd_relax_section() 1200 free (reloc_vector); in b_out_bfd_relax_section() 1216 arelent **reloc_vector = NULL; in b_out_bfd_get_relocated_section_contents() local [all …]
|
D | reloc.c | 7555 arelent **reloc_vector; in bfd_generic_get_relocated_section_contents() local 7569 reloc_vector = (arelent **) bfd_malloc (reloc_size); in bfd_generic_get_relocated_section_contents() 7570 if (reloc_vector == NULL) in bfd_generic_get_relocated_section_contents() 7575 reloc_vector, in bfd_generic_get_relocated_section_contents() 7583 for (parent = reloc_vector; *parent != NULL; parent++) in bfd_generic_get_relocated_section_contents() 7667 free (reloc_vector); in bfd_generic_get_relocated_section_contents() 7671 free (reloc_vector); in bfd_generic_get_relocated_section_contents()
|
D | coff-alpha.c | 736 arelent **reloc_vector = NULL; in alpha_ecoff_get_relocated_section_contents() local 747 reloc_vector = (arelent **) bfd_malloc ((bfd_size_type) reloc_size); in alpha_ecoff_get_relocated_section_contents() 748 if (reloc_vector == NULL && reloc_size != 0) in alpha_ecoff_get_relocated_section_contents() 756 reloc_vector, symbols); in alpha_ecoff_get_relocated_section_contents() 806 for (; *reloc_vector != (arelent *) NULL; reloc_vector++) in alpha_ecoff_get_relocated_section_contents() 812 rel = *reloc_vector; in alpha_ecoff_get_relocated_section_contents() 1135 if (reloc_vector != NULL) in alpha_ecoff_get_relocated_section_contents() 1136 free (reloc_vector); in alpha_ecoff_get_relocated_section_contents() 1140 if (reloc_vector != NULL) in alpha_ecoff_get_relocated_section_contents() 1141 free (reloc_vector); in alpha_ecoff_get_relocated_section_contents()
|
D | elfxx-mips.c | 12812 arelent **reloc_vector = NULL; in _bfd_elf_mips_get_relocated_section_contents() local 12818 reloc_vector = bfd_malloc (reloc_size); in _bfd_elf_mips_get_relocated_section_contents() 12819 if (reloc_vector == NULL && reloc_size != 0) in _bfd_elf_mips_get_relocated_section_contents() 12829 reloc_vector, in _bfd_elf_mips_get_relocated_section_contents() 12882 for (parent = reloc_vector; *parent != NULL; parent++) in _bfd_elf_mips_get_relocated_section_contents() 12949 if (reloc_vector != NULL) in _bfd_elf_mips_get_relocated_section_contents() 12950 free (reloc_vector); in _bfd_elf_mips_get_relocated_section_contents() 12954 if (reloc_vector != NULL) in _bfd_elf_mips_get_relocated_section_contents() 12955 free (reloc_vector); in _bfd_elf_mips_get_relocated_section_contents()
|
D | elf32-nds32.c | 12961 arelent **reloc_vector; in nds32_elf_get_relocated_section_contents() local 12975 reloc_vector = (arelent **) bfd_malloc (reloc_size); in nds32_elf_get_relocated_section_contents() 12976 if (reloc_vector == NULL) in nds32_elf_get_relocated_section_contents() 12980 reloc_vector, symbols); in nds32_elf_get_relocated_section_contents() 12987 for (parent = reloc_vector; *parent != NULL; parent++) in nds32_elf_get_relocated_section_contents() 13067 free (reloc_vector); in nds32_elf_get_relocated_section_contents() 13071 free (reloc_vector); in nds32_elf_get_relocated_section_contents()
|