/bionic/libc/kernel/uapi/linux/ |
D | v4l2-subdev.h | 30 __u32 which; member 36 __u32 which; member 45 __u32 which; member 56 __u32 which; member 71 __u32 which; member 75 __u32 which; member
|
D | videodev2.h | 876 __u32 which; member
|
/bionic/libc/bionic/ |
D | wait.cpp | 32 extern "C" int __waitid(idtype_t which, id_t id, siginfo_t* info, int options, struct rusage* ru); 42 int waitid(idtype_t which, id_t id, siginfo_t* info, int options) { in waitid() argument 44 return __waitid(which, id, info, options, nullptr); in waitid()
|
D | getpriority.cpp | 33 int getpriority(int which, id_t who) { in getpriority() argument 34 int result = __getpriority(which, who); in getpriority()
|
/bionic/docs/ |
D | 32-bit-abi.md | 23 Android support for `_FILE_OFFSET_BITS=64` (which turns `off_t` into `off64_t` 86 On 32-bit Android, `time_t` is 32-bit, which will overflow in 2038. 88 In the 64-bit ABI, `time_t` is 64-bit, which will not overflow until 89 long after the death of the star around which we currently circle. 97 an equivalent to `_FILE_OFFSET_BITS=64`, which we wouldn't be able
|
D | fdsan.md | 8 …which tend to manifest as *use-after-close* and *double-close*. These errors are direct analogues … 43 …e_ptr`, almost all file descriptors can be associated with a unique owner which is responsible for… 132 which results in the following output: 186 … culprit closed `bystander`'s file descriptor between its open and close, which resulted in `bysta… 227 …robably not going to be as detectable or reproducible as our toy example, which is a good reason t…
|
D | defines.md | 1 # When to use which `#define` 27 `__ANDROID_API__` to test which version you're building against. This is
|
D | elf-tls.md | 175 // Unlike DTPOFF, which is relative to the start of the module’s block, 214 use it, which can break `dlopen` if the surplus area is exhausted. See: 234 reference has a corresponding descriptor, which contains a resolver function address and an argument 531 The loader's entry points need to call `__tls_get_addr`, which needs to allocate memory. Currently, 566 > necessary. For instance, a loaded module might only be used by one thread of the many which make 569 > loaded objects already requires recognizing storage which is not yet allocated. This is the only 602 ** linker and the OpenGL sub-system (which needs to access the 619 searching for its TP-relative offset, which it assumes is nonnegative: 792 sequences be no larger than LD code sequences, which may not be the case on some architectures.
|
D | native_allocator.md | 12 called the svelte config, which is designed to run on memory constrained 39 to `malloc_disable`. This call will unpause any thread which is making 374 tracking fragmentation is system\_server.txt which is an extremely long
|
D | status.md | 313 alive, and then call `kill`/`tgkill` with signal 0 (which checks
|
/bionic/libc/ |
D | SECCOMP_ALLOWLIST_COMMON.TXT | 8 int ioprio_get:ioprio_get(int which, int who) lp64 9 int ioprio_set:ioprio_set(int which, int who, int ioprio) lp64 36 # Useful new syscalls which we don't yet use in bionic.
|
D | SYSCALLS.TXT | 13 # - syscall_name corresponds to the name of the syscall, which may differ from 15 # function, which is not the same as the standard C exit() function which calls it)
|
D | Android.bp | 595 // These two depend on getentropy, which isn't in libc_ndk.a. 784 // These require getauxval, which isn't available on older platforms. 1165 // which will be overridden by the actual one in libc.so. 1623 // dependency on libgcc.a in libc though the libraries, which is not what you wanted! 1652 // so keep the .debug_frame which is relatively small and does
|
/bionic/tests/ |
D | Android.bp | 290 // just want to run '-Xclang -verify', which will fail if the diagnostics don't 482 // __sancov_lowest_stack variable, which (for now) is defined by the fuzzer 485 // symbol instead, which isn't defined. Disable the fuzzer for this test 512 // __sancov_lowest_stack variable, which (for now) is defined by the fuzzer 515 // symbol instead, which isn't defined. Disable the fuzzer for this test 743 // which is needed by bionic cts test.
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 818 latlon2ul(const char **latlonstrptr, int *which) { in latlon2ul() argument 887 *which = 1; /* latitude */ in latlon2ul() 891 *which = 2; /* longitude */ in latlon2ul() 894 *which = 0; /* error */ in latlon2ul()
|
/bionic/linker/ |
D | Android.bp | 258 // to the list of static libraries which needs to be 294 // reference to __gnu_Unwind_Find_exidx, which isn't sufficient to pull in the strong definition 296 // non-relative dynamic relocation in the linker binary, which complicates linker startup.
|
D | ld.config.format.md | 22 Every section starts with `[section_name]` (which is used in mappings) and it defines namespaces
|
/bionic/benchmarks/spawn/ |
D | Android.bp | 97 // When this binary is installed to host/linux-x86/bin, its runpath is ${ORIGIN}/../lib64, which
|
/bionic/libc/malloc_debug/ |
D | README.md | 117 file when the process receives the signal SIGRTMAX - 17 ( which is 47 on most 130 SIGRTMAX - 19 (which is 45 on most Android devices). When this 273 to a file when the signal SIGRTMAX - 18 (which is 46 on most Android devices) 289 with the THREAD\_ID returned by gettid(), which is the thread that is making 556 MAP\_NAME is the name of the map in which the backtrace pc exists. If there is 570 map named /system/libc.so which starts at 0xa000. The relative pc is 0x2a0, 573 /system/libutils.so which starts at 0xb000. The relative pc is 0x510 and
|
/bionic/libc/kernel/ |
D | README.md | 73 to determine which directory to use as the destination directory.
|
/bionic/libdl/ |
D | NOTICE | 42 form, that is based on (or derived from) the Work and for which the 82 with the Work to which such Contribution(s) was submitted. If You
|
/bionic/tests/libs/ |
D | Android.bp | 199 // Library with soname which does not match filename 954 // which forces libtest_versioned_uselibv1 to use function v1 from 1184 // Library with DF_1_GLOBAL which will be dlopened
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 49 [ReLinker](https://github.com/KeepSafe/ReLinker) which claims to solve 339 being loaded at runtime, which leads to crashes when required symbols 432 code for which has been unloaded (as in [issue 360], fixed in P).
|
D | README.md | 165 kernel uapi header files, in which case you just need to make sure that
|
/bionic/benchmarks/ |
D | README.md | 80 `bionic-benchmarks` also has its own set of unit tests, which can be run from the binary in
|