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

  /src/external/gpl3/gdb.old/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...]
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/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 950 reserve_stack_space (const type *values_type, CORE_ADDR &sp)
960 sp -= values_type->length ();
972 sp += values_type->length ();
1087 type *values_type; local
1088 CORE_ADDR funaddr = find_function_addr (function, &values_type, &ftype);
1095 if (values_type == NULL || values_type->is_stub ())
1096 values_type = default_return_type;
1097 if (values_type == NULL)
1106 values_type = check_typedef (values_type)
    [all...]
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 950 reserve_stack_space (const type *values_type, CORE_ADDR &sp)
960 sp -= values_type->length ();
972 sp += values_type->length ();
1087 type *values_type; local
1088 CORE_ADDR funaddr = find_function_addr (function, &values_type, &ftype);
1095 if (values_type == NULL || values_type->is_stub ())
1096 values_type = default_return_type;
1097 if (values_type == NULL)
1106 values_type = check_typedef (values_type)
    [all...]

Completed in 59 milliseconds