HomeSort by relevance Sort by last modified time
    Searched refs:glibc (Results 1 - 25 of 40) 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. */
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 2 Dynamic Linking and Loading with glibc
22 applications with the glibc library in the Native Client SDK. Before reading
28 C standard libraries: glibc and newlib
31 The Native Client SDK comes with two C standard libraries --- glibc and
37 | glibc | dynamic | GNU Lesser | glibc is the GNU implementation of the |
40 | | | License | portability and performance, glibc is one |
46 | | | | information about glibc, see GLIBC_ |
49 | | | Software | embedded systems. Like glibc, newlib is a |
61 statically link to newlib, or dynamically link to glibc. We recommen
    [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/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/libc/arch-arm/bionic/
clone.S 74 # NOTE: This is not the same signature as the glibc
  /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
138 with the NaCl port of glibc, the main program is specified in the
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
FILES0 13 GNUmakefile - The makefile for use with glibc.
  /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.
337 * @param {string} tool The name of the toolchain, e.g. "glibc", "newlib" etc.
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 13 # By default the VALID_TOOLCHAINS list contains pnacl, newlib and glibc. If
17 VALID_TOOLCHAINS ?= pnacl newlib glibc
61 USABLE_TOOLCHAINS=$(filter $(OSNAME) pnacl newlib glibc,$(VALID_TOOLCHAINS))
417 ifneq (,$(findstring $(TOOLCHAIN),glibc newlib))
nacl_gcc.mk 267 ifneq ($(TOOLCHAIN),glibc)
452 # this is the NEXE which will actually be used. For glibc, runnable-ld.so
  /bionic/tests/
Android.mk 171 # Unit tests built against glibc.
174 # Build tests for the host (with glibc).
175 # Note that this will build against glibc, so it's not useful for testing
176 # bionic's implementation, but it does let you use glibc as a reference
180 LOCAL_MODULE := bionic-unit-tests-glibc
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/
progress_event_listener.js 146 // Progress events are not necessarily monotonic. For glibc, each DSO
148 // For glibc, the final loadend progress event may even correspond to
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 147 my $title = "Collation: ICU " . $ICULatestVersion . " vs GLIBC";
162 <title>Collation: ICU4C vs. glibc</title>
169 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n";
245 <td align="left"><b>strcoll</b> <i>(GLIBC)</i></td>
246 <td align="left"><b>keygen</b> <i>(GLIBC)</i></td>
247 <td align="left"><b>keylen</b> <i>(GLIBC)</i></td>
248 <td align="left"><b>strcoll</b> <i>(GLIBC-ICU)/ICU)</i></td>
249 <td align="left"><b>keygen</b> <i>(GLIBC-ICU)/ICU)</i></td>
250 <td align="left"><b>keylen</b> <i>(GLIBC-ICU)/ICU)</i></td>
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 147 my $title = "Collation: ICU " . $ICULatestVersion . " vs GLIBC";
162 <title>Collation: ICU4C vs. glibc</title>
169 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n";
245 <td align="left"><b>strcoll</b> <i>(GLIBC)</i></td>
246 <td align="left"><b>keygen</b> <i>(GLIBC)</i></td>
247 <td align="left"><b>keylen</b> <i>(GLIBC)</i></td>
248 <td align="left"><b>strcoll</b> <i>(GLIBC-ICU)/ICU)</i></td>
249 <td align="left"><b>keygen</b> <i>(GLIBC-ICU)/ICU)</i></td>
250 <td align="left"><b>keylen</b> <i>(GLIBC-ICU)/ICU)</i></td>
  /external/strace/
strace.spec 144 - glibc-2.5 build fixes (#209856)
157 - Fix build with glibc-2.4.90-33 and up on all arches but ia64
170 - rebuilt for new gcc4.1 snapshot and glibc changes
451 - patch to build alpha/sparc with glibc 2.1.
467 - fixed build problems on newer glibc releases
  /external/linux-tools-perf/
Makefile 424 msg := $(error No gnu/libc-version.h found, please install glibc-dev[el]/glibc-static);

Completed in 439 milliseconds

1 2