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

  /src/external/gpl3/gdb/dist/gdb/
symtab.h 2118 struct fn_fieldlist *fn_field;
2115 struct fn_fieldlist *fn_field; member in struct:field_of_this_result
gdbtypes.h 1599 struct fn_field *fn_fields;
1604 struct fn_field struct
stabsread.c 4748 struct fn_field fn_field;
4826 new_sublist->fn_field.type = read_type (pp, objfile);
4836 new_sublist->fn_field.type = look_ahead_type;
4848 if (new_sublist->fn_field.type->code () == TYPE_CODE_FUNC)
4849 new_sublist->fn_field.type->set_code (TYPE_CODE_METHOD);
4852 if (new_sublist->fn_field.type->is_stub ())
4854 if (!TYPE_SELF_TYPE (new_sublist->fn_field.type))
4855 set_type_self_type (new_sublist->fn_field.type, type);
4856 new_sublist->fn_field.is_stub = 1
4742 struct fn_field fn_field; member in struct:next_fnfield
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 2263 struct fn_field fn_field;
2341 new_sublist->fn_field.type = read_type (pp, objfile);
2351 new_sublist->fn_field.type = look_ahead_type;
2363 if (new_sublist->fn_field.type->code () == TYPE_CODE_FUNC)
2364 new_sublist->fn_field.type->set_code (TYPE_CODE_METHOD);
2367 if (new_sublist->fn_field.type->is_stub ())
2369 if (!TYPE_SELF_TYPE (new_sublist->fn_field.type))
2370 set_type_self_type (new_sublist->fn_field.type, type);
2371 new_sublist->fn_field.is_stub = 1
2257 struct fn_field fn_field; member in struct:next_fnfield
    [all...]
symtab.h 2092 struct fn_fieldlist *fn_field;
2089 struct fn_fieldlist *fn_field; member in struct:field_of_this_result
gdbtypes.h 1605 struct fn_field *fn_fields;
1610 struct fn_field struct

Completed in 26 milliseconds