Searched refs:used (Results 1 – 25 of 44) sorted by relevance
12
/bionic/tests/libs/ |
D | cfi_test_helper.cpp | 42 __attribute__((section(".preinit_array"), used)) void (*preinit_ctor_p)(void) = preinit_ctor; 44 __attribute__((constructor, used)) void ctor() { in ctor()
|
D | Android.bp | 194 // Library used by dlext tests - with GNU RELRO program header 205 // Library used by dlext tests - without GNU RELRO program header 216 // Library used by dlext tests - recursive use of RELRO sharing 227 // Library used by dlext tests - different name non-default location 240 // Libraries used by dlext tests for open from a zip-file 270 // Library used by dlext tests - zipped and aligned 275 // Library used by dlfcn tests 284 // Libraries and binaries used by memtag_stack_dlopen_test tests 339 // Libraries used by hwasan_test 358 // is used for the hwasan test. [all …]
|
D | preinit_syscall_test_helper.cpp | 33 __attribute__((section(".preinit_array"), used)) void (*preinit_ctor_p)(void) = preinit_ctor;
|
D | preinit_getauxval_test_helper.cpp | 32 __attribute__((section(".preinit_array"), used)) void (*preinit_ctor_p)(void) = preinit_ctor;
|
/bionic/libc/bionic/ |
D | android_crash_detail.cpp | 72 if (page != nullptr && page->used == kNumCrashDetails) { in android_crash_detail_register() 88 crash_detail_t* result = &page->crash_details[page->used]; in android_crash_detail_register() 90 page->used++; in android_crash_detail_register()
|
/bionic/libc/ |
D | SECCOMP_ALLOWLIST_COMMON.TXT | 1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT. 11 # Syscalls used internally by bionic, but not exposed directly. 23 # vfork is used by bionic (and java.lang.ProcessBuilder) on some 57 # Since Linux 4.3, not in glibc. Probed for and conditionally used by ART. 60 # Since Linux 5.1, not in glibc. Not used by bionic, and not likely ever 80 # Since Linux 5.3, not in glibc. Not used by bionic, but increasingly
|
D | SECCOMP_ALLOWLIST_APP.TXT | 1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT. 60 # Not used by bionic in U because riscv64 doesn't have it, but still 61 # used by legacy apps (http://b/254179267).
|
D | SECCOMP_ALLOWLIST_SYSTEM.TXT | 1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
|
D | SECCOMP_PRIORITY.TXT | 1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
|
D | SECCOMP_BLOCKLIST_COMMON.TXT | 1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
|
/bionic/libc/kernel/uapi/linux/ |
D | virtio_ring.h | 56 vring_used_t * used; member 60 #define vring_avail_event(vr) (* (__virtio16 *) & (vr)->used->ring[(vr)->num])
|
/bionic/docs/ |
D | fdtrack.md | 31 `fdtrack_iterate` can be used (warning: this interface is currently unstable, 32 don't use it in code that can be used on multiple platform versions.) 55 * Slow - infeasible to be used always in latency-sensitive processes 62 * Requires -fno-omit-frame-pointer to be used on all code being unwound
|
D | libc_assembler.md | 33 The bionic benchmarks are used to verify the performance of changes to 142 functions that can be used to verify the above corner cases. See the 151 for a label. If any other label is used, entries in the symbol table 158 * Verify that only cfi directives are being used. This only matters for
|
D | native_allocator.md | 29 These are functions that are used to implement a memory leak detector 69 and no other allocation calls are made. The `M_PURGE` option is used to 144 These benchmarks are only used to verify the speed of the allocator and 190 no outliers, but these numbers should not be used to make a final decision. 205 not be used as absolutes for determining if an allocator is worth using. 278 Calls to mallinfo are used in ART so a new allocator is required to be 291 These calls are used to free unused memory pages back to the kernel. 358 they should not be used as absolute value for comparison against the
|
D | 32-bit-abi.md | 8 Android does not require the `_LARGEFILE_SOURCE` macro to be used to make 12 Android also does not require the `_LARGEFILE64_SOURCE` macro to be used 43 definition of `_FILE_OFFSET_BITS=64` will restore the behavior you used to have:
|
/bionic/libc/tools/ |
D | pylintrc | 3 eval-used,
|
/bionic/libc/platform/bionic/ |
D | crash_detail_internal.h | 47 size_t used; member
|
/bionic/linker/ |
D | ld.config.format.md | 3 This document describes format of /system/etc/ld.config.txt file. This file can be used to customize 22 Every section starts with `[section_name]` (which is used in mappings) and it defines namespaces 41 # This property can be used to declare additional namespaces. Note that there is always the default
|
/bionic/libc/kernel/tools/ |
D | kernel.py | 253 for used in fparser.getHeaders(): 254 path = self.pathFromHeader(used) 258 for user in fparser.getHeaderUsers(used):
|
/bionic/libc/arch-x86_64/string/ |
D | avx2-memset-kbl.S | 151 # We used non-temporal stores, so we need a fence here. 155 # We used the ymm registers, and that can break SSE2 performance
|
/bionic/libc/malloc_debug/ |
D | README_api.md | 3 Malloc debug can be used to get information on all of the live allocations 5 used to gather this data from a process. This tracking can be enabled using
|
D | README.md | 121 used with native only executables that run for a while since these processes 131 option is used alone, backtrace capture starts out disabled until the signal 154 prefix used for dumping files when the signal SIGRTMAX - 17 is received or when 166 **ALLOCATION\_SIZE\_BYTES** will be backtraced. When used in combination 170 overrides this option, and should not be used at the same time. 172 This option can also be used in combination with other tools such 179 **ALLOCATION\_SIZE\_BYTES** will be backtraced. When used in combination 183 overrides this option, and should not be used at the same time. 185 This option can also be used in combination with other tools such 194 This option can also be used in combination with other tools such [all …]
|
/bionic/libc/kernel/ |
D | README.md | 12 exception of a couple static inline functions used for performance 33 be used as uapi headers. The tools to process the kernel headers will 42 Contains various Python and shell scripts used to get and re-generate
|
/bionic/libc/kernel/android/ |
D | README.md | 10 declarations that can't be directly used by userspace. The glibc
|
/bionic/benchmarks/ |
D | README.md | 35 to an XML file such as `/data/nativetest/suites/example.xml`, it will be used as-is. 85 The `spawn/` subdirectory has a few benchmarks measuring the time used to start simple programs 96 spent in the spawned process. The real-time is probably more useful, and it is the figure used to
|
12