Home | History | Annotate | Download | only in msan

Lines Matching refs:uintptr_t

19   uintptr_t hint = 0x0f0000000000ULL;
20 const uintptr_t app_start = 0x000000000000ULL;
22 uintptr_t hint = 0x4f0000000000ULL;
23 const uintptr_t app_start = 0x600000000000ULL;
25 uintptr_t hint = 0x4f00000000ULL;
26 const uintptr_t app_start = 0x6000000000ULL;
28 uintptr_t hint = 0x2f0000000000ULL;
29 const uintptr_t app_start = 0x300000000000ULL;
31 uintptr_t hint = 0x4f0000000ULL;
32 const uintptr_t app_start = 0x7000000000ULL;
34 uintptr_t p = (uintptr_t)mmap(
38 assert(p == (uintptr_t)-1 && errno == EINVAL);