HomeSort by relevance Sort by last modified time
    Searched refs:libc (Results 126 - 150 of 448) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/invensense/65xx/libsensors_iio/software/build/android/
common.mk 57 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/bionic/libc/arch-arm/include
58 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/bionic/libc/include
60 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/bionic/libc/kernel/common
61 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/bionic/libc/kernel/arch-arm
  /hardware/qcom/keymaster/
Android.mk 27 libc \
  /prebuilts/go/darwin-x86/src/runtime/cgo/
dragonfly.go 13 // libc dynamic library needs them.
freebsd.go 13 // libc dynamic library needs them.
netbsd.go 13 // libc dynamic library needs them.
  /prebuilts/go/linux-x86/src/runtime/cgo/
dragonfly.go 13 // libc dynamic library needs them.
freebsd.go 13 // libc dynamic library needs them.
netbsd.go 13 // libc dynamic library needs them.
  /test/vts/testcases/target/
Android.build.mk 106 LOCAL_CXX_STL := libc++_static
108 LOCAL_CXX_STL := libc++
  /external/elfutils/tests/
run-unstrip-n.sh 39 0xf7603000+0x1b0000 0b9bf374699e141e5dfc14757ff42b8c2373b4de@0xf7603184 - - libc.so.6
49 0xfdf0000+0x1c0000 edf3dd232e09d01b90683889bd16b9406c52d4de@0xfdf0184 - - libc.so.6
55 # /lib64/libc.so.6 and /lib64/ld-linux-x86-64.so.2 from link map
67 grep -v libc.so.6 $outfile | sort >$outfile2
  /build/soong/cc/
linker.go 51 // shared library and executable modules. If unset, generally defaults to libc,
58 // This flag should only be necessary for compiling low-level libraries like libc.
84 // compiling crt or libc.
158 systemSharedLibs = []string{"libc", "libm", "libdl"}
162 // If system_shared_libs has libc but not libdl, make sure shared_libs does not
163 // have libdl to avoid loading libdl before libc.
164 if inList("libc", systemSharedLibs) {
173 // If libc and libdl are both in system_shared_libs make sure libd comes after libc
174 // to avoid loading libdl before libc
    [all...]
  /development/vndk/tools/definition-tool/tests/
test_elf_linker.py 74 gb.add_multilib(PT_SYSTEM, 'libc', dt_needed=['libdl.so', 'libm.so'],
83 dt_needed=['libc.so', 'libdl.so'],
88 dt_needed=['libc.so', 'libcutils.so', 'libdl.so'],
102 node = graph.get_lib('/system/lib/libc.so')
104 self.assertEqual('/system/lib/libc.so', node.path)
121 paths = ['/system/lib/libc.so', '/system/lib/libdl.so']
147 # Check the dependencies of libc.so.
148 node = gb.graph.get_lib('/system/lib/libc.so')
159 self.assertEqual(['/system/lib64/libc.so', '/system/lib64/libcutils.so',
176 libc = graph.get_lib('/system/' + lib + '/libc.so'
    [all...]
  /prebuilts/sdk/tools/
Android.mk 124 LOCAL_SHARED_LIBRARIES := libc++
139 LOCAL_SHARED_LIBRARIES := libc++
155 LOCAL_SHARED_LIBRARIES := libc++
270 LOCAL_SHARED_LIBRARIES := libLLVM libclang libc++
322 LOCAL_MODULE := libc++
  /build/soong/cc/config/
global.go 179 "-isystem bionic/libc/arch-" + bionicArch + "/include",
180 "-isystem bionic/libc/include",
181 "-isystem bionic/libc/kernel/uapi",
182 "-isystem bionic/libc/kernel/uapi/asm-" + kernelArch,
183 "-isystem bionic/libc/kernel/android/scsi",
184 "-isystem bionic/libc/kernel/android/uapi",
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
lib.c 150 struct addr_range libc, vdso; variable in typeref:struct:addr_range
175 if (strstr(name, "libc")) {
176 libc.first = start;
177 libc.last = end - 1;
  /kernel/tests/net/test/
csocket.py 74 libc = ctypes.CDLL(ctypes.util.find_library("c"), use_errno=True) variable
192 ret = libc.bind(s.fileno(), VoidPointer(to), len(to))
199 ret = libc.connect(s.fileno(), VoidPointer(to), len(to))
259 ret = libc.sendmsg(s.fileno(), msghdr, 0)
311 ret = libc.recvmsg(s.fileno(), VoidPointer(msghdr), flags)
329 ret = libc.recvfrom(s.fileno(), buf, len(buf), flags,
  /cts/tests/tests/bionic/
Android.mk 39 LOCAL_CXX_STL := libc++_static
  /cts/tests/tests/simpleperf/
Android.mk 39 libc \
  /device/google/marlin/vndk/
Android.mk 24 libc++\
  /external/iproute2/ip/
Android.mk 17 LOCAL_SHARED_LIBRARIES := libc libm libdl
  /external/libcxxabi/lib/
buildit 30 EXTRA_FLAGS="-std=c++11 -stdlib=libc++ -fstrict-aliasing -Wstrict-aliasing=2 \
50 LDSHARED_FLAGS="-o libc++abi.dylib \
54 -install_name /usr/lib/libc++abi.dylib \
64 LDSHARED_FLAGS="-o libc++abi.dll \
65 -shared -nodefaultlibs -Wl,--export-all-symbols -Wl,--allow-multiple-definition -Wl,--out-implib,libc++abi.dll.a \
71 LDSHARED_FLAGS="-o libc++abi.so.1.0 \
72 -shared -nodefaultlibs -Wl,-soname,libc++abi.so.1 \
79 rm -f libc++abi.1.$SOEXT*
  /external/valgrind/
glibc-2.X-drd.supp 13 # Suppression patterns for libc.
16 # Suppress all data races where the topmost frame is inside libc.so. Although
23 drd-libc-stdio
25 obj:*/lib*/libc-*
28 drd-libc-thread-cancellation-test
33 drd-libc-random
  /hardware/qcom/display/msm8996/sdm/libs/core/
Android.mk 14 LOCAL_SHARED_LIBRARIES := libdl libsdmutils libc++
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
Android.mk 19 libpowermanager libsdmutils libc++
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
Android.mk 21 libsdmutils libc++ liblog

Completed in 1146 milliseconds

1 2 3 4 56 7 8 91011>>