Lines Matching refs:reloc_vector
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
1229 reloc_vector = bfd_malloc ((bfd_size_type) reloc_size); in b_out_bfd_get_relocated_section_contents()
1230 if (reloc_vector == NULL && reloc_size != 0) in b_out_bfd_get_relocated_section_contents()
1242 reloc_vector, in b_out_bfd_get_relocated_section_contents()
1248 arelent **parent = reloc_vector; in b_out_bfd_get_relocated_section_contents()
1365 if (reloc_vector != NULL) in b_out_bfd_get_relocated_section_contents()
1366 free (reloc_vector); in b_out_bfd_get_relocated_section_contents()
1369 if (reloc_vector != NULL) in b_out_bfd_get_relocated_section_contents()
1370 free (reloc_vector); in b_out_bfd_get_relocated_section_contents()