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

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
index-write.c 1381 int types_counter = 0; local
1386 int &this_counter = per_cu->is_debug_types ? types_counter : counter;
1398 gdb_assert (types_counter == per_bfd->all_type_units.size ());
1441 header.append_uint (4, dwarf5_byte_order, types_counter);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
index-write.c 1383 int types_counter = 0; local
1388 int &this_counter = per_cu->is_debug_types ? types_counter : counter;
1400 gdb_assert (types_counter == per_bfd->all_type_units.size ());
1443 header.append_uint (4, dwarf5_byte_order, types_counter);

Completed in 16 milliseconds