Home
last modified time | relevance | path

Searched refs:abort_msg_t (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/private/
DKernelArgumentBlock.h27 struct abort_msg_t;
75 abort_msg_t** abort_message_ptr;
Dlibc_logging.h67 struct abort_msg_t { struct
/bionic/libc/bionic/
Dlibc_init_common.cpp47 extern "C" abort_msg_t** __abort_message_ptr;
Dlibc_logging.cpp51 __LIBC_HIDDEN__ abort_msg_t** __abort_message_ptr; // Accessible to __libc_init_common.
665 size_t size = sizeof(abort_msg_t) + strlen(msg) + 1; in android_set_abort_message()
676 abort_msg_t* new_abort_message = reinterpret_cast<abort_msg_t*>(map); in android_set_abort_message()
/bionic/linker/
Dlinker.h273 extern "C" abort_msg_t* g_abort_message;
Dlinker.cpp120 __LIBC_HIDDEN__ abort_msg_t* g_abort_message = nullptr; // For debuggerd.