HomeSort by relevance Sort by last modified time
    Searched refs:arrayoffsetof (Results 1 - 2 of 2) sorted by null

  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 175 #define arrayoffsetof(type, index, field) ((size_t)(&((type *)0)[index].field)) macro
225 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index,
230 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index,
235 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index,
276 _addr + arrayoffsetof(unwind_info_regular_second_level_entry, index,
282 arrayoffsetof(unwind_info_regular_second_level_entry, index, encoding));
352 _addr + arrayoffsetof(unwind_info_section_header_lsda_index_entry,
357 _addr + arrayoffsetof(unwind_info_section_header_lsda_index_entry,
662 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof(
668 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof(
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 175 #define arrayoffsetof(type, index, field) ((size_t)(&((type *)0)[index].field)) macro
225 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index,
230 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index,
235 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index,
276 _addr + arrayoffsetof(unwind_info_regular_second_level_entry, index,
282 arrayoffsetof(unwind_info_regular_second_level_entry, index, encoding));
352 _addr + arrayoffsetof(unwind_info_section_header_lsda_index_entry,
357 _addr + arrayoffsetof(unwind_info_section_header_lsda_index_entry,
662 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof(
668 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof(
    [all...]

Completed in 86 milliseconds