Home | History | Annotate | Download | only in dfsan

Lines Matching refs:uptr

22   static const uptr kShadowAddr = 0x10000;
23 static const uptr kUnionTableAddr = 0x200000000000;
24 static const uptr kAppAddr = 0x700000008000;
25 static const uptr kShadowMask = ~0x700000000000;
29 static const uptr kShadowAddr = 0x10000;
30 static const uptr kUnionTableAddr = 0x2000000000;
31 static const uptr kAppAddr = 0xF000008000;
32 static const uptr kShadowMask = ~0xF000000000;
36 static const uptr kShadowAddr = 0x10000;
37 static const uptr kUnionTableAddr = 0x1000000000;
38 static const uptr kAppAddr = 0x7000008000;
39 static const uptr kShadowMask = ~0x7800000000;
43 static const uptr kShadowAddr = 0x10000;
44 static const uptr kUnionTableAddr = 0x8000000000;
45 static const uptr kAppAddr = 0x3ff00008000;
46 static const uptr kShadowMask = ~0x3c000000000;
63 uptr MappingImpl(void) {
73 uptr MappingArchImpl(void) {
86 uptr ShadowAddr() {
91 uptr UnionTableAddr() {
96 uptr AppAddr() {
101 uptr ShadowMask() {