Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/bfd/
Dopncls.c151 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
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dopncls.c160 const bfd_target *target_vec; in bfd_fopen() local
166 target_vec = bfd_find_target (target, nbfd); in bfd_fopen()
167 if (target_vec == NULL) in bfd_fopen()
322 const bfd_target *target_vec; in bfd_openstreamr() local
328 target_vec = bfd_find_target (target, nbfd); in bfd_openstreamr()
329 if (target_vec == NULL) in bfd_openstreamr()
489 const bfd_target *target_vec; in bfd_openr_iovec() local
497 target_vec = bfd_find_target (target, nbfd); in bfd_openr_iovec()
498 if (target_vec == NULL) in bfd_openr_iovec()
549 const bfd_target *target_vec; in bfd_openw() local
[all …]