| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRDynamicChecks.cpp | 399 llvm::Value *target_object; in InstrumentInstruction() local 408 target_object = call_inst->getArgOperand(1); in InstrumentInstruction() 411 target_object = call_inst->getArgOperand(0); in InstrumentInstruction() 416 target_object = call_inst->getArgOperand(1); in InstrumentInstruction() 425 assert(target_object); in InstrumentInstruction() 431 new BitCastInst(target_object, GetI8PtrTy(), "", inst); in InstrumentInstruction()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | target.h | 219 enum target_object enum 238 enum target_object object, 243 enum target_object object, 249 enum target_object object, 254 enum target_object object, 421 enum target_object object, const char *annex,
|
| H A D | sparc-nat.c | 257 sparc_xfer_wcookie (struct target_ops *ops, enum target_object object, in sparc_xfer_wcookie() 305 LONGEST (*inf_ptrace_xfer_partial) (struct target_ops *, enum target_object, 310 sparc_xfer_partial (struct target_ops *ops, enum target_object object, in sparc_xfer_partial()
|
| H A D | target.c | 73 enum target_object object, 857 enum target_object object, const char *annex, in target_xfer_partial() 934 xfer_using_stratum (enum target_object object, const char *annex, in xfer_using_stratum() 1255 default_xfer_partial (struct target_ops *ops, enum target_object object, in default_xfer_partial() 1302 enum target_object object, in target_read_partial() 1311 enum target_object object, in target_write_partial() 1321 enum target_object object, in target_read() 1343 enum target_object object, in target_write()
|
| H A D | bfd-target.c | 73 enum target_object object, in target_bfd_xfer_partial()
|
| H A D | bsd-uthread.c | 322 bsd_uthread_xfer_partial (struct target_ops *ops, enum target_object object, in bsd_uthread_xfer_partial()
|
| H A D | inftarg.c | 532 child_xfer_partial (struct target_ops *ops, enum target_object object, in child_xfer_partial()
|
| H A D | ia64-linux-nat.c | 670 enum target_object object, in ia64_linux_xfer_unwind_table()
|
| H A D | corelow.c | 533 core_xfer_partial (struct target_ops *ops, enum target_object object, in core_xfer_partial()
|
| H A D | inf-ptrace.c | 447 inf_ptrace_xfer_partial (struct target_ops *ops, enum target_object object, in inf_ptrace_xfer_partial()
|
| H A D | sol-thread.c | 699 sol_thread_xfer_partial (struct target_ops *ops, enum target_object object, in sol_thread_xfer_partial()
|
| H A D | procfs.c | 133 enum target_object object, 4321 procfs_xfer_partial (struct target_ops *ops, enum target_object object, in procfs_xfer_partial()
|
| H A D | remote.c | 4863 remote_xfer_partial (struct target_ops *ops, enum target_object object, in remote_xfer_partial()
|
| H A D | ChangeLog | 11532 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE. 11680 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
|
| H A D | ChangeLog-2003 | 963 * target.h (target_object): Add new TARGET_OBJECT_UNWIND_TABLE macro. 1938 (target_object): Fix typo.
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/config/sparc/ |
| H A D | nm-nbsd.h | 37 enum target_object object,
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/config/ia64/ |
| H A D | nm-linux.h | 82 enum target_object object,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 323 StructuredData::ObjectSP target_object( in ParsePythonTargetDefinition() local 325 if (target_object) { in ParsePythonTargetDefinition() 326 if (auto host_info_dict = target_object->GetAsDictionary()) { in ParsePythonTargetDefinition()
|