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

  /external/ltrace/
type.c 54 case ARGTYPE_ARRAY:
189 type_init_common(info, ARGTYPE_ARRAY);
238 case ARGTYPE_ARRAY:
314 case ARGTYPE_ARRAY:;
427 case ARGTYPE_ARRAY:
499 case ARGTYPE_ARRAY:
516 || type->type == ARGTYPE_ARRAY);
521 case ARGTYPE_ARRAY:
546 || info->type == ARGTYPE_ARRAY);
549 case ARGTYPE_ARRAY
    [all...]
printf.c 58 || cb_args->type->u.ptr_info.info->type != ARGTYPE_ARRAY)
90 assert(self->array.type->type == ARGTYPE_ARRAY);
138 if (format_type == ARGTYPE_ARRAY || format_type == ARGTYPE_POINTER)
146 if (format_type == ARGTYPE_ARRAY) {
339 format_type = ARGTYPE_ARRAY;
type.h 40 ARGTYPE_ARRAY, /* Series of values in memory */
50 /* ARGTYPE_ARRAY */
92 * either ARGTYPE_STRUCT or ARGTYPE_ARRAY of constant length. If
93 * ARGTYPE_ARRAY does not have a constant length, this returns -1. */
96 /* Initialize INFO so it becomes ARGTYPE_ARRAY. The element type is
lens_default.c 436 case ARGTYPE_ARRAY:
528 case ARGTYPE_ARRAY:
648 case ARGTYPE_ARRAY:
696 case ARGTYPE_ARRAY:
read_config_file.c 114 KEYWORD("array", ARGTYPE_ARRAY);
922 case ARGTYPE_ARRAY:
941 if (type == ARGTYPE_ARRAY) {
value.c 229 if (val->type->type != ARGTYPE_ARRAY)
output.c 304 if (info->type == ARGTYPE_ARRAY) {
  /external/ltrace/sysdeps/linux-gnu/x86/
trace.c 142 case ARGTYPE_ARRAY:
186 case ARGTYPE_ARRAY:
fetch.c 486 case ARGTYPE_ARRAY:
554 assert(info->type != ARGTYPE_ARRAY);
  /external/ltrace/sysdeps/linux-gnu/ppc/
trace.c 204 case ARGTYPE_ARRAY:
242 case ARGTYPE_ARRAY:
fetch.c 315 case ARGTYPE_ARRAY:
391 case ARGTYPE_ARRAY:
  /external/ltrace/sysdeps/linux-gnu/s390/
trace.c 210 case ARGTYPE_ARRAY:
253 case ARGTYPE_ARRAY:
fetch.c 253 case ARGTYPE_ARRAY:
  /external/ltrace/sysdeps/linux-gnu/ia64/
fetch.c 350 if (info->type == ARGTYPE_STRUCT || info->type == ARGTYPE_ARRAY) {
409 case ARGTYPE_ARRAY:
444 case ARGTYPE_ARRAY:
446 assert(info->type != ARGTYPE_ARRAY);
  /external/ltrace/sysdeps/linux-gnu/arm/
fetch.c 114 || ret_info->type == ARGTYPE_ARRAY) {
298 case ARGTYPE_ARRAY:
trace.c 698 case ARGTYPE_ARRAY:
  /external/ltrace/sysdeps/linux-gnu/aarch64/
fetch.c 187 case ARGTYPE_ARRAY:;

Completed in 205 milliseconds