Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 37) sorted by relevance

12

/bionic/tests/libs/
DAndroid.bp133 // Library used by dlext tests - with GNU RELRO program header
144 // Library used by dlext tests - without GNU RELRO program header
155 // Library used by dlext tests - recursive use of RELRO sharing
166 // Library used by dlext tests - different name non-default location
179 // Libraries used by dlext tests for open from a zip-file
209 // Library used by dlext tests - zipped and aligned
214 // Library used by dlfcn tests
223 // Library used by dlext direct unload on the namespace boundary tests
234 // Library used by dlext indirect unload on the namespace boundary tests
278 // Library used by dlfcn nodelete tests
[all …]
Dcfi_test_helper.cpp43 __attribute__((section(".preinit_array"), used)) void (*preinit_ctor_p)(void) = preinit_ctor;
45 __attribute__((constructor, used)) void ctor() { in ctor()
Dpreinit_syscall_test_helper.cpp33 __attribute__((section(".preinit_array"), used)) void (*preinit_ctor_p)(void) = preinit_ctor;
Dpreinit_getauxval_test_helper.cpp32 __attribute__((section(".preinit_array"), used)) void (*preinit_ctor_p)(void) = preinit_ctor;
/bionic/libc/kernel/uapi/linux/
Dvirtio_ring.h61 struct vring_used * used; member
67 #define vring_avail_event(vr) (* (__virtio16 *) & (vr)->used->ring[(vr)->num])
/bionic/libc/kernel/uapi/drm/
Di810_drm.h183 int used; member
188 int used; member
212 int used; member
Dmga_drm.h213 int used; member
/bionic/linker/
Dld.config.format.md3 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
DAndroid.bp5 // This is used for bionic on (host) Linux to bootstrap our linker embedded into
11 // extract_linker), and defines the extern symbols used in this file.
246 // -shared is used to overwrite the -Bstatic and -static flags triggered by enabling
/bionic/libc/kernel/tools/
Dkernel.py254 for used in fparser.getHeaders():
255 path = self.pathFromHeader(used)
259 for user in fparser.getHeaderUsers(used):
/bionic/libc/
DSECCOMP_ALLOWLIST_COMMON.TXT1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
18 # vfork is used by java.lang.ProcessBuilder
50 # Since Linux 4.3, not in glibc. Probed for and conditionally used by ART.
DSECCOMP_ALLOWLIST_SYSTEM.TXT1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
DSECCOMP_PRIORITY.TXT1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
DSECCOMP_BLOCKLIST_COMMON.TXT1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
DNOTICE12 3. The name of the author may be used to endorse or promote products
39 be used to endorse or promote products derived from this software
240 may be used to endorse or promote products derived from this software
269 may be used to endorse or promote products derived from this software
521 3. The name of the company may not be used to endorse or promote
1086 may be used to endorse or promote products derived from this software
1107 the name of Digital Equipment Corporation not be used in advertising or
1134 may be used to endorse or promote products derived from this software
1168 may be used to endorse or promote products derived from this software
1197 may be used to endorse or promote products derived from this software
[all …]
DSECCOMP_ALLOWLIST_APP.TXT1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
DSECCOMP_BLOCKLIST_APP.TXT1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
/bionic/libc/malloc_debug/
DREADME_api.md3 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
/bionic/docs/
Dlibc_assembler.md33 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
D32-bit-abi.md8 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:
Dnative_allocator.md29 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
/bionic/libc/kernel/android/
DREADME.md10 declarations that can't be directly used by userspace. The glibc
/bionic/libc/kernel/
DREADME.md12 exception of a couple static inline functions used for performance
30 Contains various Python and shell scripts used to get and re-generate
/bionic/
Dandroid-changes-for-ndk-developers.md86 The dlopen(3) RTLD_LOCAL flag used to be ignored but is implemented
89 be affected (unless they explicitly used RTLD_GLOBAL). With RTLD_LOCAL,
109 and used that to search for already-loaded libraries. For example,
118 machine’s file system) that used to work because we ignored everything
179 used to deny access to the greylist even to an app that would normally
295 used only the basename (the part after the last ‘/') when looking
314 used, but starting from API 23 the Android runtime will try to load the
331 is used instead when this attribute is missing.
411 Any combination of `dlerror`, `dlopen`, and `dlsym` can be used. There's
/bionic/benchmarks/
DREADME.md35 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