HomeSort by relevance Sort by last modified time
    Searched refs:__libc_fatal (Results 1 - 18 of 18) 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");
setjmp_cookie.cpp 52 __libc_fatal("unexpected sigflag value: %ld", sigflag);
61 __libc_fatal("setjmp cookie mismatch");
68 __libc_fatal("setjmp checksum mismatch");
new.cpp 28 __libc_fatal("new failed to allocate %zu bytes", size);
36 __libc_fatal("new[] failed to allocate %zu bytes", size);
pthread_attr.cpp 120 __libc_fatal("couldn't open /proc/self/stat: %s", strerror(errno));
125 __libc_fatal("couldn't read /proc/self/stat: %s", strerror(errno));
141 __libc_fatal("couldn't parse /proc/self/stat");
166 __libc_fatal("couldn't open /proc/self/maps");
180 __libc_fatal("Stack not found in /proc/self/maps");
libc_init_common.cpp 290 __libc_fatal("error getting old personality value: %s", strerror(errno));
294 __libc_fatal("error setting PER_LINUX32 personality: %s", strerror(errno));
libc_logging.cpp 645 __libc_fatal("FORTIFY: %s", msg);
648 static void __libc_fatal(const char* format, va_list args) { function
669 __libc_fatal(format, args);
673 void __libc_fatal(const char* format, ...) { function
676 __libc_fatal(format, args);
  /external/jemalloc/android/include/
libc_logging.h 33 #define __libc_fatal(format, ...) abort() macro
  /bionic/libc/private/
WriteProtected.h 60 __libc_fatal("failed to make WriteProtected nonwritable in initialize");
75 __libc_fatal("failed to make WriteProtected writable in mutate: %s",
80 __libc_fatal("failed to make WriteProtected nonwritable in mutate: %s",
libc_logging.h 76 __LIBC_HIDDEN__ __noreturn void __libc_fatal(const char* format, ...) __printflike(1, 2);
  /bionic/linker/
linker_sleb128.h 39 __libc_fatal("sleb128_decoder ran out of bounds");
linker_allocator.cpp 137 __libc_fatal("invalid pointer: %p (block_size=%zd)", ptr, block_size_);
173 __libc_fatal("page record for %p was not found (block_size=%zd)", ptr, block_size_);
196 __libc_fatal("mmap failed");
234 __libc_fatal("mmap failed");
271 __libc_fatal("invalid pointer %p (page signature mismatch)", ptr);
296 __libc_fatal("invalid pointer %p (page signature mismatch)", ptr);
324 __libc_fatal("invalid pointer %p (invalid allocator address for the page)", ptr);
333 __libc_fatal("invalid type: %u", type);
linker_debug.h 64 __libc_fatal("%s:%d: %s CHECK '" #predicate "' failed", \
linker_allocator.h 83 __libc_fatal("mmap failed");
linker.cpp 1037 __libc_fatal("Too many nested calls to dlopen()");
    [all...]
  /bionic/libc/stdio/
stdio_ext.cpp 86 __libc_fatal("Bad type (%d) passed to __fsetlocking", type);
  /external/jemalloc/include/jemalloc/internal/
arena.h     [all...]

Completed in 1479 milliseconds