Home
last modified time | relevance | path

Searched refs:guard (Results 1 – 15 of 15) sorted by relevance

/bionic/tests/
Dstack_protector_test.cpp45 void* guard = __get_tls()[TLS_SLOT_STACK_GUARD]; in Check() local
47 printf("[thread %d] TLS stack guard = %p\n", tid, guard); in Check()
54 ASSERT_NE(guard, nullptr); in Check()
58 ASSERT_EQ(__stack_chk_guard, reinterpret_cast<uintptr_t>(guard)); in Check()
62 guards.insert(guard); in Check()
Dbug_26110743_test.cpp62 auto guard = android::base::make_scope_guard([&]() { in TEST() local
107 auto guard = android::base::make_scope_guard([&]() { in TEST() local
Dmath_test.cpp1012 auto guard = android::base::make_scope_guard([]() { fesetenv(FE_DFL_ENV); }); in TEST() local
1034 auto guard = android::base::make_scope_guard([]() { fesetenv(FE_DFL_ENV); }); in TEST() local
1062 auto guard = android::base::make_scope_guard([]() { fesetenv(FE_DFL_ENV); }); in TEST() local
1089 auto guard = android::base::make_scope_guard([]() { fesetenv(FE_DFL_ENV); }); in TEST() local
1097 auto guard = android::base::make_scope_guard([]() { fesetenv(FE_DFL_ENV); }); in TEST() local
1201 auto guard = android::base::make_scope_guard([]() { fesetenv(FE_DFL_ENV); }); in TEST() local
1213 auto guard = android::base::make_scope_guard([]() { fesetenv(FE_DFL_ENV); }); in TEST() local
1225 auto guard = android::base::make_scope_guard([]() { fesetenv(FE_DFL_ENV); }); in TEST() local
1237 auto guard = android::base::make_scope_guard([]() { fesetenv(FE_DFL_ENV); }); in TEST() local
1249 auto guard = android::base::make_scope_guard([]() { fesetenv(FE_DFL_ENV); }); in TEST() local
[all …]
Dsys_ptrace_test.cpp177 ChildGuard guard(child); in run_watchpoint_test() local
348 ChildGuard guard(child); in TEST() local
Ddlfcn_test.cpp382 auto guard = android::base::make_scope_guard([&]() { dlclose(handle); }); in TEST() local
1045 auto guard = android::base::make_scope_guard([&]() { dlclose(handle); }); in TEST() local
1063 auto guard = android::base::make_scope_guard([&]() { dlclose(handle); }); in TEST() local
Dunistd_test.cpp1119 auto guard = android::base::make_scope_guard([&rl, original_rlim_cur]() { in TEST() local
Dpthread_test.cpp1768 auto guard = android::base::make_scope_guard([&rl, original_rlim_cur]() { in TEST() local
/bionic/libc/kernel/uapi/linux/
Dbsg.h29 __s32 guard; member
/bionic/libc/malloc_debug/
DREADME.md50 On first allocation, this front guard is written with a specific pattern (0xaa).
51 When the allocation is freed, the guard is checked to verify it has not been
52 modified. If any part of the front guard is modified, an error will be reported
58 If SIZE\_BYTES is present, it indicates the number of bytes in the guard.
64 This option adds a special header to all allocations that contains the guard
76 On first allocation, this rear guard is written with a specific pattern (0xbb).
77 When the allocation is freed, the guard is checked to verify it has not been
78 modified. If any part of the rear guard is modified, an error will be reported
81 If SIZE\_BYTES is present, it indicates the number of bytes in the guard.
93 ### guard[=SIZE\_BYTES]
[all …]
DREADME_marshmallow_and_earlier.md79 a front guard). This buffer is filled with the pattern (0xaa). In addition,
81 as a rear guard). This buffer is filled with the pattern (0xbb).
/bionic/libc/bionic/
Dgrp_pwd_file.cpp212 LockGuard guard(lock_); in GetFile() local
/bionic/linker/
Dlinker_main.cpp311 ProtectedDataGuard guard; in linker_main() local
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp195 TEST_F(MallocDebugConfigTest, guard) { in TEST_F() argument
/bionic/docs/
Dfdsan.md138 …ly closing it for us. Let's use `android::base::unique_fd` in `victim` to guard the file descripto…
Delf-tls.md154 variable with a dynamic initializer has an associated TLS guard variable.)
753 * We would reserve at least 6 words to cover the stack guard