HomeSort by: relevance | last modified time | path
    Searched defs:values_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
gnu-v3-abi.c 309 struct type *values_type = check_typedef (value->type ()); local
319 if (values_type->code () != TYPE_CODE_STRUCT
320 || !gnuv3_dynamic_class (values_type))
324 gdbarch = values_type->arch ();
329 vtable = gnuv3_get_vtable (gdbarch, values_type,
351 TYPE_SAFE_NAME (values_type));
430 struct type *values_type = check_typedef ((*value_p)->type ()); local
434 if (values_type->code () != TYPE_CODE_STRUCT)
438 gdbarch = values_type->arch ();
443 if (vfn_base != values_type)
    [all...]
infcall.c 944 reserve_stack_space (const type *values_type, CORE_ADDR &sp)
954 sp -= values_type->length ();
966 sp += values_type->length ();
1081 type *values_type; local
1082 CORE_ADDR funaddr = find_function_addr (function, &values_type, &ftype);
1089 if (values_type == NULL || values_type->is_stub ())
1090 values_type = default_return_type;
1091 if (values_type == NULL)
1100 values_type = check_typedef (values_type)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
infcall.c 944 reserve_stack_space (const type *values_type, CORE_ADDR &sp)
954 sp -= values_type->length ();
966 sp += values_type->length ();
1081 type *values_type; local
1082 CORE_ADDR funaddr = find_function_addr (function, &values_type, &ftype);
1089 if (values_type == NULL || values_type->is_stub ())
1090 values_type = default_return_type;
1091 if (values_type == NULL)
1100 values_type = check_typedef (values_type)
    [all...]
gnu-v3-abi.c 308 struct type *values_type = check_typedef (value->type ()); local
318 if (values_type->code () != TYPE_CODE_STRUCT
319 || !gnuv3_dynamic_class (values_type))
323 gdbarch = values_type->arch ();
328 vtable = gnuv3_get_vtable (gdbarch, values_type,
350 TYPE_SAFE_NAME (values_type));
429 struct type *values_type = check_typedef ((*value_p)->type ()); local
433 if (values_type->code () != TYPE_CODE_STRUCT)
437 gdbarch = values_type->arch ();
442 if (vfn_base != values_type)
    [all...]

Completed in 27 milliseconds