Home
last modified time | relevance | path

Searched refs:right_targ (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/binutils/bfd/
HDformat.c122 const bfd_target *save_targ, *right_targ, *ar_right_targ; in bfd_check_format_matches() local
153 right_targ = 0; in bfd_check_format_matches()
169 right_targ = BFD_SEND_FMT (abfd, _bfd_check_format, (abfd)); in bfd_check_format_matches()
171 if (right_targ) in bfd_check_format_matches()
173 abfd->xvec = right_targ; /* Set the target as returned. */ in bfd_check_format_matches()
245 right_targ = temp; in bfd_check_format_matches()
288 right_targ = ar_right_targ; in bfd_check_format_matches()
290 if (right_targ == bfd_default_vector[0]) in bfd_check_format_matches()
311 while ((right_targ = *assoc++) != NULL) in bfd_check_format_matches()
316 if (matching_vector[i] == right_targ) in bfd_check_format_matches()
[all …]