Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 55) sorted by relevance

123

/sysdeps/x86/
A Dcacheinfo.h67 long int shared = cpu_features->shared_cache_size; in init_cacheinfo() local
69 shared = shared & ~255L; in init_cacheinfo()
70 __x86_shared_cache_size_half = shared / 2; in init_cacheinfo()
71 __x86_shared_cache_size = shared; in init_cacheinfo()
A Ddl-cacheinfo.h510 if (shared <= 0) in get_common_cache_info()
514 shared = core; in get_common_cache_info()
682 shared /= threads; in get_common_cache_info()
690 shared += core; in get_common_cache_info()
693 *shared_ptr = shared; in get_common_cache_info()
706 long int shared = -1; in dl_init_cacheinfo() local
793 if (shared <= 0) in dl_init_cacheinfo()
795 shared = core; in dl_init_cacheinfo()
819 shared /= threads; in dl_init_cacheinfo()
835 shared += core; in dl_init_cacheinfo()
[all …]
/sysdeps/mach/hurd/
A DVersions17 # Functions shared with the dynamic linker
36 # variables that must be shared with libc
39 # functions that must be shared with libc
47 # functions that must be shared with libc
51 # functions that must be shared with libc
55 # this also must be shared with libc.
61 # functions that must be shared with libc
A Dmsync.c43 boolean_t shared; in msync() local
56 &shared, &obj, &offset); in msync()
/sysdeps/unix/sysv/linux/s390/s390-32/
A DMakefile13 ifeq (yes,$(build-shared))
16 shared-only-routines += framestate
25 ifeq (yes,$(build-shared))
27 shared-only-routines += divdi3
/sysdeps/powerpc/powerpc32/
A DMakefile15 shared-only-routines += compat-ppc-mcount
26 ifeq (yes,$(build-shared))
36 ifeq (yes,$(build-shared))
42 shared-only-routines += libgcc-compat
/sysdeps/unix/sysv/linux/powerpc/powerpc32/
A DMakefile5 ifeq (yes,$(build-shared))
7 shared-only-routines += divdi3
/sysdeps/unix/sysv/linux/s390/s390-64/
A DMakefile9 ifeq (yes,$(build-shared))
12 shared-only-routines += framestate
/sysdeps/unix/sysv/linux/i386/
A DMakefile26 ifeq (yes,$(build-shared))
28 shared-only-routines += divdi3
36 librt-shared-only-routines += sysdep
/sysdeps/ia64/
A DMakefile16 ifeq (yes,$(build-shared))
19 shared-only-routines += ia64libgcc
/sysdeps/unix/sysv/linux/m68k/
A DMakefile7 ifeq (yes,$(build-shared))
9 shared-only-routines += divdi3
/sysdeps/generic/
A DMakefile24 ifeq (yes:yes,$(build-shared):$(unwind-find-fde))
27 shared-only-routines += framestate unwind-pe
/sysdeps/hppa/
A DMakefile31 ifeq (yes,$(build-shared))
37 shared-only-routines += libgcc-compat
/sysdeps/arm/
A DMakefile8 shared-only-routines += aeabi_unwind_cpp_pr1
15 ifeq ($(build-shared),yes)
47 shared-only-routines += libc-aeabi_read_tp
50 shared-only-routines += arm-unwind-resume
59 librt-shared-only-routines += rt-aeabi_unwind_cpp_pr1 rt-arm-unwind-resume
/sysdeps/htl/
A DMakeconfig6 shared-thread-library = $(common-objpfx)htl/libpthread.so
10 ifeq (yes,$(build-shared))
/sysdeps/unix/sysv/linux/arm/
A DMakefile26 librt-shared-only-routines += libc-do-syscall
31 libanl-shared-only-routines += libc-do-syscall
44 libnss_db-shared-only-routines += libc-do-syscall
/sysdeps/gnu/
A DMakefile38 shared-only-routines += unwind-resume
44 librt-shared-only-routines += rt-unwind-resume
A Dconfigure7 # shared library objects and the configuration files on the root partition
16 # Locale data can be shared between 32-bit and 64-bit libraries.
/sysdeps/unix/alpha/
A DMakefile3 librt-shared-only-routines += rt-sysdep
/sysdeps/mips/
A Dlocalplt.data1 # MIPS does not use PLTs in shared libraries, and implicit GOT
/sysdeps/pthread/
A DMakefile155 ifeq ($(build-shared),yes)
168 ifeq ($(build-shared),yes)
182 ifeq ($(build-shared),yes)
222 $(objpfx)tst-atfork2: $(shared-thread-library)
228 ifeq ($(build-shared),yes)
232 ifeq ($(build-shared),yes)
252 $(shared-thread-library)
254 $(objpfx)tst-pt-tls4: $(shared-thread-library)
268 ifeq ($(build-shared),yes)
278 $(objpfx)tst-join7: $(shared-thread-library)
[all …]
/sysdeps/unix/sysv/linux/sparc/
A DMakefile7 librt-shared-only-routines += rt-sysdep
/sysdeps/powerpc/
A DMakefile20 ifeq (yes,$(build-shared))
36 ifeq (yes,$(build-shared))
43 ifeq (yes,$(build-shared))
/sysdeps/s390/
A Dconfigure.ac46 if AC_TRY_COMMAND([${CC-cc} --shared conftest.c -o conftest.o &> /dev/null]) ;
70 if AC_TRY_COMMAND([${CC-cc} --shared conftest.c -o conftest.o &> /dev/null]) ;
97 if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS --shared conftest.c
126 if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS --shared conftest.c
152 if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS --shared conftest.c
180 if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS --shared conftest.c
206 if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS --shared conftest.c
/sysdeps/unix/sysv/linux/aarch64/
A Dconfigure13 # Locale data can be shared between 32-bit and 64-bit libraries.

Completed in 21 milliseconds

123