Lines Matching refs:static
1453 --enable-static[=PKGS] build static libraries [default=yes]
1470 --enable-static-testprogs
1471 build test programs as static binaries [default=no]
1863 static int test_array [1 - 2 * !(($2) >= 0)];
1879 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1905 static int test_array [1 - 2 * !(($2) < 0)];
1921 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1955 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1977 static long int longval () { return $2; }
1978 static unsigned long int ulongval () { return $2; }
3848 static char *e (p, i)
3854 static char *f (char * (*g) (char **, int), char **p, ...)
6142 # Determine commands to create old-style static archives.
6297 # Fake it for dumpbin and say T for any non-static function
6396 static const void *lt_preloaded_setup() {
7801 # Check whether --enable-static was given.
7997 # All known linkers require a `.a' archive for static linking (except MSVC,
8291 lt_prog_compiler_static='-static'
8337 # The "-static" flag exists, but is broken.
8439 lt_prog_compiler_static='-static'
8446 lt_prog_compiler_static='-static'
8452 lt_prog_compiler_static='--static'
8500 lt_prog_compiler_static='-static'
8671 # Check to make sure the static flag actually works.
8674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8675 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9062 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9228 # Neither direct hardcoding nor static linking is supported with a
9493 # The linker will not automatically build a static lib if we build a DLL.
11703 # On AIX, shared libraries and static libraries use the same namespace, and
11723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11724 $as_echo_n "checking whether to build static libraries... " >&6; }
12010 static $ac_kw foo_t static_foo () {return 0; }
13188 # Check whether --enable-static-testprogs was given.
13198 TESTPROGS_EXTRA_LDFLAGS="-all-static"
13918 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
13919 static pthread_key_t key;
13921 static void
13993 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
13994 static pthread_key_t key;
13996 static void
14068 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
14069 static pthread_key_t key;
14071 static void
14156 static int x = 1;
14157 static void __attribute__((constructor)) constructor_function () { x = 0; }
16201 # Whether or not to build static libraries.
16480 # Whether or not to disallow shared libs when runtime libs are static.