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

  /external/elfutils/libdw/
dwarf_nextcu.c 78 size_t offset_size = 4; local
80 offset_size = 8;
83 computation. If the offset_size is 4 the '- 4' term undoes the
84 '2 *'. If offset_size is 8 this term computes the size of the
86 if (unlikely (off + 2 * offset_size - 4 + sizeof (uint16_t)
87 + offset_size + sizeof (uint8_t)
105 if (offset_size == 4)
119 *offset_sizep = offset_size;
128 *next_off = off + 2 * offset_size - 4 + length;
libdw_findcu.c 73 uint8_t offset_size; local
77 &abbrev_offset, &address_size, &offset_size) != 0)
88 newp->offset_size = offset_size;
dwarf_getaranges.c 144 unsigned int offset_size; local
146 offset_size = 8;
148 offset_size = 4;
149 new_arange->arange.offset = offset + 3 * offset_size - 4 + 3;
dwarf_formstring.c 48 if (attrp->cu->offset_size == 8)
libdw_form.c 42 result = cu->offset_size;
libdwP.h 228 uint8_t offset_size; member in struct:Dwarf_CU
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 502 unsigned long offset_size; member in struct:_PDB_SYMBOLS_OLD
517 unsigned long offset_size; member in struct:_PDB_SYMBOLS
    [all...]

Completed in 99 milliseconds