HomeSort by relevance Sort by last modified time
    Searched refs:glibc (Results 1 - 25 of 31) 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. */
  /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/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.
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 13 # By default the VALID_TOOLCHAINS list contains pnacl, newlib and glibc. If
18 ALL_TOOLCHAINS ?= pnacl newlib glibc bionic
20 ALL_TOOLCHAINS ?= pnacl newlib glibc
417 ifneq (,$(findstring $(TOOLCHAIN),glibc newlib bionic))
nacl_gcc.mk 29 ifeq (,$(findstring $(TOOLCHAIN),glibc))
182 ifneq (glibc,$(TOOLCHAIN))
322 ifneq ($(TOOLCHAIN),glibc)
538 # this is the NEXE which will actually be used. For glibc, runnable-ld.so
  /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/linux-tools-perf/perf-3.12.0/tools/perf/config/
Makefile 146 ifeq ($(call try-cc,$(SOURCE_GLIBC),$(FLAGS_GLIBC),glibc),y)
159 msg := $(error No gnu/libc-version.h found, please install glibc-dev[el]/glibc-static);
  /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/icu/icu4c/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/chromium_org/v8/test/mjsunit/
div-mod.js 131 // return the wrong result for glibc <= 2.16.
  /external/elfutils/0.153/
elfutils.spec 11 Requires: glibc >= 2.7
18 BuildRequires: glibc >= 2.7
255 - Fix build with most recent glibc headers.

Completed in 692 milliseconds

1 2