Searched refs:at (Results 1 – 25 of 53) sorted by relevance
123
/bionic/linker/ |
D | linker_auxv.cpp | 38 static const char* auxv_name(int at) { in auxv_name() argument 39 switch (at) { in auxv_name() 98 snprintf(name, sizeof(name), "AT_??? (%d)", at); in auxv_name()
|
/bionic/libfdtrack/ |
D | fdtrack_test.cpp | 87 ASSERT_NE(nullptr, strstr(result.begin()->second.at(0).function_name, "open")); in TEST() 109 ASSERT_NE(nullptr, strstr(result[fd1].at(0).function_name, "open")); in TEST() 110 ASSERT_NE(nullptr, strstr(result[fd3].at(0).function_name, "open")); in TEST()
|
/bionic/libc/dns/resolv/ |
D | res_stats.c | 44 sample->at = now; in _res_stats_set_sample() 111 last = stats->samples[stats->sample_next - 1].at; in android_net_res_stats_aggregate() 113 last = stats->samples[stats->sample_count - 1].at; in android_net_res_stats_aggregate()
|
/bionic/tests/ |
D | libgen_basename_test.cpp | 27 #error basename should not be defined at this point 39 #error basename should be defined at this point
|
/bionic/libdl/ |
D | NOTICE | 5 You may obtain a copy of the License at 21 You may obtain a copy of the License at
|
D | libdl_android.map.txt | 6 # You may obtain a copy of the License at
|
D | libdl.map.txt | 6 # You may obtain a copy of the License at
|
/bionic/tools/ |
D | NOTICE | 5 You may obtain a copy of the License at 21 You may obtain a copy of the License at
|
/bionic/libc/private/ |
D | bionic_fdsan.h | 60 FdEntry* at(size_t idx);
|
/bionic/libc/kernel/uapi/linux/caif/ |
D | caif_socket.h | 49 } at; member
|
/bionic/libc/kernel/uapi/linux/tc_act/ |
D | tc_pedit.h | 48 __u32 at; member
|
/bionic/tests/libs/ |
D | segment_gap_outer.lds | 21 # Place custom_bss at the end of the gap.
|
/bionic/benchmarks/ |
D | NOTICE | 5 You may obtain a copy of the License at 21 You may obtain a copy of the License at 37 You may obtain a copy of the License at 53 You may obtain a copy of the License at 69 You may obtain a copy of the License at 113 You may obtain a copy of the License at 213 You may obtain a copy of the License at
|
D | README.md | 141 specific cores, or to lock cores at specific frequencies. Some phones have a big.LITTLE core setup, 142 or at least allow some cores to run at higher frequencies than others. 178 To lock the CPU frequency, use the sysfs interface at `/sys/devices/system/cpu/cpu*/cpufreq/`.
|
/bionic/libc/dns/include/ |
D | resolv_stats.h | 35 time_t at; // time in s at which the sample was recorded member
|
/bionic/libc/malloc_debug/ |
D | README_marshmallow_and_earlier.md | 10 is not guaranteed to work at all. 41 set of different malloc debug checks at once. 48 ### Backtrace at Allocation Creation 89 entire allocation is filled with the value 0xef, and the backtrace at
|
D | UnwindBacktrace.cpp | 65 frames->at(frame.num) = frame.pc; in Unwind()
|
/bionic/libstdc++/ |
D | NOTICE | 5 You may obtain a copy of the License at
|
/bionic/libc/arch-riscv64/bionic/ |
D | __bionic_clone.S | 59 # Setting ra to 0 will make the unwinder stop at __start_thread.
|
/bionic/libc/malloc_hooks/ |
D | README.md | 61 These hooks can be set at any time, but there is no thread safety, so 63 occurring at the same time. 118 at all.
|
/bionic/tests/headers/posix/ |
D | Android.bp | 6 // You may obtain a copy of the License at
|
/bionic/linker/testdata/ |
D | Android.bp | 5 // You may obtain a copy of the License at
|
/bionic/libc/kernel/android/ |
D | README.md | 5 None of these files are updated automatically, and are frozen at their
|
/bionic/docs/ |
D | clang_fortify_anatomy.md | 12 actually works in Bionic at the time of writing. Other FORTIFY implementations 19 FORTIFY is a broad suite of extensions to libc aimed at catching misuses of 22 to function at all. 45 -- among other things -- the optimization level you're compiling your code at. 55 at Clang. While GCC also provides a set of language extensions necessary to 138 exceeds the number of bytes available at the destination pointer. 140 available at the destination, a run-time check is inserted to crash the 143 determined at compile-time[^1]. 199 no other surrounding checks at runtime. However, the additional complexity may 263 - This can either mean declaring that the number of bytes at `p` is definitely [all …]
|
D | elf-tls.md | 23 TLS Block". TLS variables within the Static TLS Block exist at fixed offsets from an 30 Ulrich Drepper's ELF TLS document specifies two ways of organizing memory pointed at by the 47 expected to point immediately at the DTV pointer, whereas in variant 2, the DTV pointer's offset 87 long module; // starts counting at 1 146 // These R_TLS_DTPOFF() relocations are resolved at link-time. 159 object), then its offset from the TP is known at load-time. The variable can be accessed with a few 174 // allocated in the .got, resolved at load-time with a dynamic reloc. 192 // R_TLS_TPOFF() is resolved at (static) link-time 326 * GCC can select the design at run-time using `-mtls-dialect=<dialect>` (`trad`-vs-`desc` on arm64, 365 can't link code using TLSDESC at all, except on arm64, where it's used by default. [all …]
|
123