OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__libc_fatal
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/bionic/
__cxa_pure_virtual.cpp
20
__libc_fatal
("Pure virtual function called. Are you calling virtual methods from a destructor?");
__stack_chk_fail.cpp
35
__libc_fatal
("stack corruption detected");
assert.cpp
36
__libc_fatal
("%s:%d: assertion \"%s\" failed", file, line, failed_expression);
40
__libc_fatal
("%s:%d: %s: assertion \"%s\" failed", file, line, function, failed_expression);
44
__libc_fatal
("longjmp botch");
new.cpp
28
__libc_fatal
("new failed to allocate %zu bytes", size);
36
__libc_fatal
("new[] failed to allocate %zu bytes", size);
dlmalloc.c
38
__libc_fatal
("heap corruption detected by %s", function);
libc_logging.cpp
615
__libc_fatal
("FORTIFY_SOURCE: %s. Calling abort().", msg);
618
static void
__libc_fatal
(const char* format, va_list args) {
function
639
__libc_fatal
(format, args);
643
void
__libc_fatal
(const char* format, ...) {
function
646
__libc_fatal
(format, args);
pthread_attr.cpp
151
__libc_fatal
("No [stack] line found in \"%s\"!", path);
/bionic/libc/private/
libc_logging.h
76
__LIBC_HIDDEN__ __noreturn void
__libc_fatal
(const char* format, ...) __printflike(1, 2);
/bionic/linker/
linker.cpp
168
__libc_fatal
("ERROR: " #name " called from the dynamic linker!\n"); \
443
__libc_fatal
("ERROR: Unexpected ST_BIND value: %d for '%s' in '%s'",
1027
__libc_fatal
("android_get_LD_LIBRARY_PATH failed, buffer too small: buffer len %zu, required len %zu",
[
all
...]
Completed in 851 milliseconds