HomeSort by relevance Sort by last modified time
    Searched defs:unwind_info (Results 1 - 4 of 4) sorted by null

  /external/libunwind/include/
libunwind-common.h 148 void *unwind_info; /* unwind-info (arch-specific) */ member in struct:unw_proc_info
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc 78 UWOP_SET_FPREG, /* no info, FP = RSP + UNWIND_INFO.FPRegOffset*16 */
706 UnwindInfo *unwind_info = static_cast<UnwindInfo *>( local
715 for (UBYTE c = 0; c < unwind_info->count_of_codes; c++) {
716 UnwindCode *unwind_code = &unwind_info->unwind_code[c];
725 if (c < unwind_info->count_of_codes)
729 if (c < unwind_info->count_of_codes)
764 if (unwind_info->flags & UNW_FLAG_CHAININFO) {
767 (unwind_info->unwind_code +
768 ((unwind_info->count_of_codes + 1) & ~1)));
770 unwind_info = static_cast<UnwindInfo *>
    [all...]
  /external/libunwind_llvm/include/
libunwind.h 79 unw_word_t unwind_info; /* address of dwarf unwind info, or zero */ member in struct:unw_proc_info_t
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 79 unw_word_t unwind_info; /* address of dwarf unwind info, or zero */ member in struct:unw_proc_info_t

Completed in 107 milliseconds