Lines Matching refs:target_vec
151 const bfd_target *target_vec; in bfd_openr() local
157 target_vec = bfd_find_target (target, nbfd); in bfd_openr()
158 if (target_vec == NULL) in bfd_openr()
215 const bfd_target *target_vec; in bfd_fdopenr() local
231 target_vec = bfd_find_target (target, nbfd); in bfd_fdopenr()
232 if (target_vec == NULL) in bfd_fdopenr()
300 const bfd_target *target_vec; in bfd_openstreamr() local
306 target_vec = bfd_find_target (target, nbfd); in bfd_openstreamr()
307 if (target_vec == NULL) in bfd_openstreamr()
350 const bfd_target *target_vec; in bfd_openw() local
358 target_vec = bfd_find_target (target, nbfd); in bfd_openw()
359 if (target_vec == NULL) in bfd_openw()