Searched refs:arg_data (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/openbsd/ |
| H A D | Host.cpp | 61 char arg_data[8192]; in GetOpenBSDProcessArgs() local 62 size_t arg_data_size = sizeof(arg_data); in GetOpenBSDProcessArgs() 63 if (::sysctl(mib, 4, arg_data, &arg_data_size, NULL, 0) == 0) { in GetOpenBSDProcessArgs() 64 DataExtractor data(arg_data, arg_data_size, endian::InlHostByteOrder(), in GetOpenBSDProcessArgs()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/freebsd/ |
| H A D | Host.cpp | 55 char arg_data[8192]; in GetFreeBSDProcessArgs() local 56 size_t arg_data_size = sizeof(arg_data); in GetFreeBSDProcessArgs() 57 if (::sysctl(mib, 4, arg_data, &arg_data_size, NULL, 0) != 0) in GetFreeBSDProcessArgs() 60 DataExtractor data(arg_data, arg_data_size, endian::InlHostByteOrder(), in GetFreeBSDProcessArgs()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/netbsd/ |
| H A D | Host.cpp | 55 char arg_data[8192]; in GetNetBSDProcessArgs() local 56 size_t arg_data_size = sizeof(arg_data); in GetNetBSDProcessArgs() 57 if (::sysctl(mib, 4, arg_data, &arg_data_size, NULL, 0) != 0) in GetNetBSDProcessArgs() 60 DataExtractor data(arg_data, arg_data_size, endian::InlHostByteOrder(), in GetNetBSDProcessArgs()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | calls.c | 50 struct arg_data struct 128 static int store_one_arg (struct arg_data *, rtx, int, int, int); 130 static int finalize_must_preallocate (int, int, struct arg_data *, 132 static void precompute_arguments (int, int, struct arg_data *); 134 static void initialize_argument_information (int, struct arg_data *, 139 static void compute_argument_addresses (struct arg_data *, rtx, int); 921 struct arg_data *args, in initialize_argument_information() 1886 struct arg_data *args; in expand_call() 2150 args = alloca (num_actuals * sizeof (struct arg_data)); in expand_call() 2151 memset (args, 0, num_actuals * sizeof (struct arg_data)); in expand_call() [all …]
|
| H A D | FSFChangeLog.10 | 1945 * calls.c (struct arg_data, expand_call): Test STRICT_ALIGN with #if.
|
| H A D | ChangeLog-2000 | 18723 (struct arg_data): New field tail_call_reg. 23914 (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
|
| H A D | ChangeLog-1999 | 3671 * calls.c (arg_data): Add new field alignment_pad.
|
| H A D | ChangeLog-2005 | 27001 * calls.c (struct arg_data): Update "partial" comment.
|
| H A D | ChangeLog-2003 | 24253 * calls.c (struct arg_data): Move offset, slot_offset, size and
|
| H A D | ChangeLog-2004 | 5060 * calls.c (struct arg_data): Add parallel_value.
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libcurses/director/ |
| H A D | testlang_parse.y | 1399 args_t *arg_data; in write_cmd_pipe_args() local 1403 arg_data = data; in write_cmd_pipe_args() 1421 if ((arg_data->arg_len == 0) && (arg_data->arg_string == NULL)) in write_cmd_pipe_args() 1424 len = arg_data->arg_len; in write_cmd_pipe_args() 1425 cmd = arg_data->arg_string; in write_cmd_pipe_args()
|