Lines Matching refs:reloc_vector
988 arelent **reloc_vector; in _bfd_stab_section_find_nearest_line() local
1045 reloc_vector = (arelent **) bfd_malloc (reloc_size); in _bfd_stab_section_find_nearest_line()
1046 if (reloc_vector == NULL && reloc_size != 0) in _bfd_stab_section_find_nearest_line()
1048 reloc_count = bfd_canonicalize_reloc (abfd, info->stabsec, reloc_vector, in _bfd_stab_section_find_nearest_line()
1052 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line()
1053 free (reloc_vector); in _bfd_stab_section_find_nearest_line()
1060 for (pr = reloc_vector; *pr != NULL; pr++) in _bfd_stab_section_find_nearest_line()
1081 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line()
1082 free (reloc_vector); in _bfd_stab_section_find_nearest_line()
1096 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line()
1097 free (reloc_vector); in _bfd_stab_section_find_nearest_line()