Lines Matching refs:reloc_vector
1000 arelent **reloc_vector; in _bfd_stab_section_find_nearest_line() local
1061 reloc_vector = (arelent **) bfd_malloc (reloc_size); in _bfd_stab_section_find_nearest_line()
1062 if (reloc_vector == NULL && reloc_size != 0) in _bfd_stab_section_find_nearest_line()
1064 reloc_count = bfd_canonicalize_reloc (abfd, info->stabsec, reloc_vector, in _bfd_stab_section_find_nearest_line()
1068 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line()
1069 free (reloc_vector); in _bfd_stab_section_find_nearest_line()
1076 for (pr = reloc_vector; *pr != NULL; pr++) in _bfd_stab_section_find_nearest_line()
1100 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line()
1101 free (reloc_vector); in _bfd_stab_section_find_nearest_line()
1113 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line()
1114 free (reloc_vector); in _bfd_stab_section_find_nearest_line()