Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 147) sorted by relevance

123456

/sysdeps/unix/sysv/linux/
A Ddl-osinfo.h34 int version = _dl_discover_osversion (); \
35 if (__glibc_likely (version >= 0)) \
38 || GLRO(dl_osversion) > version) \
39 GLRO(dl_osversion) = version; \
42 if (__LINUX_KERNEL_VERSION > 0 && version < __LINUX_KERNEL_VERSION) \
A Ddl-sysdep.c82 unsigned int version; in _dl_discover_osversion() local
107 version = 0; in _dl_discover_osversion()
121 version <<= 8; in _dl_discover_osversion()
122 version |= here; in _dl_discover_osversion()
130 version <<= 8 * (3 - parts); in _dl_discover_osversion()
132 return version; in _dl_discover_osversion()
A Dconfigure.ac11 AC_PREPROC_IFELSE([AC_LANG_PROGRAM([[#include <linux/version.h>
24 Linux LIBC_LINUX_VERSION or later. This check uses <linux/version.h>, so
30 # If the user gave a minimal version number test whether the available
43 AC_MSG_WARN([minimum kernel version reset to $arch_minimum_kernel])
55 AC_PREPROC_IFELSE([AC_LANG_PROGRAM([[#include <linux/version.h>
65 *** compatible kernel version])
/sysdeps/ieee754/ldbl-opt/
A Dmath_ldbl_opt.h21 # define long_double_symbol_1(lib, local, symbol, version) \ argument
22 versioned_symbol (lib, local, symbol, version)
23 # define ldbl_compat_symbol(lib, local, symbol, version) \ argument
31 # define ldbl_compat_symbol(lib, local, symbol, version) \ argument
36 # define long_double_symbol_1(lib, local, symbol, version) \ argument
39 # define long_double_symbol_1(lib, local, symbol, version) \ argument
A Dw_exp10l_compat.c13 # define compat_symbol(lib, local, symbol, version) \ argument
14 compat_symbol_reference (lib, local, symbol, version)
/sysdeps/generic/
A Dlibc-symver.h43 # define symbol_version_reference(real, name, version) \ argument
44 .symver real, name##@##version
46 # define symbol_version_reference(real, name, version) \ argument
47 __asm__ (".symver " #real "," #name "@" #version)
A Dunwind-resume.h23 (int version, _Unwind_Action actions, \
28 (version, actions, exception_class, ue_header, context)
A Dmath_ldbl_opt.h16 #define ldbl_compat_symbol(lib, local, symbol, version) \ argument
17 compat_symbol (lib, local, symbol, version)
/sysdeps/mach/hurd/
A Dconfigure13 { $as_echo "$as_me:${as_lineno-$LINENO}: checking Hurd header version" >&5
14 $as_echo_n "checking Hurd header version... " >&6; }
20 #include <hurd/version.h>
27 # error Hurd version too old: HURD_INTERFACE_VERSION < NEED_VERSION
A Dconfigure.ac13 AC_CACHE_CHECK(Hurd header version, libc_cv_hurd_version, [dnl
15 [[#include <hurd/version.h>]], [[
18 # error Hurd version too old: HURD_INTERFACE_VERSION < NEED_VERSION
/sysdeps/mips/mips64/
A DVersions3 # A generic bug got this omitted from other configurations' version
/sysdeps/nptl/
A DMakeconfig7 # version 2.1 of the License, or (at your option) any later version.
30 # libpthread.so.0, not the (potentially non-empty) system version.
/sysdeps/aarch64/
A Ddl-machine.h243 const struct r_found_version *version, in elf_machine_rela() argument
256 struct link_map *sym_map = RESOLVE_MAP (map, scope, &sym, version, in elf_machine_rela()
403 const struct r_found_version *version = NULL; in elf_machine_lazy_rel() local
408 version = &map->l_versions[vernum[symndx] & 0x7fff]; in elf_machine_lazy_rel()
410 elf_machine_rela (map, scope, reloc, sym, version, reloc_addr, in elf_machine_lazy_rel()
426 const struct r_found_version *version = NULL; in elf_machine_lazy_rel() local
432 version = &map->l_versions[vernum[symndx] & 0x7fff]; in elf_machine_lazy_rel()
437 elf_machine_rela (map, scope, reloc, sym, version, reloc_addr, in elf_machine_lazy_rel()
A Ddl-tunables.list8 # version 2.1 of the License, or (at your option) any later version.
/sysdeps/x86_64/
A DVersions11 # A generic bug got this omitted from other configurations' version
/sysdeps/m68k/
A DVersions9 # A generic bug got this omitted from other configurations' version
/sysdeps/ieee754/dbl-64/
A Dpowtwo.tbl7 * the Free Software Foundation; either version 2.1 of the License, or
8 * (at your option) any later version.
A Droot.tbl7 * the Free Software Foundation; either version 2.1 of the License, or
8 * (at your option) any later version.
/sysdeps/unix/sysv/linux/nios2/sys/
A Ducontext.h45 int __ctx(version);
/sysdeps/unix/sysv/linux/powerpc/powerpc64/
A Dconfigure.ac30 # Set minimum kernel version for ppc64le.
31 AC_CACHE_CHECK([the machine type to set minimum kernel version],
A Dlocalplt.data6 # The TLS-enabled version of these functions is interposed from libc.so.
/sysdeps/powerpc/
A Ddl-tunables.list8 # version 2.1 of the License, or (at your option) any later version.
/sysdeps/unix/sysv/linux/ia64/
A Dconfigure6 # First version with support for the accept4 system call.
A Dconfigure.ac6 # First version with support for the accept4 system call.
/sysdeps/unix/sysv/linux/m68k/coldfire/
A Dlocalplt.data7 # The TLS-enabled version of these functions is interposed from libc.so.

Completed in 26 milliseconds

123456