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

/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp58 Target *target_ptr = m_exe_ctx.GetTargetPtr(); local
60 Target &target = target_ptr ? *target_ptr : GetDummyTarget();
/openbsd-current/gnu/usr.bin/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 Delfcode.h572 const bfd_target * const *target_ptr;
579 for (target_ptr = bfd_target_vector; *target_ptr != NULL; target_ptr++)
583 if ((*target_ptr)->flavour != bfd_target_elf_flavour)
585 back = (const struct elf_backend_data *) (*target_ptr)->backend_data;
592 /* target_ptr is an ELF backend which matches this
570 const bfd_target * const *target_ptr; local
/openbsd-current/gnu/usr.bin/binutils-2.17/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 Delfcode.h592 const bfd_target * const *target_ptr;
599 for (target_ptr = bfd_target_vector; *target_ptr != NULL; target_ptr++)
603 if ((*target_ptr)->flavour != bfd_target_elf_flavour)
605 back = (const struct elf_backend_data *) (*target_ptr)->backend_data;
612 /* target_ptr is an ELF backend which matches this
590 const bfd_target * const *target_ptr; local

Completed in 81 milliseconds