• Home
  • Raw
  • Download

Lines Matching refs:_addr

225       : _addressSpace(addressSpace), _addr(addr) {}  in UnwindSectionHeader()
228 return _addressSpace.get32(_addr + in version()
232 return _addressSpace.get32(_addr + in commonEncodingsArraySectionOffset()
237 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in commonEncodingsArrayCount()
241 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in personalityArraySectionOffset()
246 _addr + offsetof(unwind_info_section_header, personalityArrayCount)); in personalityArrayCount()
250 _addr + offsetof(unwind_info_section_header, indexSectionOffset)); in indexSectionOffset()
254 _addr + offsetof(unwind_info_section_header, indexCount)); in indexCount()
259 typename A::pint_t _addr; member in libunwind::UnwindSectionHeader
265 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionIndexArray()
269 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index, in functionOffset()
274 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index, in secondLevelPagesSectionOffset()
279 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index, in lsdaIndexArraySectionOffset()
285 typename A::pint_t _addr; member in libunwind::UnwindSectionIndexArray
291 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionRegularPageHeader()
295 _addr + offsetof(unwind_info_regular_second_level_page_header, kind)); in kind()
299 _addr + offsetof(unwind_info_regular_second_level_page_header, in entryPageOffset()
304 _addr + in entryCount()
310 typename A::pint_t _addr; member in libunwind::UnwindSectionRegularPageHeader
316 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionRegularArray()
320 _addr + arrayoffsetof(unwind_info_regular_second_level_entry, index, in functionOffset()
325 _addr + in encoding()
331 typename A::pint_t _addr; member in libunwind::UnwindSectionRegularArray
337 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionCompressedPageHeader()
341 _addr + in kind()
346 _addr + offsetof(unwind_info_compressed_second_level_page_header, in entryPageOffset()
351 _addr + in entryCount()
356 _addr + offsetof(unwind_info_compressed_second_level_page_header, in encodingsPageOffset()
361 _addr + offsetof(unwind_info_compressed_second_level_page_header, in encodingsCount()
367 typename A::pint_t _addr; member in libunwind::UnwindSectionCompressedPageHeader
373 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionCompressedArray()
377 _addressSpace.get32(_addr + index * sizeof(uint32_t))); in functionOffset()
381 _addressSpace.get32(_addr + index * sizeof(uint32_t))); in encodingIndex()
386 typename A::pint_t _addr; member in libunwind::UnwindSectionCompressedArray
392 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionLsdaArray()
396 _addr + arrayoffsetof(unwind_info_section_header_lsda_index_entry, in functionOffset()
401 _addr + arrayoffsetof(unwind_info_section_header_lsda_index_entry, in lsdaOffset()
407 typename A::pint_t _addr; member in libunwind::UnwindSectionLsdaArray