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

/external/elfutils/src/libdw/
H A Ddwarf_next_cfi.c70 size_t offset_size = 4; local
74 offset_size = 8;
84 || unlikely (length < offset_size + 1))
88 computation. If the offset_size is 4 the '- 4' term undoes the
89 '2 *'. If offset_size is 8 this term computes the size of the
91 *next_off = off + (2 * offset_size - 4) + length;
96 if (offset_size == 8)
116 || unlikely (pos <= (ptrdiff_t) offset_size))
H A Ddwarf_nextcu.c102 size_t offset_size = 4; local
107 offset_size = 8;
117 if (unlikely (DIE_OFFSET_FROM_CU_OFFSET (off, offset_size, debug_types)
134 if (__libdw_read_offset_inc (dwarf, sec_idx, &bytes, offset_size,
146 if (__libdw_read_offset_inc (dwarf, sec_idx, &bytes, offset_size,
174 *offset_sizep = offset_size;
178 *next_off = off + 2 * offset_size - 4 + length;
H A Dlibdw_findcu.c77 uint8_t offset_size; local
84 &address_size, &offset_size,
110 newp->offset_size = offset_size;
H A Ddwarf_getaranges.c191 unsigned int offset_size; local
193 offset_size = 8;
195 offset_size = 4;
197 offset_size,
H A DlibdwP.h295 uint8_t offset_size; member in struct:Dwarf_CU
332 Note the trick in the computation. If the offset_size is 4
334 offset_size is 8 it accounts for the 4-byte escape value
336 #define DIE_OFFSET_FROM_CU_OFFSET(cu_offset, offset_size, type_unit) \
337 ((type_unit) ? ((cu_offset) + 4 * (offset_size) - 4 + 3 + 8) \
338 : ((cu_offset) + 3 * (offset_size) - 4 + 3))
346 (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/src/
H A Dreadelf.c3946 unsigned int vers, unsigned int addrsize, unsigned int offset_size,
3949 const unsigned int ref_size = vers < 3 ? addrsize : offset_size;
4233 addrsize, offset_size, cu, uleb, data);
4432 uint_fast8_t address_size, uint_fast8_t offset_size,
4452 .dwarf64 = offset_size == 8,
5763 unsigned int offset_size; member in struct:attrcb_args
5899 cbargs->addrsize, cbargs->offset_size,
5912 cbargs->addrsize, cbargs->offset_size,
6073 cbargs->version, cbargs->addrsize, cbargs->offset_size,
6156 .offset_size
3945 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
4431 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
6903 uint_fast8_t offset_size = 4; local
[all...]

Completed in 2963 milliseconds