Home
last modified time | relevance | path

Searched refs:target_object (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp399 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 Dtarget.h219 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 Dsparc-nat.c257 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 Dtarget.c73 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 Dbfd-target.c73 enum target_object object, in target_bfd_xfer_partial()
H A Dbsd-uthread.c322 bsd_uthread_xfer_partial (struct target_ops *ops, enum target_object object, in bsd_uthread_xfer_partial()
H A Dinftarg.c532 child_xfer_partial (struct target_ops *ops, enum target_object object, in child_xfer_partial()
H A Dia64-linux-nat.c670 enum target_object object, in ia64_linux_xfer_unwind_table()
H A Dcorelow.c533 core_xfer_partial (struct target_ops *ops, enum target_object object, in core_xfer_partial()
H A Dinf-ptrace.c447 inf_ptrace_xfer_partial (struct target_ops *ops, enum target_object object, in inf_ptrace_xfer_partial()
H A Dsol-thread.c699 sol_thread_xfer_partial (struct target_ops *ops, enum target_object object, in sol_thread_xfer_partial()
H A Dprocfs.c133 enum target_object object,
4321 procfs_xfer_partial (struct target_ops *ops, enum target_object object, in procfs_xfer_partial()
H A Dremote.c4863 remote_xfer_partial (struct target_ops *ops, enum target_object object, in remote_xfer_partial()
H A DChangeLog11532 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
11680 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
H A DChangeLog-2003963 * 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 Dnm-nbsd.h37 enum target_object object,
/openbsd-src/gnu/usr.bin/binutils/gdb/config/ia64/
H A Dnm-linux.h82 enum target_object object,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp323 StructuredData::ObjectSP target_object( in ParsePythonTargetDefinition() local
325 if (target_object) { in ParsePythonTargetDefinition()
326 if (auto host_info_dict = target_object->GetAsDictionary()) { in ParsePythonTargetDefinition()