Searched refs:this_arg (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/wpa/src/utils/
H A Dradiotap_iter.h29 * @this_arg: pointer to current radiotap arg
40 unsigned char *this_arg; member in struct:ieee80211_radiotap_iterator
H A Dradiotap.c60 * The iterator's @this_arg member points to the start of the argument
71 * You must take care when dereferencing iterator.this_arg
73 * get_unaligned((type *)iterator.this_arg) to dereference
74 * iterator.this_arg for type "type" safely on all arches.
100 iterator->this_arg = NULL;
144 * in @this_arg_index and sets @this_arg to point to the
146 * present fields. @this_arg can be changed by the caller (eg,
152 * You must take care when dereferencing iterator.this_arg
154 * get_unaligned((type *)iterator.this_arg) to dereference
155 * iterator.this_arg fo
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp45 lldb::addr_t *this_arg,
48 ThreadPlanCallFunction (thread, function, ClangASTType(), arg, stop_other_threads, unwind_on_error, ignore_breakpoints, this_arg, cmd_arg),
39 ThreadPlanCallUserExpression(Thread &thread, Address &function, lldb::addr_t arg, bool stop_other_threads, bool unwind_on_error, bool ignore_breakpoints, lldb::addr_t *this_arg, lldb::addr_t *cmd_arg, ClangUserExpression::ClangUserExpressionSP &user_expression_sp) argument
H A DThreadPlanCallFunction.cpp135 addr_t *this_arg,
154 if (this_arg && cmd_arg)
160 this_arg,
165 else if (this_arg)
171 this_arg,
128 ThreadPlanCallFunction(Thread &thread, const Address &function, const ClangASTType &return_type, addr_t arg, bool stop_other_threads, bool unwind_on_error, bool ignore_breakpoints, addr_t *this_arg, addr_t *cmd_arg) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanCallUserExpression.h34 lldb::addr_t *this_arg,
H A DThreadPlanCallFunction.h36 lldb::addr_t *this_arg = 0,
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangFunction.h263 /// @param[in] this_arg
280 lldb::addr_t* this_arg = 0);
438 /// @param[in] this_arg
445 /// this_arg in the 'self' slot and cmd_arg in the '_cmd' slot
458 lldb::addr_t *this_arg = 0,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangFunction.cpp404 lldb::addr_t *this_arg,
430 this_arg,
525 lldb::addr_t *this_arg)
539 this_arg));
397 GetThreadPlanToCallFunction(ExecutionContext &exe_ctx, lldb::addr_t func_addr, lldb::addr_t &args_addr, Stream &errors, bool stop_others, bool unwind_on_error, bool ignore_breakpoints, lldb::addr_t *this_arg, lldb::addr_t *cmd_arg) argument
515 ExecuteFunction( ExecutionContext &exe_ctx, lldb::addr_t function_address, lldb::addr_t &void_arg, bool stop_others, bool try_all_threads, bool unwind_on_error, bool ignore_breakpoints, uint32_t timeout_usec, Stream &errors, lldb::addr_t *this_arg) argument
/freebsd-10.0-release/contrib/gcc/
H A Dgcc.c7302 const char *this_path, *this_arg;
7374 this_arg = p;
7382 if (*this_arg != '!')
7387 ++this_arg;
7390 ok = used_arg (this_arg, p - this_arg);
7444 this_arg = p;
7452 if (*this_arg != '!')
7457 ++this_arg;
7461 This is true even if this_arg begin
7272 const char *this_path, *this_arg; local
7550 const char *this_arg; local
[all...]
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsparc.c2170 rtx this_arg = operands[i];
2174 if (GET_MODE (this_arg) == TFmode)
2182 if (GET_CODE (this_arg) == MEM
2184 this_arg = XEXP (this_arg, 0);
2185 else if (CONSTANT_P (this_arg)
2188 this_slot = force_const_mem (TFmode, this_arg);
2189 this_arg = XEXP (this_slot, 0);
2197 emit_move_insn (this_slot, this_arg);
2201 this_arg
2165 rtx this_arg = operands[i]; local
[all...]

Completed in 198 milliseconds