Home
last modified time | relevance | path

Searched refs:ARGTYPE_STRUCT (Results 1 – 16 of 16) sorted by relevance

/external/ltrace/
Dtype.c55 case ARGTYPE_STRUCT: in type_get_simple()
91 type_init_common(info, ARGTYPE_STRUCT); in type_init_struct()
99 assert(info->type == ARGTYPE_STRUCT); in type_struct_add()
107 assert(info->type == ARGTYPE_STRUCT); in type_struct_get()
114 assert(info->type == ARGTYPE_STRUCT); in type_struct_size()
145 assert(info->type == ARGTYPE_STRUCT); in layout_struct()
234 case ARGTYPE_STRUCT: in type_destroy()
305 case ARGTYPE_STRUCT: in type_clone()
419 case ARGTYPE_STRUCT: in type_sizeof()
502 case ARGTYPE_STRUCT: in type_alignof()
[all …]
Dlens_default.c291 if (pointee->type == ARGTYPE_STRUCT) { in format_pointer()
426 case ARGTYPE_STRUCT: in toplevel_format_lens()
526 case ARGTYPE_STRUCT: in bool_lens_format_cb()
629 case ARGTYPE_STRUCT: in string_lens_format_cb()
695 case ARGTYPE_STRUCT: in bitvect_lens_format_cb()
Dread_config_file.c115 KEYWORD("struct", ARGTYPE_STRUCT); in parse_arg_type()
427 && (forward->info->type != ARGTYPE_STRUCT in parse_typedef()
463 if (this_nt.info->type != ARGTYPE_STRUCT) { in parse_typedef()
923 case ARGTYPE_STRUCT: in parse_nonpointer_type()
948 assert(type == ARGTYPE_STRUCT); in parse_nonpointer_type()
Dtype.h41 ARGTYPE_STRUCT, /* Structure of values */ enumerator
Dvalue.c438 if (parent->type->type == ARGTYPE_STRUCT) in value_get_parental_struct()
486 assert(value->type->type == ARGTYPE_STRUCT); in value_pass_by_reference()
/external/ltrace/sysdeps/linux-gnu/ppc/
Dfetch.c127 context->ret_struct = ret_info->type == ARGTYPE_STRUCT; in arch_fetch_arg_init()
292 case ARGTYPE_STRUCT: in allocate_argument()
392 case ARGTYPE_STRUCT: in allocate_argument()
415 assert(info->type == ARGTYPE_STRUCT); in arch_fetch_retval()
Dtrace.c205 case ARGTYPE_STRUCT: in arch_type_sizeof()
243 case ARGTYPE_STRUCT: in arch_type_alignof()
/external/ltrace/sysdeps/linux-gnu/x86/
Dtrace.c143 case ARGTYPE_STRUCT: in arch_type_sizeof()
187 case ARGTYPE_STRUCT: in arch_type_alignof()
Dfetch.c443 case ARGTYPE_STRUCT: in flatten_structure()
503 case ARGTYPE_STRUCT: in classify()
556 if (info->type == ARGTYPE_STRUCT) { in classify_argument()
657 case ARGTYPE_STRUCT: /* Handled above. */ in arch_fetch_retval_32()
690 if (ret_info->type == ARGTYPE_STRUCT) { in arch_fetch_arg_init_32()
/external/ltrace/sysdeps/linux-gnu/s390/
Dfetch.c108 if (ret_info->type == ARGTYPE_STRUCT) in arch_fetch_arg_init()
234 case ARGTYPE_STRUCT: in arch_fetch_arg_next()
280 if (info->type == ARGTYPE_STRUCT) { in arch_fetch_retval()
Dtrace.c211 case ARGTYPE_STRUCT: in arch_type_sizeof()
254 case ARGTYPE_STRUCT: in arch_type_alignof()
/external/ltrace/sysdeps/linux-gnu/m68k/
Dfetch.c81 if (ret_info->type == ARGTYPE_STRUCT && !(sz <= 4 || sz == 8)) { in arch_fetch_arg_init()
212 case ARGTYPE_STRUCT: in arch_fetch_retval()
/external/ltrace/sysdeps/linux-gnu/ia64/
Dfetch.c350 if (info->type == ARGTYPE_STRUCT || info->type == ARGTYPE_ARRAY) { in allocate_ret()
393 case ARGTYPE_STRUCT: in arch_fetch_arg_next()
441 case ARGTYPE_STRUCT: in arch_fetch_retval()
/external/ltrace/sysdeps/linux-gnu/arm/
Dfetch.c113 if (ret_info->type == ARGTYPE_STRUCT in arch_fetch_arg_init()
299 case ARGTYPE_STRUCT: in arch_fetch_retval()
Dtrace.c699 case ARGTYPE_STRUCT: in arch_type_sizeof()
/external/ltrace/sysdeps/linux-gnu/aarch64/
Dfetch.c186 case ARGTYPE_STRUCT: in pass_arg()