Home
last modified time | relevance | path

Searched refs:__libc_fatal (Results 1 – 16 of 16) sorted by relevance

/bionic/libc/bionic/
Dassert.cpp36 __libc_fatal("%s:%d: assertion \"%s\" failed", file, line, failed_expression); in __assert()
40 __libc_fatal("%s:%d: %s: assertion \"%s\" failed", file, line, function, failed_expression); in __assert2()
44 __libc_fatal("longjmp botch"); in longjmperror()
Dsetjmp_cookie.cpp52 __libc_fatal("unexpected sigflag value: %ld", sigflag); in __bionic_setjmp_cookie_get()
61 __libc_fatal("setjmp cookie mismatch"); in __bionic_setjmp_cookie_check()
68 __libc_fatal("setjmp checksum mismatch"); in __bionic_setjmp_checksum_mismatch()
Dnew.cpp28 __libc_fatal("new failed to allocate %zu bytes", size); in operator new()
36 __libc_fatal("new[] failed to allocate %zu bytes", size); in operator new[]()
D__cxa_pure_virtual.cpp20 __libc_fatal("Pure virtual function called. Are you calling virtual methods from a destructor?"); in __cxa_pure_virtual()
D__stack_chk_fail.cpp35 __libc_fatal("stack corruption detected"); in __stack_chk_fail()
Dpthread_attr.cpp120 __libc_fatal("couldn't open /proc/self/stat: %s", strerror(errno)); in __get_main_stack_startstack()
125 __libc_fatal("couldn't read /proc/self/stat: %s", strerror(errno)); in __get_main_stack_startstack()
141 __libc_fatal("couldn't parse /proc/self/stat"); in __get_main_stack_startstack()
166 __libc_fatal("couldn't open /proc/self/maps"); in __pthread_attr_getstack_main_thread()
180 __libc_fatal("Stack not found in /proc/self/maps"); in __pthread_attr_getstack_main_thread()
Dlibc_init_common.cpp290 __libc_fatal("error getting old personality value: %s", strerror(errno)); in __initialize_personality()
294 __libc_fatal("error setting PER_LINUX32 personality: %s", strerror(errno)); in __initialize_personality()
Dlibc_logging.cpp645 __libc_fatal("FORTIFY: %s", msg); in __fortify_chk_fail()
648 static void __libc_fatal(const char* format, va_list args) { in __libc_fatal() function
669 __libc_fatal(format, args); in __libc_fatal_no_abort()
673 void __libc_fatal(const char* format, ...) { in __libc_fatal() function
676 __libc_fatal(format, args); in __libc_fatal()
/bionic/libc/private/
DWriteProtected.h60 __libc_fatal("failed to make WriteProtected nonwritable in initialize"); in initialize()
75 __libc_fatal("failed to make WriteProtected writable in mutate: %s", in mutate()
80 __libc_fatal("failed to make WriteProtected nonwritable in mutate: %s", in mutate()
Dlibc_logging.h76 __LIBC_HIDDEN__ __noreturn void __libc_fatal(const char* format, ...) __printflike(1, 2);
/bionic/linker/
Dlinker_allocator.cpp137 __libc_fatal("invalid pointer: %p (block_size=%zd)", ptr, block_size_); in free()
173 __libc_fatal("page record for %p was not found (block_size=%zd)", ptr, block_size_); in find_page_record()
196 __libc_fatal("mmap failed"); in alloc_page()
234 __libc_fatal("mmap failed"); in alloc_mmap()
271 __libc_fatal("invalid pointer %p (page signature mismatch)", ptr); in get_page_info()
296 __libc_fatal("invalid pointer %p (page signature mismatch)", ptr); in realloc()
324 __libc_fatal("invalid pointer %p (invalid allocator address for the page)", ptr); in free()
333 __libc_fatal("invalid type: %u", type); in get_small_object_allocator()
Dlinker_sleb128.h39 __libc_fatal("sleb128_decoder ran out of bounds"); in pop_front()
Dlinker_debug.h64 __libc_fatal("%s:%d: %s CHECK '" #predicate "' failed", \
Dlinker_allocator.h83 __libc_fatal("mmap failed");
Dlinker.cpp1037 __libc_fatal("Too many nested calls to dlopen()"); in ~ProtectedDataGuard()
2249 __libc_fatal("soinfo for \"%s\"@%p has no version", si->get_realpath(), si); in soinfo_unload()
2319 __libc_fatal("android_get_LD_LIBRARY_PATH failed, buffer too small: " in do_android_get_LD_LIBRARY_PATH()
3361 __libc_fatal("%s: strtab out of bounds error; STRSZ=%zd, name=%d", in get_string()
4145 __libc_fatal("readlink('/proc/self/exe') failed: %s", strerror(errno)); in get_executable_path()
4202__libc_fatal("unable to stat file for the executable \"%s\": %s", executable_path, strerror(errno)…
4207 __libc_fatal("Couldn't allocate soinfo: out of memory?");
4245 __libc_fatal("\"%s\": error: only position independent executables (PIE) are supported.",
4258 __libc_fatal("CANNOT LINK EXECUTABLE \"%s\": %s", args.argv[0], linker_get_error_buffer());
4289 __libc_fatal("CANNOT LINK EXECUTABLE \"%s\": %s", args.argv[0], linker_get_error_buffer());
[all …]
/bionic/libc/stdio/
Dstdio_ext.cpp86 __libc_fatal("Bad type (%d) passed to __fsetlocking", type); in __fsetlocking()