Lines Matching refs:_addr
239 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionHeader()
242 return _addressSpace.get32(_addr + in version()
246 return _addressSpace.get32(_addr + in commonEncodingsArraySectionOffset()
251 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in commonEncodingsArrayCount()
255 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in personalityArraySectionOffset()
260 _addr + offsetof(unwind_info_section_header, personalityArrayCount)); in personalityArrayCount()
264 _addr + offsetof(unwind_info_section_header, indexSectionOffset)); in indexSectionOffset()
268 _addr + offsetof(unwind_info_section_header, indexCount)); in indexCount()
273 typename A::pint_t _addr; member in libunwind::UnwindSectionHeader
279 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionIndexArray()
283 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index, in functionOffset()
288 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index, in secondLevelPagesSectionOffset()
293 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index, in lsdaIndexArraySectionOffset()
299 typename A::pint_t _addr; member in libunwind::UnwindSectionIndexArray
305 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionRegularPageHeader()
309 _addr + offsetof(unwind_info_regular_second_level_page_header, kind)); in kind()
313 _addr + offsetof(unwind_info_regular_second_level_page_header, in entryPageOffset()
318 _addr + in entryCount()
324 typename A::pint_t _addr; member in libunwind::UnwindSectionRegularPageHeader
330 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionRegularArray()
334 _addr + arrayoffsetof(unwind_info_regular_second_level_entry, index, in functionOffset()
339 _addr + in encoding()
345 typename A::pint_t _addr; member in libunwind::UnwindSectionRegularArray
351 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionCompressedPageHeader()
355 _addr + in kind()
360 _addr + offsetof(unwind_info_compressed_second_level_page_header, in entryPageOffset()
365 _addr + in entryCount()
370 _addr + offsetof(unwind_info_compressed_second_level_page_header, in encodingsPageOffset()
375 _addr + offsetof(unwind_info_compressed_second_level_page_header, in encodingsCount()
381 typename A::pint_t _addr; member in libunwind::UnwindSectionCompressedPageHeader
387 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionCompressedArray()
391 _addressSpace.get32(_addr + index * sizeof(uint32_t))); in functionOffset()
395 _addressSpace.get32(_addr + index * sizeof(uint32_t))); in encodingIndex()
400 typename A::pint_t _addr; member in libunwind::UnwindSectionCompressedArray
406 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionLsdaArray()
410 _addr + arrayoffsetof(unwind_info_section_header_lsda_index_entry, in functionOffset()
415 _addr + arrayoffsetof(unwind_info_section_header_lsda_index_entry, in lsdaOffset()
421 typename A::pint_t _addr; member in libunwind::UnwindSectionLsdaArray