Home
last modified time | relevance | path

Searched refs:offset_size (Results 1 – 25 of 27) sorted by relevance

12

/external/elfutils/src/libdw/
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;
Ddwarf_next_cfi.c70 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))
Dlibdw_findcu.c77 uint8_t offset_size; local
84 &address_size, &offset_size,
110 newp->offset_size = offset_size;
Ddwarf_getaranges.c191 unsigned int offset_size; local
193 offset_size = 8;
195 offset_size = 4;
197 offset_size,
Dlibdw_form.c59 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()
DlibdwP.h295 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, \
Ddwarf_diecu.c52 *offset_sizep = die->cu->offset_size;
Ddwarf_cu_die.c61 *offset_sizep = cu->offset_size;
Ddwarf_formstring.c71 attrp->cu->offset_size, &off, IDX_debug_str, 1))
Ddwarf_formref_die.c55 : cu->offset_size);
Ddwarf_formudata.c57 attr->cu->offset_size, &offset, sec_index, 0)) in __libdw_formptr()
Ddwarf_getmacros.c359 .offset_size = table->is_64bit ? 8 : 4, in read_macros()
Ddwarf_getlocation.c568 : cu->offset_size), in getlocation()
/external/google-breakpad/src/common/dwarf/
Ddwarf2diehandler.h270 uint8 offset_size, uint64 cu_length, in StartCompilationUnit() argument
294 uint8 offset_size, uint64 cu_length,
Ddwarf2diehandler.cc53 uint8 offset_size, uint64 cu_length, in StartCompilationUnit() argument
56 offset_size, cu_length, in StartCompilationUnit()
Dfunctioninfo.h133 uint8 offset_size, uint64 cu_length,
Dfunctioninfo.cc114 uint8 offset_size, in StartCompilationUnit() argument
Ddwarf2reader.cc1802 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()
Ddwarf2reader.h340 uint8 offset_size, uint64 cu_length, in StartCompilationUnit() argument
Ddwarf2reader_die_unittest.cc76 uint8 offset_size, uint64 cu_length,
/external/elfutils/src/libdwfl/
Dcu.c158 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/
Ddwarf_cu_to_module.h256 uint8 offset_size, uint64 cu_length,
Ddwarf_cu_to_module.cc1061 uint8 offset_size, in StartCompilationUnit() argument
/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c480 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/
Dreadelf.c3946 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 …]

12