Searched refs:_FILE_OFFSET_BITS (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/libsanitizer/interception/
H A Dinterception_type_test.cc31 // rest (they depend on _FILE_OFFSET_BITS setting when building an application).
32 # if defined(__ANDROID__) || !defined _FILE_OFFSET_BITS || \
33 _FILE_OFFSET_BITS != 64
/haiku-buildtools/gcc/lto-plugin/
H A Dconfig.h.in68 #undef _FILE_OFFSET_BITS
/haiku-buildtools/gcc/zlib/
H A Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS macro
H A Dzconf.h465 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
H A Dzconf.h.cmakein467 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
H A Dzconf.h.in465 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
/haiku-buildtools/binutils/gprof/
H A Dgconfig.in103 #undef _FILE_OFFSET_BITS
/haiku-buildtools/binutils/zlib/
H A Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS macro
H A Dzconf.h470 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
/haiku-buildtools/gcc/gcc/ada/
H A Dcstreams.c37 #define _FILE_OFFSET_BITS 64 macro
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc19 // depends on _FILE_OFFSET_BITS setting.
20 // To get this "true" dirent definition, we undefine _FILE_OFFSET_BITS below.
21 #ifdef _FILE_OFFSET_BITS
22 #undef _FILE_OFFSET_BITS macro

Completed in 186 milliseconds