Searched refs:arrayoffsetof (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | UnwindCursor.hpp | 257 #define arrayoffsetof(type, index, field) \ macro 308 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index, in functionOffset() 313 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index, in secondLevelPagesSectionOffset() 318 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index, in lsdaIndexArraySectionOffset() 359 _addr + arrayoffsetof(unwind_info_regular_second_level_entry, index, in functionOffset() 365 arrayoffsetof(unwind_info_regular_second_level_entry, index, encoding)); in encoding() 435 _addr + arrayoffsetof(unwind_info_section_header_lsda_index_entry, in functionOffset() 440 _addr + arrayoffsetof(unwind_info_section_header_lsda_index_entry, in lsdaOffset() 1479 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in functionAddress() 1485 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in dataAddress()
|