Home
last modified time | relevance | path

Searched refs:what (Results 1 – 18 of 18) sorted by relevance

/bionic/linker/
Dldd13 what=$(file -L "$1")
14 case "$what" in
22 error "$what"
Dlinker.h49 #define ELFW(what) ELF64_ ## what argument
51 #define ELFW(what) ELF32_ ## what argument
Dld.config.format.md83 # This defines what libraries are allowed to be loaded from ns1
/bionic/libc/include/bits/fortify/
Dunistd.h61 #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/
Dspawn.cpp52 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/
Dev_timers.c460 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/
Dcn_proc.h27 enum what { enum
38 } what; member
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_connbytes.h37 __u8 what; member
/bionic/tests/
Difaddrs_test.cpp163 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()
DAndroid.bp67 // match up with what the source file says they should be.
/bionic/libc/kernel/uapi/sound/
Dasound.h839 …SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_ ##direction SNDRV_CTL_NA… argument
/bionic/docs/
Dnative_allocator.md47 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
Dlibc_assembler.md147 routines are properly set up. Here is a quick checklist of what to check:
/bionic/libc/kernel/uapi/drm/
Damdgpu_drm.h392 __u32 what; member
/bionic/
Dandroid-changes-for-ndk-developers.md372 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/
DREADME.md53 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/
DAndroid.bp1518 // This is what got standardized for SHT_RELR.
/bionic/libc/
DAndroid.bp1622 // dependency on libgcc.a in libc though the libraries, which is not what you wanted!