HomeSort by relevance Sort by last modified time
    Searched defs:offset_size (Results 1 - 6 of 6) 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_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/chromium_org/third_party/ots/src/
woff2.cc 484 const uint64_t offset_size = index_format ? 4 : 2; local
489 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 6760 milliseconds