Home
last modified time | relevance | path

Searched defs:func_name (Results 1 – 3 of 3) sorted by relevance

/system/core/include/backtrace/
DBacktrace.h43 std::string func_name; // The function name associated with this pc, NULL if not found. member
/system/core/libbacktrace/
DBacktraceImpl.cpp67 std::string func_name = impl_->GetFunctionNameRaw(pc, offset); in GetFunctionName() local
/system/core/debuggerd/
Dtombstone.cpp250 std::string func_name(backtrace->GetFunctionName(stack_content, &offset)); in dump_stack_segment() local