Home
last modified time | relevance | path

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

/bionic/linker/
Dldd.sh13 what=$(LD_LIBRARY_PATH= 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 # [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/
Dspawn.cpp79 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/
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/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.bp359 // match up with what the source file says they should be.
/bionic/docs/
DEINTR.md8 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
Dclang_fortify_anatomy.md38 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
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.md148 routines are properly set up. Here is a quick checklist of what to check:
/bionic/libc/kernel/uapi/sound/
Dasound.h944 …SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_ ##direction SNDRV_CTL_NA… argument
/bionic/
DREADME.md186 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:
Dandroid-changes-for-ndk-developers.md375 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/
Damdgpu_drm.h415 __u32 what; member
/bionic/libc/malloc_debug/
DREADME.md53 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/
DAndroid.bp72 // 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/
DAndroid.bp1560 // This is what got standardized for SHT_RELR.