Home
last modified time | relevance | path

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

/system/core/libbacktrace/
DBacktrace.cpp56 std::string func_name = GetFunctionNameRaw(pc, offset); in GetFunctionName() local
Dbacktrace_test.cpp1198 std::string func_name = backtrace->GetFunctionName(read_addr, &offset); in TEST() local
1274 std::string func_name = backtrace->GetFunctionName(read_addr, &offset); in TEST() local
/system/core/include/backtrace/
DBacktrace.h61 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
/system/bt/btif/src/
Dbtif_dm.c3525 char* func_name; in btif_debug_bond_event_dump() local