Searched defs:arg_list (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/usr.bin/rpcgen/
H A Drpc_parse.h116 struct arg_list { struct
121 typedef struct arg_list arg_list; typedef in typeref:struct:arg_list
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dstack.c960 CORE_ADDR arg_list = get_frame_args_address (fi); local
994 CORE_ADDR arg_list = get_frame_locals_address (fi); local
H A Ddefs.h706 struct continuation_arg *arg_list; member in struct:continuation
H A Dutils.c450 add_continuation(void (*continuation_hook) (struct continuation_arg *), struct continuation_arg *arg_list) argument
512 add_intermediate_continuation(void (*continuation_hook) (struct continuation_arg *), struct continuation_arg *arg_list) argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp614 std::vector<CompilerType> arg_list; local
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c2052 tree call, func, method, arg_list, method_type; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dexpr.c1343 tree call_expr, arg_list, fn, src_tree, dst_tree, size_tree; local
2558 tree call_expr, arg_list, fn, object_tree, size_tree; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dexpr.c1952 tree call_expr, arg_list, fn, src_tree, dst_tree, size_tree; local
3072 tree call_expr, arg_list, fn, object_tree, size_tree; local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp123 bool GetArgsX86(const GetArgsCtx &ctx, ArgItem *arg_list, size_t num_args) { argument
151 bool GetArgsX86_64(GetArgsCtx &ctx, ArgItem *arg_list, size_t num_args) { argument
224 bool GetArgsArm(GetArgsCtx &ctx, ArgItem *arg_list, size_t num_args) { argument
268 bool GetArgsAarch64(GetArgsCtx &ctx, ArgItem *arg_list, size_t num_args) { argument
299 GetArgsMipsel(GetArgsCtx &ctx, ArgItem *arg_list, size_t num_args) argument
344 GetArgsMips64el(GetArgsCtx &ctx, ArgItem *arg_list, size_t num_args) argument
391 GetArgs(ExecutionContext &exe_ctx, ArgItem *arg_list, size_t num_args) argument
[all...]

Completed in 293 milliseconds