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

  /bionic/libc/bionic/
android_set_abort_message.cpp 40 struct abort_msg_t { struct
45 abort_msg_t** __abort_message_ptr; // Accessible to __libc_init_common.
62 size_t size = sizeof(abort_msg_t) + strlen(msg) + 1;
68 abort_msg_t* new_abort_message = reinterpret_cast<abort_msg_t*>(map);
libc_init_common.cpp 55 extern "C" abort_msg_t** __abort_message_ptr;
  /bionic/libc/private/
KernelArgumentBlock.h 27 struct abort_msg_t;
68 abort_msg_t** abort_message_ptr;
  /system/core/debuggerd/include/debuggerd/
handler.h 29 struct abort_msg_t* (*get_abort_message)();
  /system/core/debuggerd/crasher/
crasher.cpp 331 return reinterpret_cast<abort_msg_t*>(&msg);
  /bionic/linker/
linker_main.cpp 113 abort_msg_t* g_abort_message = nullptr; // For debuggerd.

Completed in 104 milliseconds