HomeSort by relevance Sort by last modified time
    Searched refs:__abort_message_ptr (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
libc_init_common.cpp 47 extern "C" abort_msg_t** __abort_message_ptr;
110 __abort_message_ptr = args.abort_message_ptr;
libc_logging.cpp 51 __LIBC_HIDDEN__ abort_msg_t** __abort_message_ptr; // Accessible to __libc_init_common. variable
654 if (__abort_message_ptr == NULL) {
659 if (*__abort_message_ptr != NULL) {
673 if (*__abort_message_ptr != NULL) {
674 munmap(*__abort_message_ptr, (*__abort_message_ptr)->size);
679 *__abort_message_ptr = new_abort_message;

Completed in 44 milliseconds