Searched defs:offset_size (Results 1 - 9 of 9) sorted by relevance

/external/elfutils/0.153/libdw/
H A Ddwarf_next_cfi.c91 size_t offset_size = 4; local
95 offset_size = 8;
105 || unlikely (length < offset_size + 1))
109 computation. If the offset_size is 4 the '- 4' term undoes the
110 '2 *'. If offset_size is 8 this term computes the size of the
112 *next_off = off + (2 * offset_size - 4) + length;
117 if (offset_size == 8)
137 || unlikely (pos <= (ptrdiff_t) offset_size))
H A Ddwarf_nextcu.c123 size_t offset_size = 4; local
128 offset_size = 8;
138 if (unlikely (DIE_OFFSET_FROM_CU_OFFSET (off, offset_size, debug_types)
155 if (__libdw_read_offset_inc (dwarf, sec_idx, &bytes, offset_size,
167 if (__libdw_read_offset_inc (dwarf, sec_idx, &bytes, offset_size,
195 *offset_sizep = offset_size;
199 *next_off = off + 2 * offset_size - 4 + length;
H A Dlibdw_findcu.c72 uint8_t offset_size; local
79 &address_size, &offset_size,
99 newp->offset_size = offset_size;
H A Ddwarf_getaranges.c209 unsigned int offset_size; local
211 offset_size = 8;
213 offset_size = 4;
215 offset_size,
H A DlibdwP.h291 uint8_t offset_size; member in struct:Dwarf_CU
324 Note the trick in the computation. If the offset_size is 4
326 offset_size is 8 it accounts for the 4-byte escape value
328 #define DIE_OFFSET_FROM_CU_OFFSET(cu_offset, offset_size, type_unit) \
329 ((type_unit) ? ((cu_offset) + 4 * (offset_size) - 4 + 3 + 8) \
330 : ((cu_offset) + 3 * (offset_size) - 4 + 3))
338 (fromcu)->offset_size, \
/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_dec.cc398 const uint64_t offset_size = index_format ? 4 : 2; local
402 if (offset_size * loca_size > dst_size) {
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc502 const uint64_t offset_size = index_format ? 4 : 2; local
507 if (offset_size * loca_size > dst_size) {
/external/elfutils/0.153/src/
H A Dreadelf.c3907 unsigned int vers, unsigned int addrsize, unsigned int offset_size,
3910 const unsigned int ref_size = vers < 3 ? addrsize : offset_size;
4348 addrsize, offset_size, uleb, data);
4490 uint_fast8_t address_size, uint_fast8_t offset_size,
4510 .dwarf64 = offset_size == 8,
5524 unsigned int offset_size; member in struct:attrcb_args
5656 cbargs->addrsize, cbargs->offset_size, num);
5665 cbargs->addrsize, cbargs->offset_size, num);
5791 cbargs->version, cbargs->addrsize, cbargs->offset_size,
5874 .offset_size
3906 print_ops(Dwfl_Module *dwflmod, Dwarf *dbg, int indent, int indentrest, unsigned int vers, unsigned int addrsize, unsigned int offset_size, Dwarf_Word len, const unsigned char *data) argument
4489 notice_listptr(enum section_e section, struct listptr_table *table, uint_fast8_t address_size, uint_fast8_t offset_size, Dwarf_Off offset) argument
6492 uint_fast8_t offset_size = 4; local
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c480 unsigned long offset_size; member in struct:_PDB_SYMBOLS_OLD
495 unsigned long offset_size; member in struct:_PDB_SYMBOLS
1181 symbols->offset_size = old->offset_size;

Completed in 172 milliseconds