HomeSort by: relevance | last modified time | path
    Searched defs:unwind_mode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
unwind.c 526 int unwind_mode = 0; local
538 unwind_mode |= bmode;
596 unwind_mode |= FRINFO_NO_WALK;
601 sz = stack_unwind (d, tmpsz, bptr, NULL, context, unwind_mode);
870 int unwind_mode = 0; local
872 unwind_mode |= FRINFO_NO_WALK;
873 return stack_unwind (buf, size, bptr, eptr, arg, unwind_mode);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
unwind.c 526 int unwind_mode = 0; local
538 unwind_mode |= bmode;
596 unwind_mode |= FRINFO_NO_WALK;
601 sz = stack_unwind (d, tmpsz, bptr, NULL, context, unwind_mode);
870 int unwind_mode = 0; local
872 unwind_mode |= FRINFO_NO_WALK;
873 return stack_unwind (buf, size, bptr, eptr, arg, unwind_mode);

Completed in 16 milliseconds