Home
last modified time | relevance | path

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

12

/bionic/tests/libs/
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;
DAndroid.bp132 // Library used by dlext tests - with GNU RELRO program header
137 // Library used by dlext tests - without GNU RELRO program header
148 // Library used by dlext tests - different name non-default location
153 // Libraries used by dlext tests for open from a zip-file
163 // Library used by dlext tests - zipped and aligned
168 // Library used by dlfcn tests
177 // Library used by dlext direct unload on the namespace boundary tests
188 // Library used by dlext indirect unload on the namespace boundary tests
232 // Library used by dlfcn nodelete tests
241 // Library used by dlfcn nodelete tests
[all …]
/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/
DSECCOMP_WHITELIST_GLOBAL.TXT1 # This file is used to populate seccomp's global whitelist policy in
3 # SECCOMP_WHITELIST.TXT. Unlike the policy used in normal operation this
DSECCOMP_WHITELIST_COMMON.TXT1 # This file is used to populate seccomp's whitelist policy in combination with SYSCALLS.TXT.
42 # vfork is used by java.lang.ProcessBuilder
69 # Probed for and conditionally used by ART.
DSECCOMP_WHITELIST_SYSTEM.TXT1 # This file is used to populate seccomp's whitelist policy in combination with SYSCALLS.TXT.
DSECCOMP_BLACKLIST_COMMON.TXT1 # This file is used to populate seccomp's whitelist policy in combination with SYSCALLS.TXT.
DNOTICE13 may be used to endorse or promote products derived from this
41 names of its contributors may be used to endorse or promote products
69 3. The name of the author may be used to endorse or promote products
96 be used to endorse or promote products derived from this software
297 may be used to endorse or promote products derived from this software
326 may be used to endorse or promote products derived from this software
622 3. The name of the company may not be used to endorse or promote
1115 may be used to endorse or promote products derived from this software
1136 the name of Digital Equipment Corporation not be used in advertising or
1163 may be used to endorse or promote products derived from this software
[all …]
DSECCOMP_WHITELIST_APP.TXT1 # This file is used to populate seccomp's whitelist policy in combination with SYSCALLS.TXT.
DSECCOMP_BLACKLIST_APP.TXT1 # This file is used to populate seccomp's whitelist policy in combination with SYSCALLS.TXT.
/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/libc/tools/
Dpylintrc62 # number of statements analyzed. This is used by the global evaluation report
66 # Add a comment according to your evaluation note. This is used by the global
70 # Template used to display messages. This is a python new-style format string
71 # used to format the message information. See doc for all details
80 # List of builtins function names that should not be used, separated by a comma
177 # (i.e. not used).
203 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
210 # Deprecated modules which should not be used, separated by a comma
262 # List of interface methods to ignore, separated by a comma. This is used for
266 # List of method names used to declare (i.e. assign) instance attributes.
/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.bp20 // This is used for bionic on (host) Linux to bootstrap our linker embedded into
26 // extract_linker), and defines the extern symbols used in this file.
161 // -shared is used to overwrite the -Bstatic and -static
/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/kernel/android/
DREADME.TXT10 declarations that can't be directly used by userspace. The glibc
/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/
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:
Dlibc_assembler.md32 The bionic benchmarks are used to verify the performance of changes to
141 functions that can be used to verify the above corner cases. See the
150 for a label. If any other label is used, entries in the symbol table
157 * Verify that only cfi directives are being used. This only matters for
/bionic/libc/kernel/
DREADME.TXT13 exception of a couple static inline functions used for performance
31 Contains various Python and shell scripts used to get and re-generate
/bionic/
Dandroid-changes-for-ndk-developers.md71 The dlopen(3) RTLD_LOCAL flag used to be ignored but is implemented
74 be affected (unless they explicitly used RTLD_GLOBAL). With RTLD_LOCAL,
94 and used that to search for already-loaded libraries. For example,
103 machine’s file system) that used to work because we ignored everything
164 used to deny access to the greylist even to an app that would normally
280 used only the basename (the part after the last ‘/') when looking
299 used, but starting from API 23 the Android runtime will try to load the
316 is used instead when this attribute is missing.
386 Any combination of `dlerror`, `dlopen`, and `dlsym` can be used. There's
/bionic/libc/kernel/uapi/sound/
Dasequencer.h347 int used; member

12