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

/external/elfutils/libdw/
H A Ddwarf_next_cfi.c69 size_t offset_size = 4; local
73 offset_size = 8;
83 || unlikely (length < offset_size + 1))
87 computation. If the offset_size is 4 the '- 4' term undoes the
88 '2 *'. If offset_size is 8 this term computes the size of the
90 *next_off = off + (2 * offset_size - 4) + length;
95 if (offset_size == 8)
115 || unlikely (pos <= (ptrdiff_t) offset_size))
H A Ddwarf_nextcu.c95 size_t offset_size = 4; local
100 offset_size = 8;
110 if (unlikely (DIE_OFFSET_FROM_CU_OFFSET (off, offset_size, debug_types)
127 if (__libdw_read_offset_inc (dwarf, sec_idx, &bytes, offset_size,
139 if (__libdw_read_offset_inc (dwarf, sec_idx, &bytes, offset_size,
167 *offset_sizep = offset_size;
171 *next_off = off + 2 * offset_size - 4 + length;
H A Dlibdw_findcu.c75 uint8_t offset_size; local
82 &address_size, &offset_size,
108 newp->offset_size = offset_size;
H A Ddwarf_getaranges.c200 unsigned int offset_size; local
202 offset_size = 8;
204 offset_size = 4;
206 offset_size,
H A DlibdwP.h292 uint8_t offset_size; member in struct:Dwarf_CU
329 Note the trick in the computation. If the offset_size is 4
331 offset_size is 8 it accounts for the 4-byte escape value
333 #define DIE_OFFSET_FROM_CU_OFFSET(cu_offset, offset_size, type_unit) \
334 ((type_unit) ? ((cu_offset) + 4 * (offset_size) - 4 + 3 + 8) \
335 : ((cu_offset) + 3 * (offset_size) - 4 + 3))
343 (fromcu)->offset_size, \
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2diehandler.cc53 uint8 offset_size, uint64 cu_length,
56 offset_size, cu_length,
52 StartCompilationUnit(uint64 offset, uint8 address_size, uint8 offset_size, uint64 cu_length, uint8 dwarf_version) argument
H A Ddwarf2diehandler.h270 uint8 offset_size, uint64 cu_length,
294 uint8 offset_size, uint64 cu_length,
269 StartCompilationUnit(uint64 offset, uint8 address_size, uint8 offset_size, uint64 cu_length, uint8 dwarf_version) argument
H A Dfunctioninfo.cc114 uint8 offset_size,
112 StartCompilationUnit(uint64 offset, uint8 address_size, uint8 offset_size, uint64 cu_length, uint8 dwarf_version) argument
H A Ddwarf2reader.h340 uint8 offset_size, uint64 cu_length,
339 StartCompilationUnit(uint64 offset, uint8 address_size, uint8 offset_size, uint64 cu_length, uint8 dwarf_version) argument
H A Ddwarf2reader.cc1802 size_t offset_size = reader_->OffsetSize(); local
1803 if (offset_size > size_t(entry->end - cursor)) return ReportIncomplete(entry);
1825 if (offset_size == 4)
1828 assert(offset_size == 8);
1834 cursor += offset_size;
/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.cc1061 uint8 offset_size,
1059 StartCompilationUnit(uint64 offset, uint8 address_size, uint8 offset_size, uint64 cu_length, uint8 dwarf_version) argument
/external/valgrind/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;
/external/elfutils/src/
H A Dreadelf.c4052 unsigned int vers, unsigned int addrsize, unsigned int offset_size,
4055 const unsigned int ref_size = vers < 3 ? addrsize : offset_size;
4339 addrsize, offset_size, cu, uleb, data);
4538 uint_fast8_t address_size, uint_fast8_t offset_size,
4558 .dwarf64 = offset_size == 8,
5869 unsigned int offset_size; member in struct:attrcb_args
6005 cbargs->addrsize, cbargs->offset_size,
6018 cbargs->addrsize, cbargs->offset_size,
6179 cbargs->version, cbargs->addrsize, cbargs->offset_size,
6262 .offset_size
4051 print_ops(Dwfl_Module *dwflmod, Dwarf *dbg, int indent, int indentrest, unsigned int vers, unsigned int addrsize, unsigned int offset_size, struct Dwarf_CU *cu, Dwarf_Word len, const unsigned char *data) argument
4537 notice_listptr(enum section_e section, struct listptr_table *table, uint_fast8_t address_size, uint_fast8_t offset_size, struct Dwarf_CU *cu, Dwarf_Off offset) argument
7009 uint_fast8_t offset_size = 4; local
[all...]

Completed in 171 milliseconds