Home
last modified time | relevance | path

Searched refs:ARGTYPE_ARRAY (Results 1 – 17 of 17) sorted by relevance

/external/ltrace/
Dtype.c54 case ARGTYPE_ARRAY: in type_get_simple()
189 type_init_common(info, ARGTYPE_ARRAY); in type_init_array()
238 case ARGTYPE_ARRAY: in type_destroy()
314 case ARGTYPE_ARRAY:; in type_clone()
427 case ARGTYPE_ARRAY: in type_sizeof()
499 case ARGTYPE_ARRAY: in type_alignof()
516 || type->type == ARGTYPE_ARRAY); in type_offsetof()
521 case ARGTYPE_ARRAY: in type_offsetof()
546 || info->type == ARGTYPE_ARRAY); in type_element()
549 case ARGTYPE_ARRAY: in type_element()
[all …]
Dprintf.c58 || cb_args->type->u.ptr_info.info->type != ARGTYPE_ARRAY) in param_printf_init()
90 assert(self->array.type->type == ARGTYPE_ARRAY); in param_printf_init()
138 if (format_type == ARGTYPE_ARRAY || format_type == ARGTYPE_POINTER) in form_next_param()
146 if (format_type == ARGTYPE_ARRAY) { in form_next_param()
339 format_type = ARGTYPE_ARRAY; in param_printf_next()
Dlens_default.c436 case ARGTYPE_ARRAY: in toplevel_format_lens()
528 case ARGTYPE_ARRAY: in bool_lens_format_cb()
648 case ARGTYPE_ARRAY: in string_lens_format_cb()
696 case ARGTYPE_ARRAY: in bitvect_lens_format_cb()
Dtype.h40 ARGTYPE_ARRAY, /* Series of values in memory */ enumerator
Dread_config_file.c114 KEYWORD("array", ARGTYPE_ARRAY); in parse_arg_type()
922 case ARGTYPE_ARRAY: in parse_nonpointer_type()
941 if (type == ARGTYPE_ARRAY) { in parse_nonpointer_type()
Dvalue.c229 if (val->type->type != ARGTYPE_ARRAY) in value_size()
Doutput.c304 if (info->type == ARGTYPE_ARRAY) { in fetch_simple_param()
/external/ltrace/sysdeps/linux-gnu/x86/
Dtrace.c142 case ARGTYPE_ARRAY: in arch_type_sizeof()
186 case ARGTYPE_ARRAY: in arch_type_alignof()
Dfetch.c486 case ARGTYPE_ARRAY: in classify()
554 assert(info->type != ARGTYPE_ARRAY); in classify_argument()
/external/ltrace/sysdeps/linux-gnu/ia64/
Dfetch.c350 if (info->type == ARGTYPE_STRUCT || info->type == ARGTYPE_ARRAY) { in allocate_ret()
409 case ARGTYPE_ARRAY: in arch_fetch_arg_next()
444 case ARGTYPE_ARRAY: in arch_fetch_retval()
446 assert(info->type != ARGTYPE_ARRAY); in arch_fetch_retval()
/external/ltrace/sysdeps/linux-gnu/s390/
Dtrace.c210 case ARGTYPE_ARRAY: in arch_type_sizeof()
253 case ARGTYPE_ARRAY: in arch_type_alignof()
Dfetch.c253 case ARGTYPE_ARRAY: in arch_fetch_arg_next()
/external/ltrace/sysdeps/linux-gnu/ppc/
Dtrace.c204 case ARGTYPE_ARRAY: in arch_type_sizeof()
242 case ARGTYPE_ARRAY: in arch_type_alignof()
Dfetch.c315 case ARGTYPE_ARRAY: in allocate_argument()
391 case ARGTYPE_ARRAY: in allocate_argument()
/external/ltrace/sysdeps/linux-gnu/arm/
Dfetch.c114 || ret_info->type == ARGTYPE_ARRAY) { in arch_fetch_arg_init()
298 case ARGTYPE_ARRAY: in arch_fetch_retval()
Dtrace.c698 case ARGTYPE_ARRAY: in arch_type_sizeof()
/external/ltrace/sysdeps/linux-gnu/aarch64/
Dfetch.c187 case ARGTYPE_ARRAY:; in pass_arg()