Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 50) sorted by relevance

12

/bionic/libc/upstream-openbsd/lib/libc/string/
Dstpcpy.c40 stpcpy(char *to, const char *from) in stpcpy() argument
42 for (; (*to = *from) != '\0'; ++from, ++to); in stpcpy()
Dstrcpy.c40 strcpy(char *to, const char *from) in strcpy() argument
44 for (; (*to = *from) != '\0'; ++from, ++to); in strcpy()
/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcpcpy.c43 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) in wcpcpy() argument
46 for (; (*to = *from); ++from, ++to); in wcpcpy()
/bionic/tests/
Ddlext_private.h94 extern bool android_link_namespaces(android_namespace_t* from,
98 extern bool android_link_namespaces_all_libs(android_namespace_t* from,
/bionic/libdl/
DAndroid.bp62 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
64 // a) pull symbols from libgcc.a and b) depend on libdl.so will not rely on libdl.so
65 // to provide those symbols, but will instead pull them from libgcc.a. Specifically,
66 // we use this property to make sure libc.so has its own copy of the code from
162 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
164 // a) pull symbols from libgcc.a and b) depend on libdl.so will not rely on libdl.so
165 // to provide those symbols, but will instead pull them from libgcc.a. Specifically,
166 // we use this property to make sure libc.so has its own copy of the code from
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_connbytes.h34 __aligned_u64 from; member
/bionic/linker/
Dld.config.format.md28 # The following line maps section to a dir. Binaries ran from this location will use namespaces
68 # For every link define list of shared libraries. This is list of the libraries accessible from
83 # [Deprecated] This defines what libraries are allowed to be loaded from ns1
85 # This defines what libraries are allowed to be loaded from ns1
DAndroid.bp316 // of __gnu_Unwind_Find_exidx from libc. An unresolved weak reference would create a
431 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols ld-android.so pulls from
433 // a) pull symbols from libgcc.a and b) depend on ld-android.so will not rely on ld-android.so
434 // to provide those symbols, but will instead pull them from libgcc.a. Specifically,
435 // we use this property to make sure libc.so has its own copy of the code from
/bionic/docs/
Dfdtrack.md16 handle unbalanced closes. This callback may be called from an async signal safe
29 `BIONIC_SIGNAL_FDTRACK` (available from `<bionic/reserved_signals.h>`) to the
42 and logcat from bugreports.
53 statically-linked and steps are taken to prevent the unwind from being
D32-bit-abi.md9 `fseeko` and `ftello` available. Instead they're always available from API
18 function `lseek64` were available right from the beginning in API 3. Secondly,
26 it became available for the platform, it wasn't available from the NDK until
95 times to/from the kernel, but we do not plan on adding support for
/bionic/libc/kernel/uapi/linux/
Dnbd.h55 __be64 from; member
Diso_fs.h23 #define ISODCL(from,to) (to - from + 1) argument
Duserfaultfd.h59 __u64 from; member
/bionic/libc/malloc_debug/
DREADME_api.md5 used to gather this data from a process. This tracking can be enabled using
47 The calls from within the malloc debug library are automatically removed.
57 if this allocation was created in a process forked from the Zygote process.
/bionic/tests/libs/
Dsegment_gap_outer.lds14 # Now create the gap. We need a text segment first to prevent the linker from
/bionic/
DREADME.md83 # files written by us and files taken from BSD.
88 # generate_uapi_headers.sh script should be used to go from a kernel tree to
91 # scrubbed headers from external/kernel-headers/.
97 # Contains the DNS resolver (originates from NetBSD code).
182 1. Use generate_uapi_headers.sh to go from a Linux source tree to appropriate
211 The tests are all built from the tests/ directory.
284 ### Coverage from device tests
294 `acov` will pull all coverage information from the device, push it to the right
297 ### Coverage from host tests
311 tests failures from impacting other tests. This also has the added benefit of
[all …]
Dandroid-changes-for-ndk-developers.md65 With API 22, load order switched from depth-first to breadth-first to
136 ## Opening shared libraries directly from an APK
138 In API level 23 and above, it’s possible to open a .so file directly from
141 older releases, the .so files were extracted from the APK file
145 that you want to load directly from your APK must be page aligned
149 Note that in API level 23 and above dlopen(3) will open a library from
172 as many developers found when Android 6.0 Marshmallow switched from
176 a set of libraries that see significant use from Google Play's
201 *Potential problems*: starting from API 24 the dynamic linker will not
202 load private libraries, preventing the application from loading.
[all …]
/bionic/libc/tools/
DAndroid.bp4 // all of the 'license_kinds' from "bionic_libc_license"
/bionic/libc/system_properties/
DAndroid.bp4 // all of the 'license_kinds' from "bionic_libc_license"
/bionic/libc/kernel/
DREADME.md15 They can be included from C++, or when compiling code in strict ANSI mode.
31 Contains hand-modified versions of a few files from `original/scsi/`
32 that removes the kernel specific code from these files so they can
57 Automatically update all clean headers from the content of
/bionic/libc/async_safe/
DAndroid.bp7 // all of the 'license_kinds' from "bionic_libc_license"
/bionic/libc/malloc_hooks/
DAndroid.bp7 // all of the 'license_kinds' from "bionic_libc_license"
/bionic/libc/arch-x86/bionic/
Dsyscall.S36 # Load all the arguments from the calling frame.
/bionic/benchmarks/linker_relocation/
DREADME.md10 run the benchmark from `/data/benchmarktest[64]/linker-reloc-bench`.
/bionic/libc/
DNOTICE13 derived from this software without specific prior written permission.
39 be used to endorse or promote products derived from this software
81 may be used to endorse or promote products derived from this software
110 may be used to endorse or promote products derived from this software
363 products derived from this software without specific prior written
945 may be used to endorse or promote products derived from this software
993 may be used to endorse or promote products derived from this software
1013 All or some portions of this file are derived from material licensed
1027 may be used to endorse or promote products derived from this software
1056 may be used to endorse or promote products derived from this software
[all …]

12