Home
last modified time | relevance | path

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

/system/core/libbacktrace/
DBacktrace.cpp61 std::string func_name = GetFunctionNameRaw(pc, offset); in GetFunctionName() local
Dbacktrace_test.cpp1165 std::string func_name = backtrace->GetFunctionName(read_addr, &offset); in TEST() local
1241 std::string func_name = backtrace->GetFunctionName(read_addr, &offset); in TEST() local
/system/core/include/backtrace/
DBacktrace.h43 std::string func_name; // The function name associated with this pc, NULL if not found. member
/system/core/debuggerd/
Dtombstone.cpp260 std::string func_name(backtrace->GetFunctionName(stack_data[i], &offset)); in dump_stack_segment() local