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

  /external/libunwind/src/mi/
Gdyn-extract.c 43 pi->unwind_info_size = 0;
  /external/libunwind/src/coredump/
_UCD_find_proc_info.c 135 void *mem = malloc (pi->unwind_info_size);
139 memcpy (mem, pi->unwind_info, pi->unwind_info_size);
  /external/libunwind/src/ptrace/
_UPT_find_proc_info.c 124 void *mem = malloc (pi->unwind_info_size);
128 memcpy (mem, pi->unwind_info, pi->unwind_info_size);
  /external/libunwind/include/
libunwind-common.h.in 135 int unwind_info_size; /* size of the information (if applicable) */
libunwind-common.h 139 int unwind_info_size; /* size of the information (if applicable) */ member in struct:unw_proc_info
  /external/libcxxabi/include/
libunwind.h 84 uint32_t unwind_info_size; /* size of dwarf unwind info, or zero if none */ member in struct:unw_proc_info_t
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 88 uint32_t unwind_info_size; /* size of dwarf unwind info, or zero if none */ member in struct:unw_proc_info_t
  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 860 _info.unwind_info_size = (uint32_t)fdeInfo.fdeLength;
    [all...]
  /external/libunwind/src/dwarf/
Gfde.c 336 pi->unwind_info_size = sizeof (dci);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 860 _info.unwind_info_size = (uint32_t)fdeInfo.fdeLength;
    [all...]
  /external/libunwind/src/arm/
Gex_tables.c 443 pi->unwind_info_size = 8;
  /external/libunwind/src/ia64/
Gtables.c 333 pi->unwind_info_size = 8 * IA64_UNW_LENGTH (hdr);
Gparser.c 995 desc_end = dp + c->pi.unwind_info_size;

Completed in 243 milliseconds