Home
last modified time | relevance | path

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

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