Home
last modified time | relevance | path

Searched refs:arrayoffsetof (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp235 #define arrayoffsetof(type, index, field) ((size_t)(&((type *)0)[index].field)) macro
285 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index, in functionOffset()
290 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index, in secondLevelPagesSectionOffset()
295 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index, in lsdaIndexArraySectionOffset()
336 _addr + arrayoffsetof(unwind_info_regular_second_level_entry, index, in functionOffset()
342 arrayoffsetof(unwind_info_regular_second_level_entry, index, encoding)); in encoding()
412 _addr + arrayoffsetof(unwind_info_section_header_lsda_index_entry, in functionOffset()
417 _addr + arrayoffsetof(unwind_info_section_header_lsda_index_entry, in lsdaOffset()
1448 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in functionAddress()
1454 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in dataAddress()