/external/elfutils/src/libdw/ |
H A D | dwarf_next_cfi.c | 70 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 D | dwarf_nextcu.c | 102 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 D | libdw_findcu.c | 77 uint8_t offset_size; local 84 &address_size, &offset_size, 110 newp->offset_size = offset_size;
|
H A D | dwarf_getaranges.c | 191 unsigned int offset_size; local 193 offset_size = 8; 195 offset_size = 4; 197 offset_size,
|
H A D | libdwP.h | 295 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 D | dwarf2diehandler.cc | 53 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 D | dwarf2diehandler.h | 270 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 D | functioninfo.cc | 114 uint8 offset_size, 112 StartCompilationUnit(uint64 offset, uint8 address_size, uint8 offset_size, uint64 cu_length, uint8 dwarf_version) argument
|
H A D | dwarf2reader.h | 340 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 D | dwarf2reader.cc | 1802 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 D | dwarf_cu_to_module.cc | 1061 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 D | readpdb.c | 480 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 D | readelf.c | 3946 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...] |