Searched refs:__libc_fatal (Results 1 – 16 of 16) sorted by relevance
/bionic/libc/bionic/ |
D | assert.cpp | 36 __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()
|
D | setjmp_cookie.cpp | 52 __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()
|
D | new.cpp | 28 __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.cpp | 20 __libc_fatal("Pure virtual function called. Are you calling virtual methods from a destructor?"); in __cxa_pure_virtual()
|
D | __stack_chk_fail.cpp | 35 __libc_fatal("stack corruption detected"); in __stack_chk_fail()
|
D | pthread_attr.cpp | 120 __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()
|
D | libc_init_common.cpp | 290 __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()
|
D | libc_logging.cpp | 645 __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/ |
D | WriteProtected.h | 60 __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()
|
D | libc_logging.h | 76 __LIBC_HIDDEN__ __noreturn void __libc_fatal(const char* format, ...) __printflike(1, 2);
|
/bionic/linker/ |
D | linker_allocator.cpp | 137 __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()
|
D | linker_sleb128.h | 39 __libc_fatal("sleb128_decoder ran out of bounds"); in pop_front()
|
D | linker_debug.h | 64 __libc_fatal("%s:%d: %s CHECK '" #predicate "' failed", \
|
D | linker_allocator.h | 83 __libc_fatal("mmap failed");
|
D | linker.cpp | 1037 __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/ |
D | stdio_ext.cpp | 86 __libc_fatal("Bad type (%d) passed to __fsetlocking", type); in __fsetlocking()
|