OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dwarf2_per_cu
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/dwarf2/
read.h
56
struct
dwarf2_per_cu
;
65
dwarf2_queue_item (
dwarf2_per_cu
*cu, dwarf2_per_objfile *per_objfile)
74
dwarf2_per_cu
*per_cu;
99
/* A deleter for
dwarf2_per_cu
that knows to downcast to signatured_type as
105
void operator() (
dwarf2_per_cu
*data);
108
/* A specialization of unique_ptr for
dwarf2_per_cu
and subclasses. */
109
using dwarf2_per_cu_up = std::unique_ptr<
dwarf2_per_cu
, dwarf2_per_cu_deleter>;
115
struct
dwarf2_per_cu
struct
119
dwarf2_per_cu
(dwarf2_per_bfd *per_bfd, dwarf2_section_info *section,
function in struct:dwarf2_per_cu
155
Struct
dwarf2_per_cu
is contained in struct signatured_type if
[
all
...]
index-write.c
565
using cu_index_map = gdb::unordered_map<const
dwarf2_per_cu
*, unsigned int>;
606
const
dwarf2_per_cu
*per_cu = static_cast<const
dwarf2_per_cu
*> (obj);
875
void add_cu (const
dwarf2_per_cu
*per_cu, offset_type index)
1294
static std::pair<std::vector<const
dwarf2_per_cu
*>,
member in class:std
1298
std::vector<const
dwarf2_per_cu
*> comp_units;
1308
auto by_sect_off = [] (const
dwarf2_per_cu
*lhs, const
dwarf2_per_cu
*rhs)
1337
/* While we're scanning CU's create a table that maps a
dwarf2_per_cu
(which
1350
for (const
dwarf2_per_cu
*per_cu : comp_units
[
all
...]
Completed in 14 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026