Lines Matching refs:that

41     // Try to catch typical 32-bit assumptions that break with 64-bit pointers.
134 // Functions not implemented by jemalloc directly, or that need to
142 // Used to pull in the jemalloc include directory so that if the
151 // Code that implements the stack protector (or that runs before TLS has been set up) needs to be
435 // that can be safely included in the libc_ndk.a (doesn't
989 // libc_bionic_ndk.a- The portions of libc_bionic that can
1189 // libc_pthread.a - pthreads parts that previously lived in
1296 // This is an LP32 ARM-only library that needs to be built with -fno-builtin
1315 // all the parts of libc that are safe to statically link.
1316 // We can't safely statically link things that can only run
1318 // anything that talks to netd (a large portion of the DNS
1319 // code) and anything that is dependent on the layout of a
1320 // data structure that has changed across releases (such as
1522 // This is a version of the static C library used by the dynamic linker that exclude malloc. It also
1619 // LOCAL_LDFLAGS for those libraries. This ensures that symbols that are pulled into
1620 // those new libraries from libgcc.a are not declared external; if that were the case,
1662 // Leave the symbols in the shared library so that stack unwinders can produce
1679 // Leave the symbols in the shared library so that stack unwinders can produce
1692 // Leave the symbols in the shared library so that stack unwinders can produce
1755 // Headers that only other parts of the platform can include.
1794 // include paths, and then libc_headers filters by target so that the
1815 // The build system generally requires that any dependencies of a target
1817 // to 1 we let targets with an sdk_version that need to depend on the libc
1871 // TODO(b/153662223): Clean up these users that needed visibility when