OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
55
struct
abort_msg_t
{
struct
/bionic/libc/bionic/
libc_logging.cpp
46
__LIBC_HIDDEN__
abort_msg_t
** __abort_message_ptr; // Accessible to __libc_init_common.
518
size_t size = sizeof(
abort_msg_t
) + strlen(msg) + 1;
529
abort_msg_t
* new_abort_message = reinterpret_cast<
abort_msg_t
*>(map);
libc_init_common.cpp
50
extern "C"
abort_msg_t
** __abort_message_ptr;
/bionic/linker/
linker.h
198
extern "C"
abort_msg_t
* gAbortMessage;
linker.cpp
108
__LIBC_HIDDEN__
abort_msg_t
* gAbortMessage = NULL; // For debuggerd.
[
all
...]
Completed in 168 milliseconds