OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sect_offset
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/dwarf2/
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)));
read.c
274
sect_offset
line_sect_off;
322
sect_offset
sect_off;
667
sect_offset
discriminant_offset {};
681
sect_offset
offset;
785
static
sect_offset
read_abbrev_offset (dwarf2_per_objfile *per_objfile,
786
dwarf2_section_info *,
sect_offset
);
818
static line_header_up dwarf_decode_line_header (
sect_offset
sect_off,
1051
(
sect_offset
sect_off, unsigned int offset_in_dwz,
1073
static struct type *get_die_type_at_offset (
sect_offset
,
1841
sect_offset
sect_off, ULONGEST length
12040
typedef std::unordered_map<
sect_offset
, int> offset_map_type;
typedef
[
all
...]
/src/external/gpl3/gdb/dist/gdb/dwarf2/
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)));
/src/sys/arch/amiga/stand/bootblock/elf2bb/
elf2bb.c
109
uint32_t *
sect_offset
;
local
254
sect_offset
= malloc(be16toh(eh->e_shnum) * sizeof(uint32_t));
264
sect_offset
[i] = l;
323
base = buffer +
sect_offset
[n];
341
value = be32toh(ra->r_addend) + eval(s,
sect_offset
);
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
2618
uint32_t
sect_offset
= (Pc + Offset) - sect_addr;
local
2628
if (RelocOffset ==
sect_offset
) {
2730
uint64_t
sect_offset
= (Pc + Offset) - sect_addr;
local
2738
if (RelocOffset ==
sect_offset
) {
2796
uint32_t
sect_offset
= (Pc + Offset) - sect_addr;
local
2806
return RelocOffset ==
sect_offset
;
2933
uint64_t
sect_offset
= (Pc + Offset) - sect_addr;
local
2937
return RelocOffset ==
sect_offset
;
3013
uint64_t
sect_offset
= ReferenceValue - Sec.addr;
local
3014
uint64_t object_offset = Sec.offset +
sect_offset
;
3034
uint64_t
sect_offset
= ReferenceValue - Sec.addr;
local
3223
uint64_t
sect_offset
= ReferenceValue - Sec.addr;
local
6873
uint64_t
sect_offset
= ReferencePC - sect_addr;
local
[
all
...]
Completed in 26 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026