• Home
  • Raw
  • Download

Lines Matching refs:_addr

181       : _addressSpace(addressSpace), _addr(addr) {}  in UnwindSectionHeader()
184 return _addressSpace.get32(_addr + in version()
188 return _addressSpace.get32(_addr + in commonEncodingsArraySectionOffset()
193 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in commonEncodingsArrayCount()
197 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in personalityArraySectionOffset()
202 _addr + offsetof(unwind_info_section_header, personalityArrayCount)); in personalityArrayCount()
206 _addr + offsetof(unwind_info_section_header, indexSectionOffset)); in indexSectionOffset()
210 _addr + offsetof(unwind_info_section_header, indexCount)); in indexCount()
215 typename A::pint_t _addr; member in libunwind::UnwindSectionHeader
221 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionIndexArray()
225 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index, in functionOffset()
230 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index, in secondLevelPagesSectionOffset()
235 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index, in lsdaIndexArraySectionOffset()
241 typename A::pint_t _addr; member in libunwind::UnwindSectionIndexArray
247 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionRegularPageHeader()
251 _addr + offsetof(unwind_info_regular_second_level_page_header, kind)); in kind()
255 _addr + offsetof(unwind_info_regular_second_level_page_header, in entryPageOffset()
260 _addr + in entryCount()
266 typename A::pint_t _addr; member in libunwind::UnwindSectionRegularPageHeader
272 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionRegularArray()
276 _addr + arrayoffsetof(unwind_info_regular_second_level_entry, index, in functionOffset()
281 _addr + in encoding()
287 typename A::pint_t _addr; member in libunwind::UnwindSectionRegularArray
293 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionCompressedPageHeader()
297 _addr + in kind()
302 _addr + offsetof(unwind_info_compressed_second_level_page_header, in entryPageOffset()
307 _addr + in entryCount()
312 _addr + offsetof(unwind_info_compressed_second_level_page_header, in encodingsPageOffset()
317 _addr + offsetof(unwind_info_compressed_second_level_page_header, in encodingsCount()
323 typename A::pint_t _addr; member in libunwind::UnwindSectionCompressedPageHeader
329 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionCompressedArray()
333 _addressSpace.get32(_addr + index * sizeof(uint32_t))); in functionOffset()
337 _addressSpace.get32(_addr + index * sizeof(uint32_t))); in encodingIndex()
342 typename A::pint_t _addr; member in libunwind::UnwindSectionCompressedArray
348 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionLsdaArray()
352 _addr + arrayoffsetof(unwind_info_section_header_lsda_index_entry, in functionOffset()
357 _addr + arrayoffsetof(unwind_info_section_header_lsda_index_entry, in lsdaOffset()
363 typename A::pint_t _addr; member in libunwind::UnwindSectionLsdaArray