Searched refs:libc (Results 1 – 25 of 372) sorted by relevance
12345678910>>...15
/external/zlib/src/old/ |
D | Makefile.riscos | 25 @copy @.lib @.libc A~C~DF~L~N~P~Q~RS~TV 27 @/@.minigzip -f -9 libc 28 @/@.minigzip -d libc-gz 29 @/@.minigzip -f -1 libc 30 @/@.minigzip -d libc-gz 31 @/@.minigzip -h -9 libc 32 @/@.minigzip -d libc-gz 33 @/@.minigzip -h -1 libc 34 @/@.minigzip -d libc-gz 35 @/@.minigzip -9 libc [all …]
|
/external/libcxx/lib/ |
D | buildit | 132 rm -f libc++.1.$SOEXT* 155 rm -f libc++.dylib 156 ln -s libc++.1.dylib libc++.dylib 163 rm -f libc++.so 164 ln -s libc++.so.1 libc++.so 166 rm -f libc++.a 167 ar r libc++.a shr.o 171 rm -f libc++.so 172 ln -s libc++.so.1 libc++.so
|
D | CMakeLists.txt | 94 "-install_name /usr/lib/libc++.1.dylib" 95 "-Wl,-reexport_library,/usr/lib/libc++abi.dylib" 96 "-Wl,-unexported_symbols_list,${CMAKE_CURRENT_SOURCE_DIR}/libc++unexp.exp" 103 "${CMAKE_OSX_SYSROOT}/usr/lib/libc++abi.dylib" 104 "-Wl,-reexported_symbols_list,${CMAKE_CURRENT_SOURCE_DIR}/libc++sjlj-abi.exp") 107 "-Wl,-reexport_library,${CMAKE_OSX_SYSROOT}/usr/lib/libc++abi.dylib") 110 …set (OSX_RE_EXPORT_LINE "/usr/lib/libc++abi.dylib -Wl,-reexported_symbols_list,${CMAKE_CURRENT_SOU… 115 "-install_name /usr/lib/libc++.1.dylib" 116 "-Wl,-unexported_symbols_list,${CMAKE_CURRENT_SOURCE_DIR}/libc++unexp.exp"
|
/external/autotest/client/site_tests/kernel_CryptoAPI/ |
D | kernel_CryptoAPI.py | 94 libc = ctypes.CDLL("libc.so.6", use_errno=True) 98 libc.socket.argtypes = [ ctypes.c_int, ctypes.c_int, ctypes.c_int ] 99 libc.bind.argtypes = [ ctypes.c_int, ctypes.c_void_p, ctypes.c_int ] 100 libc.send.argtypes = [ ctypes.c_int, ctypes.c_void_p, ctypes.c_size_t, 102 libc.recv.argtypes = [ ctypes.c_int, ctypes.c_void_p, ctypes.c_size_t, 105 sock = libc.socket(AF_ALG, SOCK_SEQPACKET, 0) 107 libc.perror("socket") 111 if libc.bind(sock, ctypes.addressof(alg), ctypes.sizeof(alg)) == -1: 112 libc.perror("bind") 115 fd = libc.accept(sock, None, 0) [all …]
|
/external/libcxx/ |
D | Makefile | 50 ditto lib/libc++.1.dylib $(SYMROOT)/usr/lib/libc++.1.dylib 51 cd lib && dsymutil -o $(SYMROOT)/libc++.1.dylib.dSYM \ 52 $(SYMROOT)/usr/lib/libc++.1.dylib 54 strip -S -o $(INSTALL_DIR)/usr/lib/libc++.1.dylib \ 55 $(SYMROOT)/usr/lib/libc++.1.dylib 56 cd $(INSTALL_DIR)/usr/lib && ln -s libc++.1.dylib libc++.dylib
|
D | Android.mk | 58 LOCAL_MODULE := libc++_static 65 LOCAL_WHOLE_STATIC_LIBRARIES := libc++abi 71 LOCAL_MODULE := libc++ 74 LOCAL_WHOLE_STATIC_LIBRARIES := libc++_static 83 LOCAL_MODULE := libc++_static 90 LOCAL_WHOLE_STATIC_LIBRARIES := libc++abi 97 LOCAL_MODULE := libc++ 101 LOCAL_WHOLE_STATIC_LIBRARIES := libc++_static 107 -Wl,-unexported_symbols_list,external/libcxx/lib/libc++unexp.exp \
|
D | TODO.TXT | 12 * Fix that CMake always link to /usr/lib/libc++abi.dylib on OS X. 14 * Have CMake generate linker scripts for libc++.so that it properly links the 18 * Audit libraries that CMake links into libc++. Are they all required? 19 * Investigate and document interoperability between libc++ and libstdc++ on 33 * Move all libc++ specific tests from test/std into test/libcxx. 40 * run clang-tidy on libc++ 41 * Document the "conditionally-supported" bits of libc++ 43 * libc++ is missing try_emplace
|
D | CMakeLists.txt | 52 option(LIBCXX_ENABLE_SHARED "Build libc++ as a shared library." ON) 54 option(LIBCXX_INCLUDE_TESTS "Build the libc++ tests." ${LLVM_INCLUDE_TESTS}) 57 option(LIBCXX_INSTALL_HEADERS "Install the libc++ headers." ON) 58 option(LIBCXX_INSTALL_SUPPORT_HEADERS "Install libc++ support headers." ON) 68 # Build libc++abi with libunwind. We need this option to determine whether to 73 option(LIBCXX_BUILD_32_BITS "Build 32 bit libc++." ${LLVM_BUILD_32_BITS}) 80 option(LIBCXX_ENABLE_GLOBAL_FILESYSTEM_NAMESPACE "Build libc++ with support for the global filesyst… 81 option(LIBCXX_ENABLE_STDIN "Build libc++ with support for stdin/std::cin." ON) 82 option(LIBCXX_ENABLE_STDOUT "Build libc++ with support for stdout/std::cout." ON) 83 option(LIBCXX_ENABLE_THREADS "Build libc++ with support for threads." ON) [all …]
|
D | Android.bp | 20 name: "libc++_static", 60 "libc++abi", 68 name: "libc++", 70 whole_static_libs: ["libc++_static"], 85 unexported_symbols_list: "lib/libc++unexp.exp",
|
/external/valgrind/ |
D | glibc-2.2.supp | 61 _dl_relocate_object*/*libc-2.2.?.so/_dl_catch_error*(Cond) 64 obj:*libc-2.2.?.so 175 libc-2.2.4.so/libc-2.2.4.so/libc-2.2.4.so(Cond) 177 obj:*libc-2.2.?.so 178 obj:*libc-2.2.?.so 179 obj:*libc-2.2.?.so 182 libc-2.2.4.so/libc-2.2.4.so/libc-2.2.4.so(Value4) 184 obj:*libc-2.2.?.so 185 obj:*libc-2.2.?.so 186 obj:*libc-2.2.?.so [all …]
|
D | glibc-2.X.supp.in | 51 obj:*/lib*/libc-@GLIBC_VERSION@*.so* 57 obj:*/lib*/libc-@GLIBC_VERSION@*.so* 58 obj:*/lib*/libc-@GLIBC_VERSION@*.so* 80 obj:*/lib*/libc-@GLIBC_VERSION@*.so* 171 obj:/*libc-@GLIBC_VERSION@*.so 172 obj:/*libc-@GLIBC_VERSION@*.so 173 obj:/*libc-@GLIBC_VERSION@*.so 183 obj:/*libc-@GLIBC_VERSION@*.so 202 obj:/*libc-@GLIBC_VERSION@*.so 203 obj:/*libc-@GLIBC_VERSION@*.so [all …]
|
D | glibc-2.6.supp | 54 obj:/lib*/libc-2.6*.so* 69 obj:/lib64/libc-2.6*.so* 195 obj:/*libc-2.6.so 196 obj:/*libc-2.6.so 197 obj:/*libc-2.6.so 207 obj:/*libc-2.6.so 226 obj:/*libc-2.6.so 227 obj:/*libc-2.6.so 228 obj:/*libc-2.6.so 235 obj:/*libc-2.6.so [all …]
|
D | glibc-2.4.supp | 60 obj:/lib*/libc-2.3.90.so 84 obj:/lib*/libc-2.4*so* 202 obj:/*libc-2.4.so 203 obj:/*libc-2.4.so 204 obj:/*libc-2.4.so 214 obj:/*libc-2.4.so 233 obj:/*libc-2.4.so 234 obj:/*libc-2.4.so 235 obj:/*libc-2.4.so 242 obj:/*libc-2.4.so [all …]
|
D | solaris12.supp | 1 # This is a real problem in the Solaris libc. It is caused by a read past the 51 # Solaris libc doesn't deallocate I/O buffers on program exit. 57 obj:/lib/libc.so.1 58 obj:/lib/libc.so.1 62 # Solaris libc doesn't deallocate netconfig list pointed to by netpp. 123 # Solaris libc doesn't deallocate static strings netid_tcp_main 135 # Solaris libc doesn't deallocate global variable global_gt. 145 # Solaris libc reinitializes mutex udp->ld_lock in the child's post-fork 156 # Solaris libc implements pthread barrier with a mutex and a condition
|
D | solaris11.supp | 1 # This is a real problem in the Solaris libc. It is caused by a read past the 23 # Solaris libc doesn't deallocate I/O buffers on program exit. 29 obj:/lib/libc.so.1 30 obj:/lib/libc.so.1 34 # Solaris libc reinitializes mutex udp->ld_lock in the child's post-fork
|
D | glibc-2.5.supp | 156 obj:/*libc-2.5.so 157 obj:/*libc-2.5.so 158 obj:/*libc-2.5.so 168 obj:/*libc-2.5.so 187 obj:/*libc-2.5.so 188 obj:/*libc-2.5.so 189 obj:/*libc-2.5.so 196 obj:/*libc-2.5.so 197 obj:/*libc-2.5.so 198 obj:/*libc-2.5.so
|
D | glibc-2.2-LinuxThreads-helgrind.supp | 20 obj:/lib*/libc-2.2.*so* 21 obj:/lib*/libc-2.2.*so* 27 obj:/lib*/libc-2.2.*so* 32 obj:/lib*/libc-2.2.*so* 39 obj:/lib*/libc-2.2.*so*
|
/external/llvm/cmake/modules/ |
D | HandleLLVMStdlib.cmake | 1 # This CMake module is responsible for setting the standard library to libc++ 18 check_cxx_compiler_flag("-stdlib=libc++" CXX_SUPPORTS_STDLIB) 20 append("-stdlib=libc++" 29 message(WARNING "Can't specify libc++ with '-stdlib='") 32 message(WARNING "Not sure how to specify libc++ for this compiler")
|
/external/libcxxabi/ |
D | CMakeLists.txt | 121 set(LIBCXXABI_LIBCXX_LIBRARY_PATH "" CACHE STRING "The path to libc++ library.") 124 # the libc++abi that is being built. There are two problems with testing a 125 # static libc++abi. In the case of a standalone build, the tests will link the 126 # system's libc++, which might not have been built against our libc++abi. In the 127 # case of an in tree build, libc++ will prefer a dynamic libc++abi from the 128 # system over a static libc++abi from the output directory. 129 option(LIBCXXABI_ENABLE_SHARED "Build libc++abi as a shared library." ON) 130 option(LIBCXXABI_ENABLE_STATIC "Build libc++abi as a static library." ON) 133 message(FATAL_ERROR "libc++abi must be built as either a shared or static library.") 147 "Specify path to libc++ includes." FORCE) [all …]
|
/external/elfutils/tests/ |
D | run-unstrip-M.sh | 33 7f31e7d9f000-7f31e7f29000 r-xp 00000000 fd:00 917531 /lib64/libc-1.13.so 34 7f31e7f29000-7f31e8128000 ---p 0018a000 fd:00 917531 /lib64/libc-1.13.so 35 7f31e8128000-7f31e812c000 r--p 00189000 fd:00 917531 /lib64/libc-1.13.so 36 7f31e812c000-7f31e812d000 rw-p 0018d000 fd:00 917531 /lib64/libc-1.13.so 48 0x7f31e7d9f000+0x38e000 - - - /lib64/libc-1.13.so
|
/external/llvm/projects/ |
D | CMakeLists.txt | 18 # Also add in libc++ and compiler-rt trees if present (and we have 21 # MSVC isn't quite working with libc++ yet, disable it until issues are 24 # libc++ uses the libc++abi target names so libc++abi should be added
|
/external/blktrace/ |
D | Android.mk | 13 LOCAL_SYSTEM_SHARED_LIBRARIES := libc 22 LOCAL_SYSTEM_SHARED_LIBRARIES := libc 31 LOCAL_SYSTEM_SHARED_LIBRARIES := libc 40 LOCAL_SYSTEM_SHARED_LIBRARIES := libc
|
/external/bison/m4/ |
D | printf-frexpl.m4 | 29 [Define if the frexpl function is available in libc.]) 31 dnl Mac OS X 10.3 has frexpl() in libc but doesn't declare it in <math.h>. 41 [Define if the ldexpl function is available in libc.]) 43 dnl Mac OS X 10.3 has ldexpl() in libc but doesn't declare it in <math.h>.
|
/external/clang/ |
D | shared_clang.mk | 38 LOCAL_SHARED_LIBRARIES_darwin := libc++ 39 LOCAL_SHARED_LIBRARIES_linux := libc++ 64 LOCAL_SHARED_LIBRARIES := libLLVM libc++
|
/external/e2fsprogs/misc/ |
D | Android.mk | 54 mke2fs_system_shared_libraries := libc 131 tune2fs_system_shared_libraries := libc 142 tune2fs_system_static_libraries := libc 236 badblocks_system_shared_libraries := libc 305 chattr_system_shared_libraries := libc 374 lsattr_system_shared_libraries := libc 445 blkid_system_shared_libraries := libc
|
12345678910>>...15