Lines Matching refs:syms
218 asymbol **syms, **sym_end; in coff_i960_relocate() local
221 syms = bfd_get_outsymbols (output_bfd); in coff_i960_relocate()
222 sym_end = syms + bfd_get_symcount (output_bfd); in coff_i960_relocate()
223 for (; syms < sym_end; syms++) in coff_i960_relocate()
225 if (bfd_asymbol_name (*syms) != NULL in coff_i960_relocate()
226 && (*syms)->value == 0 in coff_i960_relocate()
227 && strcmp ((*syms)->section->output_section->name, in coff_i960_relocate()
232 if (syms >= sym_end) in coff_i960_relocate()
235 reloc_entry->sym_ptr_ptr = syms; in coff_i960_relocate()
244 coff_section_data (output_bfd, osec)->tdata = syms; in coff_i960_relocate()
371 struct internal_syment *syms, in coff_i960_relocate_section() argument
400 sym = syms + symndx; in coff_i960_relocate_section()