Home
last modified time | relevance | path

Searched refs:array_info (Results 1 – 6 of 6) sorted by relevance

/external/ltrace/
Dtype.c190 info->u.array_info.elt_type = element_info; in type_init_array()
191 info->u.array_info.own_info = own_info; in type_init_array()
192 info->u.array_info.length = length_expr; in type_init_array()
193 info->u.array_info.own_length = own_length; in type_init_array()
199 if (info->u.array_info.own_info) { in type_array_destroy()
200 type_destroy(info->u.array_info.elt_type); in type_array_destroy()
201 free(info->u.array_info.elt_type); in type_array_destroy()
203 if (info->u.array_info.own_length) { in type_array_destroy()
204 expr_destroy(info->u.array_info.length); in type_array_destroy()
205 free(info->u.array_info.length); in type_array_destroy()
[all …]
Dtype.h56 } array_info; member
Dlens_default.c432 if (value->type->u.array_info.elt_type->type != ARGTYPE_VOID) in toplevel_format_lens()
438 value->type->u.array_info.length, in toplevel_format_lens()
650 value->type->u.array_info.length, in string_lens_format_cb()
Dvalue.c233 if (expr_eval(val->type->u.array_info.length, val, in value_size()
245 val->type->u.array_info.elt_type); in value_size()
Dprintf.c64 = cb_args->type->u.ptr_info.info->u.array_info.elt_type; in param_printf_init()
/external/ltrace/sysdeps/linux-gnu/x86/
Dfetch.c432 return info->u.array_info.elt_type; in get_array_field()
493 assert(expr_is_compile_constant(info->u.array_info.length)); in classify()
496 if (expr_eval_constant(info->u.array_info.length, &l) < 0) in classify()