OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offset_size
(Results
1 - 11
of
11
) sorted by null
/external/elfutils/libdw/
dwarf_nextcu.c
115
size_t
offset_size
= 4;
local
120
offset_size
= 8;
129
if (unlikely (DIE_OFFSET_FROM_CU_OFFSET (off,
offset_size
)
147
if (
offset_size
== 4)
161
*offset_sizep =
offset_size
;
171
*next_off = off + 2 *
offset_size
- 4 + length;
libdw_findcu.c
110
uint8_t
offset_size
;
local
114
&abbrev_offset, &address_size, &
offset_size
)
121
+ (2 *
offset_size
- 4));
135
newp->
offset_size
=
offset_size
;
dwarf_diecu.c
74
die->cu->
offset_size
));
80
*offset_sizep = die->cu->
offset_size
;
libdw_form.c
77
result = cu->version == 2 ? cu->address_size : cu->
offset_size
;
81
result = cu->
offset_size
;
dwarf_formref_die.c
73
: attr->cu->
offset_size
);
dwarf_formstring.c
84
if (attrp->cu->
offset_size
== 8)
dwarf_getaranges.c
202
unsigned int
offset_size
;
local
204
offset_size
= 8;
206
offset_size
= 4;
208
offset_size
);
libdwP.h
269
uint8_t
offset_size
;
member in struct:Dwarf_CU
295
Note the trick in the computation. If the
offset_size
is 4
297
offset_size
is 8 it accounts for the 4-byte escape value
299
#define DIE_OFFSET_FROM_CU_OFFSET(cu_offset,
offset_size
) \
300
((cu_offset) + 3 * (
offset_size
) - 4 + 3)
307
+ (fromcu)->start + 3 * (fromcu)->
offset_size
- 4 + 3), \
/external/elfutils/libdwfl/
cu.c
175
return cu->die.cu->start + 3 * cu->die.cu->
offset_size
- 4 + 3;
191
dwkey.
offset_size
= 0;
/external/chromium_org/third_party/ots/src/
woff2.cc
474
const uint64_t
offset_size
= index_format ? 4 : 2;
local
479
if (
offset_size
* loca_size > dst_size) {
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
readpdb.c
479
unsigned long
offset_size
;
member in struct:_PDB_SYMBOLS_OLD
494
unsigned long
offset_size
;
member in struct:_PDB_SYMBOLS
[
all
...]
Completed in 84 milliseconds