/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 | 79 Action what; member 87 if (what == kOpen) { in Do() 95 } else if (what == kClose) { in Do() 98 } else if (what == kChdir) { in Do() 100 } else if (what == kFchdir) { in Do() 338 Action what, in posix_spawn_add_file_action() argument 349 if (what == kOpen || what == kChdir) { in posix_spawn_add_file_action() 358 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/libc/kernel/uapi/linux/ |
D | cn_proc.h | 27 enum what { enum 38 } what; member
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_connbytes.h | 37 __u8 what; member
|
/bionic/tests/ |
D | ifaddrs_test.cpp | 163 static void print_sockaddr_ll(const char* what, const sockaddr* p) { in print_sockaddr_ll() argument 165 printf("\t\t%s\t", what); in print_sockaddr_ll() 173 static void print_sockaddr_inet(const char* what, const sockaddr* addr) { in print_sockaddr_inet() argument 183 printf("\t\t%s: <%s>\n", what, host); in print_sockaddr_inet()
|
D | Android.bp | 359 // match up with what the source file says they should be.
|
/bionic/docs/ |
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/sound/ |
D | asound.h | 944 …SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_ ##direction SNDRV_CTL_NA… argument
|
/bionic/ |
D | README.md | 186 check what names it's used. Finally, prefer the `void*` orthography we 196 what the system call returns from the RETURN VALUE of the man page), 250 e.g. what you add in libc/libc.map.txt is:
|
D | android-changes-for-ndk-developers.md | 375 dynamic linker what permissions to give the corresponding page in 455 devices, and is similar to what other OSes already did. Because the zygote 456 uses the C library, this decision is made long before we know what API
|
/bionic/libc/kernel/uapi/drm/ |
D | amdgpu_drm.h | 415 __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. 601 NUM\_ALLOCATIONS value should be treated as always 1 no matter what is
|
/bionic/libc/ |
D | Android.bp | 72 // We know clang does a lot of harm by rewriting what we've said, and sadly 73 // never see any good it does, so let's just ask it to do what we say... 1724 // dependency on libgcc.a in libc though the libraries, which is not what you wanted!
|
/bionic/tests/libs/ |
D | Android.bp | 1560 // This is what got standardized for SHT_RELR.
|