Searched refs:__libc_globals (Results 1 – 6 of 6) sorted by relevance
56 return __libc_globals->setjmp_cookie | sigflag; in __bionic_setjmp_cookie_get()61 if (__libc_globals->setjmp_cookie != (cookie & ~1)) { in __bionic_setjmp_cookie_check()
88 auto _calloc = __libc_globals->malloc_dispatch.calloc; in calloc()96 auto _free = __libc_globals->malloc_dispatch.free; in free()105 auto _mallinfo = __libc_globals->malloc_dispatch.mallinfo; in mallinfo()113 auto _mallopt = __libc_globals->malloc_dispatch.mallopt; in mallopt()121 auto _malloc = __libc_globals->malloc_dispatch.malloc; in malloc()129 auto _malloc_usable_size = __libc_globals->malloc_dispatch.malloc_usable_size; in malloc_usable_size()137 auto _memalign = __libc_globals->malloc_dispatch.memalign; in memalign()145 auto _posix_memalign = __libc_globals->malloc_dispatch.posix_memalign; in posix_memalign()153 auto _aligned_alloc = __libc_globals->malloc_dispatch.aligned_alloc; in aligned_alloc()161 auto _realloc = __libc_globals->malloc_dispatch.realloc; in realloc()[all …]
38 __libc_globals->vdso[VDSO_CLOCK_GETTIME].fn); in clock_gettime()47 __libc_globals->vdso[VDSO_CLOCK_GETRES].fn); in clock_getres()56 __libc_globals->vdso[VDSO_GETTIMEOFDAY].fn); in gettimeofday()64 auto vdso_time = reinterpret_cast<decltype(&time)>(__libc_globals->vdso[VDSO_TIME].fn); in time()
58 __LIBC_HIDDEN__ WriteProtected<libc_globals> __libc_globals; variable90 __libc_globals.initialize(); in __libc_init_globals()91 __libc_globals.mutate([&args](libc_globals* globals) { in __libc_init_globals()
76 __libc_globals.mutate(__libc_init_malloc); in __libc_preinit_impl()
44 __LIBC_HIDDEN__ extern WriteProtected<libc_globals> __libc_globals;