HomeSort by: relevance | last modified time | path
    Searched refs:SHARED (Results 1 - 16 of 16) sorted by relevancy

  /src/lib/csu/arch/aarch64/
crtbegin.h 33 #ifdef SHARED
  /src/lib/csu/arch/or1k/
crtbegin.h 33 #ifdef SHARED
  /src/lib/csu/arch/riscv/
crtbegin.h 33 #ifdef SHARED
  /src/sys/external/bsd/drm/dist/bsd-core/
Makefile 0 SHARED= ../shared-core
10 drm_pciids.h: ${SHARED}/drm_pciids.txt
11 sh ../scripts/create_bsd_pci_lists.sh < ${SHARED}/drm_pciids.txt
  /src/lib/csu/arch/earm/
crtbegin.h 32 #ifdef SHARED
36 #if !defined(SHARED) && !defined(__ARM_DWARF_EH__)
50 #endif /* !SHARED && !__ARM_DWARF_EH__ */
  /src/lib/csu/common/
crtbegin.c 50 #ifdef SHARED
97 #if !defined(__ARM_EABI__) || defined(SHARED) || defined(__ARM_DWARF_EH__)
119 #ifdef SHARED
135 #endif /* !__ARM_EABI__ || SHARED || __ARM_DWARF_EH__ */
  /src/lib/csu/arch/vax/
crtbegin.S 60 #ifdef SHARED
90 #ifdef SHARED
100 #endif /* SHARED */
113 #ifdef SHARED
122 #endif /* SHARED */
  /src/lib/csu/arch/x86_64/
crtbegin.S 60 #ifdef SHARED
89 #ifdef SHARED
  /src/lib/csu/arch/i386/
crtbegin.S 60 #ifdef SHARED
95 #ifdef SHARED
  /src/sbin/cgdconfig/
cgdlex.l 110 shared { RETTOKEN(SHARED); }
cgdparse.y 70 %token <token> KEYGEN SALT ITERATIONS MEMORY PARALLELISM VERSION KEY CMD SHARED
108 | SHARED stringlit ALGORITHM stringlit SUBKEY bits EOL
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
CMakeLists.txt 40 SHARED
  /src/lib/csu/arch/sh3/
crtbegin.S 60 #ifdef SHARED
263 #ifdef SHARED /* implies PIC */
276 #endif /* SHARED */
332 #ifdef SHARED /* implies PIC */
  /src/sys/external/isc/libsodium/dist/contrib/
Findsodium.cmake 249 set(_LIB_TYPE SHARED)
  /src/common/dist/zlib/
CMakeLists.txt 152 add_library(zlib SHARED ${ZLIB_SRCS} ${ZLIB_DLL_SRCS} ${ZLIB_PUBLIC_HDRS} ${ZLIB_PRIVATE_HDRS})
160 # This property causes shared libraries on Linux to have the full version
177 # Creates zlib1.dll when building shared library version
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 752 # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
757 # ### END FUNCTIONS SHARED WITH CONFIGURE
2199 [How to hardcode a shared library path into an executable])
2422 # filename-based versioning of shared library archives on AIX. While
2425 # shared library versioning with .so extension only, which is used
2426 # when both runtime linking and shared linking is enabled.
2434 # archive as well as the shared archive member, telling the
2435 # bitwidth (32 or 64) of that shared object, and providing the
2436 # list of exported symbols of that shared object, eventually
2438 # *) the shared object with the F_LOADONLY flag set, to really avoi
    [all...]

Completed in 21 milliseconds