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 48 extern "C" abort_msg_t** __abort_message_ptr;
100 __abort_message_ptr = args.abort_message_ptr;
libc_logging.cpp 47 __LIBC_HIDDEN__ abort_msg_t** __abort_message_ptr; // Accessible to __libc_init_common. variable
516 if (__abort_message_ptr != NULL) {
518 if (*__abort_message_ptr != NULL) {
519 munmap(*__abort_message_ptr, (*__abort_message_ptr)->size);
524 *__abort_message_ptr = new_abort_message;

Completed in 153 milliseconds