Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 53) sorted by relevance

123

/bionic/linker/
Dlinker_auxv.cpp38 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/
Dfdtrack_test.cpp87 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/
Dres_stats.c44 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/
Dlibgen_basename_test.cpp27 #error basename should not be defined at this point
39 #error basename should be defined at this point
/bionic/libdl/
DNOTICE5 You may obtain a copy of the License at
21 You may obtain a copy of the License at
Dlibdl_android.map.txt6 # You may obtain a copy of the License at
Dlibdl.map.txt6 # You may obtain a copy of the License at
/bionic/tools/
DNOTICE5 You may obtain a copy of the License at
21 You may obtain a copy of the License at
/bionic/libc/private/
Dbionic_fdsan.h60 FdEntry* at(size_t idx);
/bionic/libc/kernel/uapi/linux/caif/
Dcaif_socket.h49 } at; member
/bionic/libc/kernel/uapi/linux/tc_act/
Dtc_pedit.h48 __u32 at; member
/bionic/tests/libs/
Dsegment_gap_outer.lds21 # Place custom_bss at the end of the gap.
/bionic/benchmarks/
DNOTICE5 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
DREADME.md141 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/
Dresolv_stats.h35 time_t at; // time in s at which the sample was recorded member
/bionic/libc/malloc_debug/
DREADME_marshmallow_and_earlier.md10 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
DUnwindBacktrace.cpp65 frames->at(frame.num) = frame.pc; in Unwind()
/bionic/libstdc++/
DNOTICE5 You may obtain a copy of the License at
/bionic/libc/arch-riscv64/bionic/
D__bionic_clone.S59 # Setting ra to 0 will make the unwinder stop at __start_thread.
/bionic/libc/malloc_hooks/
DREADME.md61 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/
DAndroid.bp6 // You may obtain a copy of the License at
/bionic/linker/testdata/
DAndroid.bp5 // You may obtain a copy of the License at
/bionic/libc/kernel/android/
DREADME.md5 None of these files are updated automatically, and are frozen at their
/bionic/docs/
Dclang_fortify_anatomy.md12 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 …]
Delf-tls.md23 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