HomeSort by relevance Sort by last modified time
    Searched refs:glibc (Results 1 - 25 of 50) sorted by null

1 2

  /bionic/libc/include/sys/
syscall.h 36 #include <sys/glibc-syscalls.h> /* glibc-compatible SYS_* aliases for our __NR_* names. */
  /development/ndk/platforms/android-L/include/sys/
syscall.h 36 #include <sys/glibc-syscalls.h> /* glibc-compatible SYS_* aliases for our __NR_* names. */
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
syscall.h 36 #include <sys/glibc-syscalls.h> /* glibc-compatible SYS_* aliases for our __NR_* names. */
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
syscall.h 36 #include <sys/glibc-syscalls.h> /* glibc-compatible SYS_* aliases for our __NR_* names. */
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
syscall.h 36 #include <sys/glibc-syscalls.h> /* glibc-compatible SYS_* aliases for our __NR_* names. */
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
syscall.h 36 #include <sys/glibc-syscalls.h> /* glibc-compatible SYS_* aliases for our __NR_* names. */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
syscall.h 36 #include <sys/glibc-syscalls.h> /* glibc-compatible SYS_* aliases for our __NR_* names. */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
syscall.h 36 #include <sys/glibc-syscalls.h> /* glibc-compatible SYS_* aliases for our __NR_* names. */
  /bionic/libc/tools/
check-symbols-glibc.py 60 glibc = GetSymbolsFromSystemSo('libc.so.*', 'librt.so.*', 'libpthread.so.*', 'libresolv.so.*', 'libm.so.*') variable
63 glibc = map(MangleGlibcNameToBionic, glibc) variable
104 # bionic exposes various Linux features that glibc doesn't.
110 # Some standard stuff isn't yet in the versions of glibc we're using.
118 # These have mangled names in glibc, with a macro taking the "obvious" name.
138 print 'glibc:'
139 for symbol in sorted(glibc):
148 print 'in bionic but not glibc:'
150 for symbol in sorted((bionic - allowed_stuff).difference(glibc))
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 2 Dynamic Linking and Loading with glibc
19 applications with the glibc library in the Native Client SDK. Before reading
25 C standard libraries: glibc and newlib
28 The Native Client SDK comes with two C standard libraries --- glibc and
34 |glibc | dynamic | GNU Lesser |
37 | Designed for portability and performance, glibc is | | License |
42 | information about glibc, see GLIBC_. | | |
46 | systems. Like glibc, newlib is a conglomeration of | | Distribution|
57 statically link to newlib, or dynamically link to glibc. We recommend
58 dynamically linking to glibc, for a couple of reasons
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
Makefile 8 VALID_TOOLCHAINS := newlib glibc pnacl
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
Makefile 8 VALID_TOOLCHAINS := newlib glibc pnacl
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
Makefile 8 VALID_TOOLCHAINS := newlib glibc pnacl
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
Makefile 8 VALID_TOOLCHAINS := newlib glibc pnacl
  /external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
Makefile 8 VALID_TOOLCHAINS := newlib glibc pnacl linux
  /external/ipsec-tools/
Android.mk 55 $(LOCAL_PATH)/src/include-glibc \
87 $(LOCAL_PATH)/src/include-glibc \
Makefile 2 gcc -O3 -Wall -o racoon -I. -Isrc/include-glibc -Isrc/libipsec \
  /external/chromium_org/third_party/tcmalloc/chromium/src/
libc_override_glibc.h 33 // Used to override malloc routines on systems that are using glibc.
40 // GLibc 2.14+ requires the hook functions be declared volatile, based on the
42 // older/non-GLibc implementations, provide an empty definition.
57 # error libc_override_glibc.h is for glibc distributions only.
60 // In glibc, the memory-allocation methods are weak symbols, so we can
77 // We also have to do some glibc-specific overriding. Some library
81 // __libc_XXX variants (defined as part of glibc) also point to the
84 // TODO(csilvers): only do this if we detect we're an old enough glibc?
  /external/chromium_org/third_party/tcmalloc/vendor/src/
libc_override_glibc.h 33 // Used to override malloc routines on systems that are using glibc.
46 # error libc_override_glibc.h is for glibc distributions only.
49 // In glibc, the memory-allocation methods are weak symbols, so we can
66 // We also have to do some glibc-specific overriding. Some library
70 // __libc_XXX variants (defined as part of glibc) also point to the
73 // TODO(csilvers): only do this if we detect we're an old enough glibc?
  /bionic/tests/
Android.mk 43 test_cflags += -D__STDC_LIMIT_MACROS # For glibc.
280 # Tests to run on the host and linked against glibc. Run with:
281 # cd bionic/tests; mm bionic-unit-tests-glibc-run
303 module := bionic-unit-tests-glibc
321 bionic-unit-tests-glibc-run: bionic-unit-tests-glibc
325 $(HOST_OUT_EXECUTABLES)/bionic-unit-tests-glibc$(NATIVE_TEST_SUFFIX) $(BIONIC_TEST_FLAGS)
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
clone_test.S 25 # Note, clone syscall is different than the glibc implementation
  /external/valgrind/main/exp-bbv/tests/x86-linux/
clone_test.S 25 # Note, clone syscall is different than the glibc implementation
  /external/chromium_org/native_client_sdk/src/doc/reference/
nacl-manifest-format.rst 32 // Only required for glibc
152 with the NaCl port of glibc, the main program is specified in the
  /external/openssl/crypto/des/
FILES0 13 GNUmakefile - The makefile for use with glibc.
  /external/chromium_org/native_client_sdk/src/resources/
common.js 28 * @param {string} tool The name of the toolchain, e.g. "glibc", "newlib" etc.
51 * @param {string} tool The name of the toolchain, e.g. "glibc", "newlib" etc.
117 * @param {string} tool The name of the toolchain, e.g. "glibc", "newlib" etc.
342 * @param {string} tool The name of the toolchain, e.g. "glibc", "newlib" etc.

Completed in 636 milliseconds

1 2