Home
last modified time | relevance | path

Searched refs:save_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
138 save_targ = abfd->xvec; in bfd_check_format_matches()
201 if (format == bfd_archive && save_targ == &binary_vec) in bfd_check_format_matches()
203 abfd->xvec = save_targ; in bfd_check_format_matches()
222 || (!abfd->target_defaulted && *target == save_targ)) in bfd_check_format_matches()
275 abfd->xvec = save_targ; in bfd_check_format_matches()
345 abfd->xvec = save_targ; /* Restore original target type. */ in bfd_check_format_matches()