HomeSort by relevance Sort by last modified time
    Searched full:abort_msg_t (Results 1 - 6 of 6) sorted by null

  /bionic/libc/private/
KernelArgumentBlock.h 24 struct abort_msg_t;
72 abort_msg_t** abort_message_ptr;
libc_logging.h 70 struct abort_msg_t { struct
  /bionic/libc/bionic/
libc_logging.cpp 47 __LIBC_HIDDEN__ abort_msg_t** __abort_message_ptr; // Accessible to __libc_init_common.
510 size_t size = sizeof(abort_msg_t) + strlen(msg) + 1;
521 abort_msg_t* new_abort_message = reinterpret_cast<abort_msg_t*>(map);
libc_init_common.cpp 48 extern "C" abort_msg_t** __abort_message_ptr;
  /bionic/linker/
linker.h 189 extern "C" abort_msg_t* gAbortMessage;
linker.cpp 108 __LIBC_HIDDEN__ abort_msg_t* gAbortMessage = NULL; // For debuggerd.
    [all...]

Completed in 265 milliseconds