OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__abort_message_ptr
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
libc_init_common.cpp
50
extern "C" abort_msg_t**
__abort_message_ptr
;
117
__abort_message_ptr
= args.abort_message_ptr;
libc_logging.cpp
46
__LIBC_HIDDEN__ abort_msg_t**
__abort_message_ptr
; // Accessible to __libc_init_common.
variable
524
if (
__abort_message_ptr
!= NULL) {
526
if (*
__abort_message_ptr
!= NULL) {
527
munmap(*
__abort_message_ptr
, (*
__abort_message_ptr
)->size);
532
*
__abort_message_ptr
= new_abort_message;
Completed in 163 milliseconds