/bionic/libc/ |
D | SYSCALLS.TXT | 8 # arch_list ::= "all" | arches 59 ssize_t readahead(int, off64_t, size_t) all 60 pid_t getpgid(pid_t) all 61 pid_t getppid() all 62 pid_t getsid(pid_t) all 63 pid_t setsid() all 64 int kill(pid_t, int) all 65 int tgkill(pid_t tgid, pid_t tid, int sig) all 67 void* __brk:brk(void*) all 68 int __execve:execve(const char*, char* const*, char* const*) all [all …]
|
D | SECCOMP_BLOCKLIST_APP.TXT | 33 int adjtimex(struct timex*) all 34 int clock_adjtime(clockid_t, struct timex*) all 35 int clock_settime(clockid_t, const struct timespec*) all 36 int settimeofday(const struct timeval*, const struct timezone*) all 38 int acct(const char* filepath) all 39 int klogctl:syslog(int, char*, int) all 40 int chroot(const char*) all 43 int init_module(void*, unsigned long, const char*) all 44 int delete_module(const char*, unsigned int) all 45 int mount(const char*, const char*, const char*, unsigned long, const void*) all [all …]
|
D | SECCOMP_ALLOWLIST_COMMON.TXT | 12 pid_t gettid() all 13 int futex(int*, int, int, const timespec*, int*, int) all 14 pid_t clone(int (*)(void*), void*, int, void*, ...) all 16 int rt_sigreturn(unsigned long) all 17 int rt_tgsigqueueinfo(pid_t, pid_t, int, siginfo_t*) all 18 int restart_syscall() all 28 int perf_event_open(perf_event_attr*, pid_t, int, int, unsigned long) all 31 int tkill(int, int) all 34 int seccomp(unsigned, unsigned, void*) all 47 int io_setup(unsigned, aio_context_t*) all [all …]
|
D | SECCOMP_BLOCKLIST_COMMON.TXT | 9 int swapon(const char*, int) all 10 int swapoff(const char*) all
|
D | SECCOMP_ALLOWLIST_SYSTEM.TXT | 6 int bpf(int cmd, union bpf_attr *attr, unsigned int size) all
|
/bionic/tests/ |
D | fenv_test.cpp | 162 fexcept_t all; // FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW in TEST() local 164 ASSERT_EQ(0, fegetexceptflag(&all, FE_ALL_EXCEPT)); in TEST() 169 ASSERT_EQ(0, fesetexceptflag(&all, FE_ALL_EXCEPT)); in TEST() 179 ASSERT_EQ(0, fesetexceptflag(&all, FE_DIVBYZERO)); in TEST() 184 ASSERT_EQ(0, fesetexceptflag(&all, FE_OVERFLOW | FE_UNDERFLOW)); in TEST()
|
/bionic/libc/malloc_debug/ |
D | README_api.md | 3 Malloc debug can be used to get information on all of the live allocations 12 *info* is set to a buffer allocated by the call that contains all of 17 *total\_memory* is set to the sum of all allocation sizes that are live at 40 for all the returned data. The value
|
D | README_marshmallow_and_earlier.md | 10 is not guaranteed to work at all. 45 When enabled, this value creates a special header to all allocations 72 When enabled, this value creates a special header to all allocations 99 When the program completes, all of the allocations that are still live 118 Enable malloc debug for all allocations for all processes:
|
D | README.md | 64 This option adds a special header to all allocations that contains the guard 84 This option adds a special header to all allocations that contains 94 Enables both a front guard and a rear guard on all allocations. 112 Before P, this option adds a special header to all allocations that contains 139 Before P, this option adds a special header to all allocations that contains 279 being placed on the list. When the program terminates, all of the allocations 286 Before P, this option adds a special header to all allocations that contains 318 Track all live allocations. When the program terminates, all of the live 324 Before P, this option adds a special header to all allocations that contains 365 file, all current records are deleted. Any allocations/frees occuring while [all …]
|
/bionic/libc/arch-x86/bionic/ |
D | syscall.S | 36 # Load all the arguments from the calling frame. 37 # (Not all will be valid, depending on the syscall.)
|
/bionic/docs/ |
D | status.md | 138 (strftime already supported them all.) 174 * all 6 <grp.h>/<pwd.h> (get|set|end)(gr|pw)ent functions 198 …* all remaining `_FILE_OFFSET_BITS=64` functions, completing `_FILE_OFFSET_BITS=64` support in bio… 199 * all 7 `pthread_barrier*` functions 200 * all 5 `pthread_spin*` functions 226 * all of <error.h>. 253 * all of <fts.h>. 254 * all of <locale.h>. 255 * all of <sys/epoll.h>. 256 * all of <sys/fsuid.h>. [all …]
|
D | native_allocator.md | 4 A small minor upgrade might not need to run all of the benchmarks, however, 33 This function, when called, should pause all threads that are making a 44 This function enumerates all of the allocations currently live in the 72 For all applications on Android, the call `mallopt(M_DECAY_TIME, 1)` is 95 To run all of the compliance tests: 107 To run all of the tests: 147 For all of these benchmark runs, it can be useful to add these two options: 200 in one loop, and then frees all of the allocations at the end of the loop. 294 These benchmarks measure all three axes of a native allocator, RSS, virtual 321 in all threads since it collapses all of the allocation operations to occur [all …]
|
D | fdtrack.md | 27 backtraces, `dlopen("libfdtrack.so", RTLD_GLOBAL)` is all that's needed. To dump 62 * Requires -fno-omit-frame-pointer to be used on all code being unwound 65 [all disagree](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92172)
|
D | EINTR.md | 25 making. In practice, though, you can't guarantee that all signals are either 39 from Java programmers. Basically, all the libraries like `java.io.*` and 76 Given that most Android code (and especially "all apps") are multithreaded,
|
D | 32-bit-abi.md | 20 all you need are functions like `read` that don't take/return `off_t`, large 27 r15. Before NDK r15, `_FILE_OFFSET_BITS=64` silently did nothing: all code 30 all functions that take an `off_t` become unavailable. You've asked for their 92 but the kernel interfaces exposed on 32-bit Android all use the 32-bit
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | nf_conntrack_tuple_common.h | 18 __be16 all; member
|
/bionic/libc/kernel/uapi/linux/ |
D | netfilter.h | 53 __u32 all[4]; member
|
/bionic/libc/arch-x86_64/bionic/ |
D | syscall.S | 45 # (Not all will be valid, depending on the syscall.)
|
/bionic/libc/kernel/ |
D | README.md | 3 Bionic comes with a processed set of all of the uapi Linux kernel headers that 48 Checks out the Android kernel and generates all uapi header files. 49 copies all the changed files into external/kernel-headers. 57 Automatically update all clean headers from the content of
|
/bionic/libc/tools/ |
D | Android.bp | 4 // all of the 'license_kinds' from "bionic_libc_license"
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 14 Required tools: the NDK has an `llvm-readelf` binary that understands all the 15 architecture-specific details of all Android's supported architectures. Recent 44 had to call `dlopen` or `System.loadLibrary` on all transitive 56 simply link all of your code into one big library and sidestep the details of 57 library and symbol lookup changes on all past (and future) Android versions. 71 group. The global group is shared by all libraries and contains the main 160 this rule is enforced and applications are no longer able to load all 168 will all work exactly the same. 315 *Resolution*: make sure all required libraries are referenced by SONAME 420 whole system by using the `debug.ld.all` system property instead of [all …]
|
/bionic/libc/async_safe/ |
D | Android.bp | 7 // all of the 'license_kinds' from "bionic_libc_license"
|
/bionic/libc/malloc_hooks/ |
D | README.md | 4 Malloc hooks allows a program to intercept all allocation/free calls that 89 Enable the hooks for all processes: 118 at all.
|
D | Android.bp | 8 // all of the 'license_kinds' from "bionic_libc_license"
|
/bionic/libc/system_properties/ |
D | Android.bp | 5 // all of the 'license_kinds' from "bionic_libc_license"
|