Home
last modified time | relevance | path

Searched full:glibc (Results 1 – 25 of 1573) sorted by relevance

12345678910>>...63

/external/toolchain-utils/go/chromeos/
Dpush_glibc4 # This script copies a locally built GLIBC to a remote device.
9 # It copies both 32-bit and 64-bit glibc loaders onto the device.
15 echo -n "pushing glibc to ${target} ... "
18 glibc="/usr/x86_64-cros-linux-gnu/lib64"
24 glibc="/usr/aarch64-cros-linux-gnu/lib64"
35 target_sh ${target} "rm -rf /tmp/glibc"
36 target_sh ${target} "mkdir -p /tmp/glibc"
37 target_cp "${glibc}" ${target}:/tmp/glibc
44 …echo "LD_LIBRARY_PATH=/tmp/glibc/${glibc##*/} exec /tmp/glibc/${glibc##*/}/${loader} \"\$@\"" >> /…
46 target_cp /tmp/ld.so ${target}:/tmp/glibc
/external/iproute2/include/uapi/linux/
Dlibc-compat.h52 /* We have included glibc headers... */
55 /* Coordinate with glibc net/if.h header. */
58 /* GLIBC headers included first so don't define anything
65 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
67 /* For the future if glibc adds IFF_LOWER_UP, IFF_DORMANT and IFF_ECHO */
75 * we need. The expectation is that glibc will check the
82 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
84 /* For the future if glibc adds IFF_LOWER_UP, IFF_DORMANT and IFF_ECHO */
89 /* Coordinate with glibc netinet/in.h header. */
92 /* GLIBC headers included first so don't define anything
[all …]
/external/libxml2/test/relaxng/
Dcomps_0.xml52 <packagereq type="mandatory">glibc</packagereq>
3377 <dependency>glibc</dependency>
3383 <dependency>glibc</dependency>
3408 <dependency>glibc</dependency>
3428 <dependency>glibc</dependency>
3461 <dependency>glibc</dependency>
3486 <dependency>glibc</dependency>
3499 <dependency>glibc</dependency>
3512 <dependency>glibc</dependency>
3520 <dependency>glibc</dependency>
[all …]
/external/libnl/include/linux-private/linux/
Dlibc-compat.h52 /* We have included glibc headers... */
55 /* Coordinate with glibc net/if.h header. */
58 /* GLIBC headers included first so don't define anything
65 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
67 /* For the future if glibc adds IFF_LOWER_UP, IFF_DORMANT and IFF_ECHO */
75 * we need. The expectation is that glibc will check the
82 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
84 /* For the future if glibc adds IFF_LOWER_UP, IFF_DORMANT and IFF_ECHO */
89 /* Coordinate with glibc netinet/in.h header. */
92 /* GLIBC headers included first so don't define anything
[all …]
/external/kernel-headers/original/uapi/linux/
Dlibc-compat.h52 /* We have included glibc headers... */
55 /* Coordinate with glibc net/if.h header. */
58 /* GLIBC headers included first so don't define anything
65 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
67 /* For the future if glibc adds IFF_LOWER_UP, IFF_DORMANT and IFF_ECHO */
75 * we need. The expectation is that glibc will check the
82 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
84 /* For the future if glibc adds IFF_LOWER_UP, IFF_DORMANT and IFF_ECHO */
89 /* Coordinate with glibc netinet/in.h header. */
92 /* GLIBC headers included first so don't define anything
[all …]
/external/ethtool/uapi/linux/
Dlibc-compat.h52 /* We have included glibc headers... */
55 /* Coordinate with glibc net/if.h header. */
58 /* GLIBC headers included first so don't define anything
65 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
67 /* For the future if glibc adds IFF_LOWER_UP, IFF_DORMANT and IFF_ECHO */
75 * we need. The expectation is that glibc will check the
82 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
84 /* For the future if glibc adds IFF_LOWER_UP, IFF_DORMANT and IFF_ECHO */
89 /* Coordinate with glibc netinet/in.h header. */
92 /* GLIBC headers included first so don't define anything
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
Dcoverage.txt42 11-2: Will fail with glibc-2.3 & linux kernel 2.6.0-test2.
47 13-1: Will fail with glibc-2.3 & linux kernel 2.6.0-test2.
50 14-1: Will fail with glibc-2.3 & linux kernel 2.6.0-test2.
53 24-2: Will fail with glibc-2.3 & linux kernel 2.6.0-test2.
56 25-1: Freezes with glibc-3.4 & linux kernel 2.5.67
58 28-1: Will fail with glibc-2.3 & linux kernel 2.6.0-test2.
60 29-1: Will trigger SIGBUS (freezes with glibc-3.4 * linux kernel 2.5.67)
62 31-1: Will fail with glibc-2.3 & linux kernel 2.6.0-test2.
/external/pytorch/.ci/docker/common/
Dinstall_glibc.sh13 wget -q http://ftp.gnu.org/gnu/glibc/glibc-$GLIBC_VERSION.tar.gz
14 tar xzf glibc-$GLIBC_VERSION.tar.gz
16 cd glibc-$GLIBC_VERSION
20 mkdir -p glibc-$GLIBC_VERSION-build && cd glibc-$GLIBC_VERSION-build
26 ../glibc-$GLIBC_VERSION/configure --prefix=/usr CFLAGS='-Wno-stringop-truncation -Wno-format-overfl…
/external/newfs_msdos/
Dfreebsd-compat.h8 // Ensure we use a BSD powerof2 that works in static_assert (unlike glibc's).
17 // On glibc, these headers use `__unused` as an identifier, so drag them in
23 // Bionic, like the BSDs, has __unused. glibc and musl don't.
27 // Neither macOS, glibc nor musl has __packed.
32 // The BSDs (including Android and macOS) have getprogname(), but glibc and musl don't.
/external/rust/android-crates-io/crates/rustix/src/
Dstdio.rs39 /// - [glibc]
48 /// [glibc]: https://www.gnu.org/software/libc/manual/html_node/Standard-Streams.html#index-stdin
85 /// - [glibc]
94 /// [glibc]: https://www.gnu.org/software/libc/manual/html_node/Standard-Streams.html#index-stdin
125 /// - [glibc]
134 /// [glibc]: https://www.gnu.org/software/libc/manual/html_node/Standard-Streams.html#index-stdin
161 /// - [glibc]
170 /// [glibc]: https://www.gnu.org/software/libc/manual/html_node/Standard-Streams.html#index-stdout
207 /// - [glibc]
216 /// [glibc]: https://www.gnu.org/software/libc/manual/html_node/Standard-Streams.html#index-stdout
[all …]
/external/rust/android-crates-io/crates/rustix/src/net/
Dsocket.rs32 /// - [glibc]
44 /// [glibc]: https://www.gnu.org/software/libc/manual/html_node/Creating-a-Socket.html
75 /// - [glibc]
87 /// [glibc]: https://www.gnu.org/software/libc/manual/html_node/Creating-a-Socket.html
112 /// - [glibc]
124 /// [glibc]: https://www.gnu.org/software/libc/manual/html_node/Setting-Address.html
149 /// - [glibc]
161 /// [glibc]: https://www.gnu.org/software/libc/manual/html_node/Setting-Address.html
192 /// - [glibc]
204 /// [glibc]: https://www.gnu.org/software/libc/manual/html_node/Setting-Address.html
[all …]
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim_override_glibc_weak_symbols.h12 // Alias the internal Glibc symbols to the shim entry points.
16 // weak in glibc and are meant to be defined strongly by client processes
17 // to hook calls initiated from within glibc.
18 // 2) Re-define Glibc-specific symbols (__libc_malloc). The historical reason
34 // __MALLOC_HOOK_VOLATILE not defined in all Glibc headers.
130 #error The target platform does not seem to use Glibc. Disable the allocator \
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim_override_glibc_weak_symbols.h12 // Alias the internal Glibc symbols to the shim entry points.
16 // weak in glibc and are meant to be defined strongly by client processes
17 // to hook calls initiated from within glibc.
18 // 2) Re-define Glibc-specific symbols (__libc_malloc). The historical reason
34 // __MALLOC_HOOK_VOLATILE not defined in all Glibc headers.
130 #error The target platform does not seem to use Glibc. Disable the allocator \
/external/arm-optimized-routines/math/
DREADME.contributors5 sub-directory is expected to be upstreamed into glibc so the GNU
6 Coding Standard and glibc specific conventions should be followed
14 at runtime via LD_PRELOAD). This requires the symbols to follow the glibc ABI
42 POSIX requirements, IEEE 754-2008 requirements and Glibc requiremnts:
44 this should be tested by direct tests (glibc test system may be used for it).
78 should be present: glibc and bionic use the same code on all targets. (This
/external/tensorflow/tensorflow/tools/ci_build/devtoolset/
Dbuild_devtoolset.sh17 # Builds a devtoolset cross-compiler targeting manylinux 2010 (glibc 2.12 /
18 # libstdc++ 4.4) or manylinux2014 (glibc 2.17 / libstdc++ 4.8).
41 # Download glibc's shared and development libraries based on the value of the
48 # Download binary glibc 2.12 shared library release.
53 # Download binary glibc 2.12 development library release.
60 # Download binary glibc 2.17 shared library release.
65 # Download binary glibc 2.17 development library release.
82 # Patch to allow non-glibc 2.12 compatible builds to work.
109 # Build a devtoolset cross-compiler based on our glibc 2.12/glibc 2.17 sysroot setup.
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.local-toolchain-ubuntu20.04-manylinux20144 # glibc (2.12) and libstdc++ (4.4) in /dt7.
7 # glibc (2.17) and libstdc++ (4.8) in /dt9.
34 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.
36 # Set up a sysroot for glibc 2.17 / libstdc++ 4.8 / devtoolset-9 in /dt9.
/external/rust/android-crates-io/crates/rustix/src/mm/
Dmmap.rs66 /// - [glibc]
76 /// [glibc]: https://www.gnu.org/software/libc/manual/html_node/Memory_002dmapped-I_002fO.html#inde…
107 /// - [glibc]
117 /// [glibc]: https://www.gnu.org/software/libc/manual/html_node/Memory_002dmapped-I_002fO.html#inde…
144 /// - [glibc]
154 /// [glibc]: https://www.gnu.org/software/libc/manual/html_node/Memory_002dmapped-I_002fO.html#inde…
265 /// - [glibc]
275 /// [glibc]: https://www.gnu.org/software/libc/manual/html_node/Page-Lock-Functions.html#index-mlock
298 /// - [glibc]
301 /// [glibc]: https://www.gnu.org/software/libc/manual/html_node/Page-Lock-Functions.html#index-mloc…
[all …]
/external/elfutils/libelf/
DChangeLog7 * elf.h: Update from glibc.
20 * elf.h: Update from glibc.
24 * elf.h: Update from glibc.
68 * elf.h: Update from glibc.
88 * elf.h: Update from glibc.
158 * elf.h: Update from glibc.
217 * elf.h: Update from glibc.
221 * elf.h: Update from glibc.
230 * elf.h: Update from glibc.
305 * elf.h: Update from glibc.
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/distribtest/csharp_alpine_x64/
DDockerfile21 # Also see https://github.com/sgerrand/alpine-pkg-glibc
24 RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.30-r0/glibc-2.30-r0.apk
25 RUN apk add glibc-2.30-r0.apk
/external/ltp/include/
Dtst_pid.h46 * Direct getpid() syscall. Some glibc versions cache getpid() return value
48 * direct clone() syscall (without using the glibc wrapper). Use this function
54 * Direct gettid() syscall. Some glibc versions cache gettid() return value
56 * direct clone() syscall (without using the glibc wrapper). Use this function
/external/grpc-grpc/tools/dockerfile/distribtest/csharp_alpine_x64/
DDockerfile21 # Also see https://github.com/sgerrand/alpine-pkg-glibc
24 RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.30-r0/glibc-2.30-r0.apk
25 RUN apk add glibc-2.30-r0.apk
/external/ltp/testcases/kernel/syscalls/epoll/
DREADME.1ST4 ** Directions for glibc version of 2.3.2 or higher **
6 Epoll support is currently implemented in glibc 2.3.2, therefore if you have a$
7 glibc version of 2.3.2 or higher then do the following steps:
16 ** Older version of glibc **
/external/strace/tests-mx32/
Dreadahead.c33 /* Check for glibc readahead argument passing bugs. */
36 * glibc < 2.8 had an incorrect order of higher and lower parts of offset,
42 # endif /* glibc < 2.8 */
44 * glibc < 2.25 had an incorrect implementation on mips n64,
50 # endif /* LINUX_MIPSN64 && glibc < 2.25 */
/external/strace/tests/
Dreadahead.c33 /* Check for glibc readahead argument passing bugs. */
36 * glibc < 2.8 had an incorrect order of higher and lower parts of offset,
42 # endif /* glibc < 2.8 */
44 * glibc < 2.25 had an incorrect implementation on mips n64,
50 # endif /* LINUX_MIPSN64 && glibc < 2.25 */
/external/strace/tests-m32/
Dreadahead.c33 /* Check for glibc readahead argument passing bugs. */
36 * glibc < 2.8 had an incorrect order of higher and lower parts of offset,
42 # endif /* glibc < 2.8 */
44 * glibc < 2.25 had an incorrect implementation on mips n64,
50 # endif /* LINUX_MIPSN64 && glibc < 2.25 */

12345678910>>...63