Home
last modified time | relevance | path

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

/bionic/libc/private/
DKernelArgumentBlock.h24 struct abort_msg_t;
72 abort_msg_t** abort_message_ptr;
Dlibc_logging.h70 struct abort_msg_t { struct
/bionic/libc/bionic/
Dlibc_init_common.cpp48 extern "C" abort_msg_t** __abort_message_ptr;
Dlibc_logging.cpp47 __LIBC_HIDDEN__ abort_msg_t** __abort_message_ptr; // Accessible to __libc_init_common.
510 size_t size = sizeof(abort_msg_t) + strlen(msg) + 1; in __libc_set_abort_message()
521 abort_msg_t* new_abort_message = reinterpret_cast<abort_msg_t*>(map); in __libc_set_abort_message()
/bionic/linker/
Dlinker.h189 extern "C" abort_msg_t* gAbortMessage;
Dlinker.cpp108 __LIBC_HIDDEN__ abort_msg_t* gAbortMessage = NULL; // For debuggerd.