/bionic/linker/ |
D | ldd | 13 what=$(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 # This defines what libraries are allowed to be loaded from ns1
|
/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/bionic/ |
D | spawn.cpp | 52 Action what; member 60 if (what == kOpen) { in Do() 68 } else if (what == kClose) { in Do() 293 Action what, in posix_spawn_add_file_action() argument 313 action->what = what; in posix_spawn_add_file_action()
|
/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 | 67 // match up with what the source file says they should be.
|
/bionic/libc/kernel/uapi/sound/ |
D | asound.h | 839 …SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_ ##direction SNDRV_CTL_NA… argument
|
/bionic/docs/ |
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 | 147 routines are properly set up. Here is a quick checklist of what to check:
|
/bionic/libc/kernel/uapi/drm/ |
D | amdgpu_drm.h | 392 __u32 what; member
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 372 dynamic linker what permissions to give the corresponding page in 452 devices, and is similar to what other OSes already did. Because the zygote 453 uses the C library, this decision is made long before we know what API
|
/bionic/libc/malloc_debug/ |
D | README.md | 53 in the log indicating what bytes changed. 79 in the log indicating what bytes changed. 529 NUM\_ALLOCATIONS value should be treated as always 1 no matter what is
|
/bionic/tests/libs/ |
D | Android.bp | 1518 // This is what got standardized for SHT_RELR.
|
/bionic/libc/ |
D | Android.bp | 1622 // dependency on libgcc.a in libc though the libraries, which is not what you wanted!
|