/external/elfutils/src/libdw/ |
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;
|
D | dwarf_next_cfi.c | 70 size_t offset_size = 4; local 74 offset_size = 8; 84 || unlikely (length < offset_size + 1)) 91 *next_off = off + (2 * offset_size - 4) + length; 96 if (offset_size == 8) 116 || unlikely (pos <= (ptrdiff_t) offset_size))
|
D | libdw_findcu.c | 77 uint8_t offset_size; local 84 &address_size, &offset_size, 110 newp->offset_size = offset_size;
|
D | dwarf_getaranges.c | 191 unsigned int offset_size; local 193 offset_size = 8; 195 offset_size = 4; 197 offset_size,
|
D | libdw_form.c | 59 result = cu->version == 2 ? cu->address_size : cu->offset_size; in __libdw_form_val_compute_len() 66 result = cu->offset_size; in __libdw_form_val_compute_len()
|
D | libdwP.h | 295 uint8_t offset_size; member 336 #define DIE_OFFSET_FROM_CU_OFFSET(cu_offset, offset_size, type_unit) \ argument 337 ((type_unit) ? ((cu_offset) + 4 * (offset_size) - 4 + 3 + 8) \ 338 : ((cu_offset) + 3 * (offset_size) - 4 + 3)) 346 (fromcu)->offset_size, \
|
D | dwarf_diecu.c | 52 *offset_sizep = die->cu->offset_size;
|
D | dwarf_cu_die.c | 61 *offset_sizep = cu->offset_size;
|
D | dwarf_formstring.c | 71 attrp->cu->offset_size, &off, IDX_debug_str, 1))
|
D | dwarf_formref_die.c | 55 : cu->offset_size);
|
D | dwarf_formudata.c | 57 attr->cu->offset_size, &offset, sec_index, 0)) in __libdw_formptr()
|
D | dwarf_getmacros.c | 359 .offset_size = table->is_64bit ? 8 : 4, in read_macros()
|
D | dwarf_getlocation.c | 568 : cu->offset_size), in getlocation()
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2diehandler.h | 270 uint8 offset_size, uint64 cu_length, in StartCompilationUnit() argument 294 uint8 offset_size, uint64 cu_length,
|
D | dwarf2diehandler.cc | 53 uint8 offset_size, uint64 cu_length, in StartCompilationUnit() argument 56 offset_size, cu_length, in StartCompilationUnit()
|
D | functioninfo.h | 133 uint8 offset_size, uint64 cu_length,
|
D | functioninfo.cc | 114 uint8 offset_size, in StartCompilationUnit() argument
|
D | dwarf2reader.cc | 1802 size_t offset_size = reader_->OffsetSize(); in ReadEntryPrologue() local 1803 if (offset_size > size_t(entry->end - cursor)) return ReportIncomplete(entry); in ReadEntryPrologue() 1825 if (offset_size == 4) in ReadEntryPrologue() 1828 assert(offset_size == 8); in ReadEntryPrologue() 1834 cursor += offset_size; in ReadEntryPrologue()
|
D | dwarf2reader.h | 340 uint8 offset_size, uint64 cu_length, in StartCompilationUnit() argument
|
D | dwarf2reader_die_unittest.cc | 76 uint8 offset_size, uint64 cu_length,
|
/external/elfutils/src/libdwfl/ |
D | cu.c | 158 return DIE_OFFSET_FROM_CU_OFFSET (cu->die.cu->start, cu->die.cu->offset_size, in cudie_offset() 177 dwkey.offset_size = 0; in intern_cu()
|
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.h | 256 uint8 offset_size, uint64 cu_length,
|
D | dwarf_cu_to_module.cc | 1061 uint8 offset_size, in StartCompilationUnit() argument
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readpdb.c | 480 unsigned long offset_size; member 495 unsigned long offset_size; member 1181 symbols->offset_size = old->offset_size; in pdb_convert_symbols_header()
|
/external/elfutils/src/src/ |
D | readelf.c | 3946 unsigned int vers, unsigned int addrsize, unsigned int offset_size, in print_ops() argument 3949 const unsigned int ref_size = vers < 3 ? addrsize : offset_size; in print_ops() 4233 addrsize, offset_size, cu, uleb, data); in print_ops() 4432 uint_fast8_t address_size, uint_fast8_t offset_size, in notice_listptr() argument 4452 .dwarf64 = offset_size == 8, in notice_listptr() 5763 unsigned int offset_size; member 5899 cbargs->addrsize, cbargs->offset_size, in attr_callback() 5912 cbargs->addrsize, cbargs->offset_size, in attr_callback() 6073 cbargs->version, cbargs->addrsize, cbargs->offset_size, in attr_callback() 6156 .offset_size = offsize in print_debug_units() [all …]
|