HomeSort by relevance Sort by last modified time
    Searched refs:__errno_location (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
errno.h 43 extern int *__errno_location (void) __THROW __attribute__ ((__const__));
47 # define errno (*__errno_location ())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
errno.h 43 extern int *__errno_location (void) __THROW __attribute__ ((__const__));
47 # define errno (*__errno_location ())
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 48 extern "C" int *__errno_location(void);
858 *__errno_location() = errno_EINVAL;
875 *__errno_location() = errno_EINVAL;
    [all...]
  /external/ltrace/etc/
libc.so.conf 83 addr __errno_location();
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 59 extern "C" int *__errno_location();
94 #define errno (*__errno_location())
    [all...]

Completed in 319 milliseconds