OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 24 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026