/bionic/linker/ |
D | ldd.sh | 13 what=$(LD_LIBRARY_PATH= file -L "$1") 14 case "$what" in 22 error "$what"
|
D | linker.h | 49 #define ELFW(what) ELF64_ ## what argument 51 #define ELFW(what) ELF32_ ## what argument
|
D | ld.config.format.md | 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
|
/bionic/libc/bionic/ |
D | spawn.cpp | 78 Action what; member 86 if (what == kOpen) { in Do() 94 } else if (what == kClose) { in Do() 97 } else if (what == kChdir) { in Do() 99 } else if (what == kFchdir) { in Do() 339 Action what, in posix_spawn_add_file_action() argument 350 if (what == kOpen || what == kChdir) { in posix_spawn_add_file_action() 359 action->what = what; in posix_spawn_add_file_action()
|
/bionic/libc/include/bits/fortify/ |
D | unistd.h | 61 #define __error_if_overflows_ssizet(what, fn) \ argument 62 __clang_error_if((what) > SSIZE_MAX, "in call to '" #fn "', '" #what "' must be <= SSIZE_MAX") 64 #define __error_if_overflows_objectsize(what, objsize, fn) \ argument 65 __clang_error_if(__bos_unevaluated_lt((objsize), (what)), \ 66 "in call to '" #fn "', '" #what "' bytes overflows the given object")
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | ev_timers.c | 460 set_index(void *what, int idx) { in set_index() argument 463 timer = what; in set_index() 468 free_timer(void *what, void *uap) { in free_timer() argument 469 evTimer *t = what; in free_timer() 477 print_timer(void *what, void *uap) { in print_timer() argument 478 evTimer *cur = what; in print_timer() 481 cur = what; in print_timer()
|
/bionic/docs/ |
D | README.md | 9 and what changed with each OS release. 11 * [`EINTR`](EINTR.md) - what is the `EINTR` failure,
|
D | EINTR.md | 8 what data it has. (This is one reason why read(2) sometimes returns less data 12 But what if read(2) hasn't read any data yet? Or what if you've made some other
|
D | clang_fortify_anatomy.md | 38 because FORTIFY has significant flexibility in what it considers to be an 56 implement FORTIFY, these tools are different from what Clang offers. This 139 - If the `mempcpy` has the potential to write to more bytes than what is 141 program if more bytes are written than what is allowed. 194 So let's walk through this step by step, to see how FORTIFY does what it says on 739 what `p` is. LLVM is the best-equipped part of the compiler to determine the
|
D | native_allocator.md | 47 see what is expected for this function, the best description is the 92 of allocation routines such as what happens when a non-power of two alignment 317 The trace data includes what thread does each operation, so the replay
|
D | libc_assembler.md | 148 routines are properly set up. Here is a quick checklist of what to check:
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_connbytes.h | 25 __u8 what; member
|
/bionic/tests/ |
D | ifaddrs_test.cpp | 168 static void print_sockaddr_ll(const char* what, const sockaddr* p) { in print_sockaddr_ll() argument 170 printf("\t\t%s\t", what); in print_sockaddr_ll() 178 static void print_sockaddr_inet(const char* what, const sockaddr* addr) { in print_sockaddr_inet() argument 188 printf("\t\t%s: <%s>\n", what, host); in print_sockaddr_inet()
|
D | Android.bp | 360 // match up with what the source file says they should be.
|
/bionic/tests/headers/posix/ |
D | README.md | 4 least_ what POSIX says. Every POSIX header file gets a corresponding
|
/bionic/libc/kernel/uapi/linux/ |
D | cn_proc.h | 33 enum proc_cn_event what; member
|
/bionic/ |
D | README.md | 90 # what _value_ that constant has, or what _order_ the fields in a type 209 check what names it's used. Finally, prefer the `void*` orthography we 219 what the system call returns from the RETURN VALUE of the man page), 273 e.g. what you add in libc/libc.map.txt is:
|
D | android-changes-for-ndk-developers.md | 370 dynamic linker what permissions to give the corresponding page in 454 devices, and is similar to what other OSes already did. Because the zygote 455 uses the C library, this decision is made long before we know what API
|
/bionic/libc/kernel/uapi/sound/ |
D | asound.h | 993 …SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_ ##direction SNDRV_CTL_NA… argument
|
/bionic/libc/kernel/uapi/drm/ |
D | amdgpu_drm.h | 408 __u32 what; member
|
/bionic/libc/malloc_debug/ |
D | README.md | 53 in the log indicating what bytes changed. 79 in the log indicating what bytes changed. 611 NUM\_ALLOCATIONS value should be treated as always 1 no matter what is
|
/bionic/libc/ |
D | Android.bp | 45 // We know clang does a lot of harm by rewriting what we've said, and sadly 46 // never see any good it does, so let's just ask it to do what we say... 1575 // dependency on libgcc.a in libc though the libraries, which is not what you wanted!
|
/bionic/tests/libs/ |
D | Android.bp | 1651 // This is what got standardized for SHT_RELR.
|