Home
last modified time | relevance | path

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

/bionic/tests/
Dstack_protector_test.cpp38 uint32_t guard; in GetGuardFromTls() local
39 asm ("mov %%gs:0x14, %0": "=d" (guard)); in GetGuardFromTls()
40 return guard; in GetGuardFromTls()
49 uint32_t guard = GetGuardFromTls(); in Check() local
51 printf("[thread %d] %%gs:0x14 = 0x%08x\n", tid, guard); in Check()
58 ASSERT_NE(guard, 0U); in Check()
61 guards.insert(guard); in Check()
Dmath_test.cpp765 auto guard = make_scope_guard([]() { in TEST() local
789 auto guard = make_scope_guard([]() { in TEST() local
819 auto guard = make_scope_guard([]() { in TEST() local
848 auto guard = make_scope_guard([]() { in TEST() local
858 auto guard = make_scope_guard([]() { in TEST() local
955 auto guard = make_scope_guard([]() { in TEST() local
968 auto guard = make_scope_guard([]() { in TEST() local
981 auto guard = make_scope_guard([]() { in TEST() local
994 auto guard = make_scope_guard([]() { in TEST() local
1007 auto guard = make_scope_guard([]() { in TEST() local
[all …]
Ddlfcn_test.cpp152 auto guard = make_scope_guard([&]() { in TEST() local
Dpthread_test.cpp872 auto guard = make_scope_guard([&rl, original_rlim_cur]() { in TEST() local
/bionic/libc/bionic/
Dmalloc_debug_leak.cpp82 uint32_t guard; member
319 header->guard = GUARD; in leak_malloc()
343 if (header->guard != GUARD) { in leak_free()
345 if (header->guard == MEMALIGN_GUARD) { in leak_free()
352 if (header->guard == GUARD || is_valid_entry(header->entry)) { in leak_free()
365 header->guard, header->entry); in leak_free()
400 if (header->guard == MEMALIGN_GUARD) { in leak_malloc_usable_size()
404 } else if (header->guard != GUARD) { in leak_malloc_usable_size()
406 header->guard, header->entry); in leak_malloc_usable_size()
429 if (header->guard == MEMALIGN_GUARD) { in leak_realloc()
[all …]
/bionic/libc/kernel/uapi/linux/
Dbsg.h30 __s32 guard; member