Searched refs:new_magic_abort_message (Results 1 – 1 of 1) sorted by relevance
60 static void fill_abort_message_magic(magic_abort_msg_t* new_magic_abort_message) { in fill_abort_message_magic() argument66 new_magic_abort_message->magic1 = 0xb18e40886ac388f0ULL; in fill_abort_message_magic()67 new_magic_abort_message->magic2 = 0xc6dfba755a1de0b5ULL; in fill_abort_message_magic()90 magic_abort_msg_t* new_magic_abort_message = reinterpret_cast<magic_abort_msg_t*>(map); in android_set_abort_message() local91 fill_abort_message_magic(new_magic_abort_message); in android_set_abort_message()92 new_magic_abort_message->msg.size = size; in android_set_abort_message()93 strcpy(new_magic_abort_message->msg.msg, msg); in android_set_abort_message()94 __libc_shared_globals()->abort_msg = &new_magic_abort_message->msg; in android_set_abort_message()