Home
last modified time | relevance | path

Searched refs:arg_buf (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dremote-sim.c431 char *arg_buf, **argv; in gdbsim_create_inferior() local
450 arg_buf = (char *) alloca (len); in gdbsim_create_inferior()
451 arg_buf[0] = '\0'; in gdbsim_create_inferior()
452 strcat (arg_buf, exec_file); in gdbsim_create_inferior()
453 strcat (arg_buf, " "); in gdbsim_create_inferior()
454 strcat (arg_buf, args); in gdbsim_create_inferior()
455 argv = buildargv (arg_buf); in gdbsim_create_inferior()
480 char *arg_buf; in gdbsim_open() local
500 arg_buf = (char *) alloca (len); in gdbsim_open()
501 strcpy (arg_buf, "gdbsim"); /* 7 */ in gdbsim_open()
[all …]
Dremote-rdi.c335 char *arg_buf; in arm_rdi_create_inferior() local
348 arg_buf = (char *) alloca (len); in arm_rdi_create_inferior()
349 arg_buf[0] = '\0'; in arm_rdi_create_inferior()
350 strcat (arg_buf, exec_file); in arm_rdi_create_inferior()
351 strcat (arg_buf, " "); in arm_rdi_create_inferior()
352 strcat (arg_buf, args); in arm_rdi_create_inferior()
382 arg1 = (unsigned long) arg_buf; in arm_rdi_create_inferior()
383 rslt = angel_RDI_info (RDISet_Cmdline, /* &arg1 */ (unsigned long *) arg_buf, &arg2); in arm_rdi_create_inferior()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangFunctionCaller.cpp152 char arg_buf[32]; in CompileFunction() local
155 snprintf(arg_buf, 31, "arg_%" PRIu64, (uint64_t)i); in CompileFunction()
157 args_buffer.append(arg_buf); in CompileFunction()
161 args_list_buffer.append(arg_buf); in CompileFunction()
/openbsd/src/gnu/usr.bin/perl/
Dpeep.c1918 UNOP_AUX_item *arg_buf = NULL; in S_maybe_multideref() local
1946 UNOP_AUX_item *action_ptr = arg_buf; in S_maybe_multideref()
1959 arg_buf[argi].pad_offset = cPADOPx(start)->op_padix; in S_maybe_multideref()
1963 arg_buf[argi].sv = cSVOPx(start)->op_sv; in S_maybe_multideref()
1977 arg_buf[argi].pad_offset = start->op_targ; in S_maybe_multideref()
2067 arg_buf[argi].pad_offset = o->op_targ; in S_maybe_multideref()
2107 arg_buf[argi].pad_offset = o->op_targ; in S_maybe_multideref()
2110 arg_buf[argi].sv = cSVOPx_sv(o); in S_maybe_multideref()
2131 arg_buf[argi].iv = iv; in S_maybe_multideref()
2172 arg_buf[argi].pad_offset = cPADOPx(o)->op_padix; in S_maybe_multideref()
[all …]