Searched refs:target_ptr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delfcore.h146 const bfd_target * const *target_ptr; local
154 for (target_ptr = bfd_target_vector; *target_ptr != NULL; target_ptr++)
158 if ((*target_ptr)->flavour != bfd_target_elf_flavour)
160 back = (const struct elf_backend_data *) (*target_ptr)->backend_data;
167 /* target_ptr is an ELF backend which matches this
H A Dpeicode.h1337 const bfd_target * const *target_ptr;
1345 for (target_ptr = bfd_target_vector; *target_ptr != NULL;
1346 target_ptr++)
1348 if (*target_ptr == target
1349 || (*target_ptr)->flavour != bfd_target_coff_flavour)
1352 if (bfd_target_efi_p (*target_ptr))
1355 if (pe_arch (bfd_target_efi_arch (*target_ptr)) != arch)
1366 else if (bfd_target_pei_p (*target_ptr))
1369 if (pe_arch (bfd_target_pei_arch (*target_ptr)) !
1335 const bfd_target * const *target_ptr; local
[all...]
H A Delfcode.h507 const bfd_target * const *target_ptr;
601 for (target_ptr = bfd_target_vector; *target_ptr != NULL; target_ptr++)
605 if ((*target_ptr)->flavour != bfd_target_elf_flavour)
607 back = (const struct elf_backend_data *) (*target_ptr)->backend_data;
614 /* target_ptr is an ELF backend which matches this
645 for (target_ptr = bfd_target_vector;
646 *target_ptr != NULL;
647 target_ptr
505 const bfd_target * const *target_ptr; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtemp_serializer.c193 apr_size_t *target_ptr; local
210 target_ptr = (apr_size_t*)(context->buffer->data + ptr_offset);
214 *target_ptr = *source_pointer == NULL

Completed in 184 milliseconds