Home
last modified time | relevance | path

Searched refs:FIELD_NAME (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDgnu-v3-abi.c132 FIELD_NAME (*field) = "vcall_and_vbase_offsets"; in build_gdb_vtable_type()
139 FIELD_NAME (*field) = "offset_to_top"; in build_gdb_vtable_type()
146 FIELD_NAME (*field) = "type_info"; in build_gdb_vtable_type()
153 FIELD_NAME (*field) = "virtual_functions"; in build_gdb_vtable_type()
HDgdbtypes.h1128 #define FIELD_NAME(thisfld) ((thisfld).name) macro
1157 #define TYPE_FIELD_NAME(thistype, n) FIELD_NAME(TYPE_FIELD(thistype, n))
HDmdebugread.c1048 FIELD_NAME (*f) = debug_info->ss + cur_fdr->issBase + tsym.iss; in parse_symbol()
1234 FIELD_NAME (*f) = name; in parse_symbol()
HDgdbtypes.c3734 FIELD_NAME (f[0]) = name; in append_composite_type_field_raw()
HDdwarf2read.c10719 FIELD_NAME (*fp) = fieldname; in dwarf2_add_field()
10730 FIELD_NAME (*fp) = type_name_no_tag (fp->type); in dwarf2_add_field()
11659 FIELD_NAME (fields[num_fields]) = SYMBOL_LINKAGE_NAME (sym); in process_enumeration_scope()
/dragonfly/contrib/gdb-7/gdb/python/
HDpy-type.c1051 if (!compare_maybe_null_strings (FIELD_NAME (*field1), in check_types_equal()
1052 FIELD_NAME (*field2))) in check_types_equal()