HomeSort by relevance Sort by last modified time
    Searched refs:ARGTYPE_STRUCT (Results 1 - 16 of 16) sorted by null

  /external/ltrace/
type.c 55 case ARGTYPE_STRUCT:
91 type_init_common(info, ARGTYPE_STRUCT);
99 assert(info->type == ARGTYPE_STRUCT);
107 assert(info->type == ARGTYPE_STRUCT);
114 assert(info->type == ARGTYPE_STRUCT);
145 assert(info->type == ARGTYPE_STRUCT);
234 case ARGTYPE_STRUCT:
305 case ARGTYPE_STRUCT:
419 case ARGTYPE_STRUCT:
502 case ARGTYPE_STRUCT
    [all...]
type.h 41 ARGTYPE_STRUCT, /* Structure of values */
75 /* Initialize INFO so it becomes ARGTYPE_STRUCT. The created
92 * either ARGTYPE_STRUCT or ARGTYPE_ARRAY of constant length. If
146 * ARGTYPE_STRUCT whose sole member is a floating point equivalent
lens_default.c 291 if (pointee->type == ARGTYPE_STRUCT) {
426 case ARGTYPE_STRUCT:
526 case ARGTYPE_STRUCT:
629 case ARGTYPE_STRUCT:
695 case ARGTYPE_STRUCT:
read_config_file.c 115 KEYWORD("struct", ARGTYPE_STRUCT);
427 && (forward->info->type != ARGTYPE_STRUCT
463 if (this_nt.info->type != ARGTYPE_STRUCT) {
923 case ARGTYPE_STRUCT:
948 assert(type == ARGTYPE_STRUCT);
value.c 438 if (parent->type->type == ARGTYPE_STRUCT)
486 assert(value->type->type == ARGTYPE_STRUCT);
  /external/ltrace/sysdeps/linux-gnu/x86/
trace.c 143 case ARGTYPE_STRUCT:
187 case ARGTYPE_STRUCT:
fetch.c 443 case ARGTYPE_STRUCT:
503 case ARGTYPE_STRUCT:
556 if (info->type == ARGTYPE_STRUCT) {
657 case ARGTYPE_STRUCT: /* Handled above. */
690 if (ret_info->type == ARGTYPE_STRUCT) {
  /external/ltrace/sysdeps/linux-gnu/ppc/
trace.c 205 case ARGTYPE_STRUCT:
243 case ARGTYPE_STRUCT:
fetch.c 127 context->ret_struct = ret_info->type == ARGTYPE_STRUCT;
292 case ARGTYPE_STRUCT:
392 case ARGTYPE_STRUCT:
415 assert(info->type == ARGTYPE_STRUCT);
  /external/ltrace/sysdeps/linux-gnu/s390/
trace.c 211 case ARGTYPE_STRUCT:
254 case ARGTYPE_STRUCT:
fetch.c 108 if (ret_info->type == ARGTYPE_STRUCT)
234 case ARGTYPE_STRUCT:
280 if (info->type == ARGTYPE_STRUCT) {
  /external/ltrace/sysdeps/linux-gnu/ia64/
fetch.c 350 if (info->type == ARGTYPE_STRUCT || info->type == ARGTYPE_ARRAY) {
393 case ARGTYPE_STRUCT:
441 case ARGTYPE_STRUCT:
  /external/ltrace/sysdeps/linux-gnu/arm/
fetch.c 113 if (ret_info->type == ARGTYPE_STRUCT
299 case ARGTYPE_STRUCT:
trace.c 699 case ARGTYPE_STRUCT:
  /external/ltrace/sysdeps/linux-gnu/m68k/
fetch.c 81 if (ret_info->type == ARGTYPE_STRUCT && !(sz <= 4 || sz == 8)) {
212 case ARGTYPE_STRUCT:
  /external/ltrace/sysdeps/linux-gnu/aarch64/
fetch.c 186 case ARGTYPE_STRUCT:

Completed in 686 milliseconds