OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abort_msg_t
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/private/
KernelArgumentBlock.h
27
struct
abort_msg_t
;
68
abort_msg_t
** abort_message_ptr;
libc_logging.h
67
struct
abort_msg_t
{
struct
/bionic/libc/bionic/
libc_init_common.cpp
53
extern "C"
abort_msg_t
** __abort_message_ptr;
libc_logging.cpp
55
__LIBC_HIDDEN__
abort_msg_t
** __abort_message_ptr; // Accessible to __libc_init_common.
695
size_t size = sizeof(
abort_msg_t
) + strlen(msg) + 1;
706
abort_msg_t
* new_abort_message = reinterpret_cast<
abort_msg_t
*>(map);
/bionic/linker/
linker.h
469
extern "C"
abort_msg_t
* g_abort_message;
linker.cpp
271
__LIBC_HIDDEN__
abort_msg_t
* g_abort_message = nullptr; // For debuggerd.
[
all
...]
Completed in 41 milliseconds