Home
last modified time | relevance | path

Searched refs:get_sigcode (Results 1 – 4 of 4) sorted by relevance

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dutility.h93 const char* get_sigcode(const siginfo_t*);
/system/core/debuggerd/libdebuggerd/
Dutility.cpp310 const char* get_sigcode(const siginfo_t* si) { in get_sigcode() function
Dtombstone_proto.cpp762 sig.set_code_name(get_sigcode(target_thread.siginfo)); in engrave_tombstone_proto()
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp226 si->si_signo, get_signame(si), si->si_code, get_sigcode(si), sender_desc, in log_signal_summary()