Searched refs:real_start (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/test/cfi/cross-dso/ |
D | dlopen.cpp | 78 static char *real_start; variable 81 real_start = (char *)(((uintptr_t)p) & ~(kCodeAlign - 1)); in save_code() 82 memcpy(saved_code, real_start, kCodeSize); in save_code() 86 char *code = (char *)mmap(real_start, kCodeSize, PROT_WRITE | PROT_EXEC, in restore_code() 88 assert(code == real_start); in restore_code()
|
/external/llvm-project/compiler-rt/test/cfi/cross-dso/icall/ |
D | dlopen.cpp | 78 static char *real_start; variable 81 real_start = (char *)(((uintptr_t)p) & ~(kCodeAlign - 1)); in save_code() 82 memcpy(saved_code, real_start, kCodeSize); in save_code() 87 (char *)mmap(real_start, kCodeSize, PROT_READ | PROT_WRITE | PROT_EXEC, in restore_code() 89 assert(code == real_start); in restore_code()
|
/external/python/cpython2/Tools/iobench/ |
D | iobench.py | 249 real_start = start[4] or start_timestamp 256 real = (end[4] if start[4] else time.time()) - real_start
|
/external/python/cpython3/Tools/iobench/ |
D | iobench.py | 250 real_start = start[4] or start_timestamp 257 real = (end[4] if start[4] else time.time()) - real_start
|