Lines Matching refs:reloc_vector
989 arelent **reloc_vector; in _bfd_stab_section_find_nearest_line() local
1046 reloc_vector = (arelent **) bfd_malloc (reloc_size); in _bfd_stab_section_find_nearest_line()
1047 if (reloc_vector == NULL && reloc_size != 0) in _bfd_stab_section_find_nearest_line()
1049 reloc_count = bfd_canonicalize_reloc (abfd, info->stabsec, reloc_vector, in _bfd_stab_section_find_nearest_line()
1053 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line()
1054 free (reloc_vector); in _bfd_stab_section_find_nearest_line()
1061 for (pr = reloc_vector; *pr != NULL; pr++) in _bfd_stab_section_find_nearest_line()
1082 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line()
1083 free (reloc_vector); in _bfd_stab_section_find_nearest_line()
1095 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line()
1096 free (reloc_vector); in _bfd_stab_section_find_nearest_line()