HomeSort by relevance Sort by last modified time
    Searched refs:offset_size (Results 1 - 16 of 16) sorted by null

  /external/elfutils/0.153/libdw/
dwarf_nextcu.c 123 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;
dwarf_diecu.c 73 *offset_sizep = die->cu->offset_size;
dwarf_next_cfi.c 91 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))
dwarf_formstring.c 83 attrp->cu->offset_size, &off, IDX_debug_str, 1))
libdw_findcu.c 72 uint8_t offset_size; local
79 &address_size, &offset_size,
99 newp->offset_size = offset_size;
libdw_form.c 77 result = cu->version == 2 ? cu->address_size : cu->offset_size;
82 result = cu->offset_size;
dwarf_getaranges.c 209 unsigned int offset_size; local
211 offset_size = 8;
213 offset_size = 4;
215 offset_size,
dwarf_formref_die.c 76 : cu->offset_size);
libdwP.h 291 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, \
dwarf_formudata.c 77 attr->cu->offset_size, &offset, sec_index, 0))
dwarf_getlocation.c 536 : cu->offset_size),
  /external/elfutils/0.153/libdwfl/
cu.c 175 return DIE_OFFSET_FROM_CU_OFFSET (cu->die.cu->start, cu->die.cu->offset_size,
192 dwkey.offset_size = 0;
  /external/chromium_org/third_party/brotli/src/woff2/
woff2_dec.cc 398 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/
woff2.cc 502 const uint64_t offset_size = index_format ? 4 : 2; local
507 if (offset_size * loca_size > dst_size) {
    [all...]
  /external/elfutils/0.153/src/
readelf.c 5524 unsigned int offset_size; member in struct:attrcb_args
6492 uint_fast8_t offset_size = 4; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 480 unsigned long offset_size; member in struct:_PDB_SYMBOLS_OLD
495 unsigned long offset_size; member in struct:_PDB_SYMBOLS
    [all...]

Completed in 435 milliseconds