OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sect_offset
(Results
1 - 25
of
50
) sorted by relevancy
1
2
/src/external/gpl3/gdb.old/dist/gdb/dwarf2/
types.h
32
DEFINE_OFFSET_TYPE (
sect_offset
, uint64_t);
35
sect_offset_str (
sect_offset
offset)
comp-unit-head.h
46
sect_offset
abbrev_sect_off {};
62
sect_offset
sect_off {};
93
bool offset_in_cu_p (
sect_offset
off) const
95
sect_offset
bottom = sect_off;
96
sect_offset
top = sect_off + get_length_with_initial ();
die.h
126
sect_offset
sect_off;
152
std::size_t operator() (
sect_offset
offset) const noexcept
153
{ return std::hash<
sect_offset
> () (offset); }
166
bool operator() (
sect_offset
offset, const die_info *die) const noexcept
abbrev.h
80
sect_offset
sect_off);
96
const
sect_offset
sect_off;
102
abbrev_table (
sect_offset
off, struct dwarf2_section_info *sect)
abbrev-table-cache.h
37
sect_offset
offset) const
60
sect_offset
sect_off;
aranges.c
41
std::unordered_map<
sect_offset
, dwarf2_per_cu_data *>
local
60
std::set<
sect_offset
> debug_info_offset_seen;
104
= debug_info_offset_to_per_cu.find (
sect_offset
(debug_info_offset));
116
= debug_info_offset_seen.insert (
sect_offset
(debug_info_offset));
122
sect_offset_str (
sect_offset
(debug_info_offset)));
line-header.h
86
line_header (
sect_offset
sect_off, bool offset_in_dwz)
150
sect_offset
sect_off {};
220
(
sect_offset
sect_off, bool is_dwz, dwarf2_per_objfile *per_objfile,
read.h
118
sect_offset
sect_off {};
366
sect_offset
type_offset_in_section {};
536
std::unordered_map<
sect_offset
, std::vector<
sect_offset
>>
640
sect_offset
offset;
653
+ std::hash<
sect_offset
> () (key.offset));
810
(
sect_offset
sect_off, dwarf2_per_cu_data *per_cu,
829
(
sect_offset
sect_off, dwarf2_per_cu_data *per_cu,
839
(
sect_offset
sect_off, dwarf2_per_cu_data *per_cu,
950
int is_dwz,
sect_offset
sect_off, ULONGEST length)
[
all
...]
attribute.h
145
/* The address is always stored already as
sect_offset
; despite for
181
sect_offset
get_ref_die_offset () const
184
return (
sect_offset
) u.unsnd;
comp-unit-head.c
109
= (
sect_offset
) cu_header->read_offset (abfd, info_ptr, &bytes_read);
191
header->sect_off = (
sect_offset
) (beg_of_comp_unit - section->buffer);
read-debug-names.c
139
sect_offset
die_offset {};
211
die_offset =
sect_offset
(ull);
380
sect_offset
sect_off
381
= (
sect_offset
) (extract_unsigned_integer
637
sect_offset
sect_off
638
= (
sect_offset
) (extract_unsigned_integer
669
sect_offset
sect_off
670
= (
sect_offset
) (extract_unsigned_integer
/src/external/gpl3/gdb/dist/gdb/dwarf2/
types.h
32
DEFINE_OFFSET_TYPE (
sect_offset
, uint64_t);
35
sect_offset_str (
sect_offset
offset)
unit-head.h
47
sect_offset
abbrev_sect_off {};
63
sect_offset
sect_off {};
94
bool offset_in_unit_p (
sect_offset
off) const
96
sect_offset
bottom = sect_off;
97
sect_offset
top = sect_off + get_length_with_initial ();
die.h
134
sect_offset
sect_off;
160
std::size_t operator() (
sect_offset
offset) const noexcept
161
{ return std::hash<
sect_offset
> () (offset); }
174
bool operator() (
sect_offset
offset, const die_info *die) const noexcept
abbrev.h
80
sect_offset
sect_off);
96
const
sect_offset
sect_off;
102
abbrev_table (
sect_offset
off, struct dwarf2_section_info *sect)
section.h
124
sect_offset
offset;
abbrev-table-cache.h
40
sect_offset
offset) const
63
sect_offset
sect_off;
cooked-index-shard.h
45
cooked_index_entry *add (
sect_offset
die_offset, enum dwarf_tag tag,
97
cooked_index_entry *create (
sect_offset
die_offset,
aranges.c
42
gdb::unordered_map<
sect_offset
, dwarf2_per_cu *> debug_info_offset_to_per_cu;
local
60
gdb::unordered_set<
sect_offset
> debug_info_offset_seen;
105
= debug_info_offset_to_per_cu.find (
sect_offset
(debug_info_offset));
117
= debug_info_offset_seen.insert (
sect_offset
(debug_info_offset));
123
sect_offset_str (
sect_offset
(debug_info_offset)));
line-header.h
86
line_header (
sect_offset
sect_off, bool offset_in_dwz)
150
sect_offset
sect_off {};
220
(
sect_offset
sect_off, bool is_dwz, dwarf2_per_objfile *per_objfile,
attribute.h
163
/* The address is always stored already as
sect_offset
; despite for
223
sect_offset
get_ref_die_offset () const
226
return (
sect_offset
) u.unsnd;
cooked-index-entry.h
92
cooked_index_entry (
sect_offset
die_offset_, enum dwarf_tag tag_,
239
sect_offset
die_offset;
cooked-indexer.h
84
sect_offset
*sibling_offset,
read.h
89
sect_offset
line_sect_off;
120
sect_offset
sect_off, unsigned int length, bool is_dwz)
148
sect_offset
sect_off;
407
sect_offset
sect_off, unsigned int length, bool is_dwz,
428
sect_offset
type_offset_in_section {};
577
sect_offset
sect_off, unsigned int length,
584
sect_offset
sect_off,
692
gdb::unordered_map<
sect_offset
, std::vector<
sect_offset
>>
829
sect_offset
offset
[
all
...]
cooked-index-worker.h
69
cooked_index_entry *add (
sect_offset
die_offset, enum dwarf_tag tag,
80
cooked_index_entry *add (
sect_offset
die_offset, enum dwarf_tag tag,
Completed in 98 milliseconds
1
2
Indexes created Tue Sep 08 00:25:21 UTC 2026