Home
last modified time | relevance | path

Searched defs:MappingMips64_40 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform.h104 struct MappingMips64_40 { struct
105 static const uptr kMetaShadowBeg = 0x4000000000ull;
106 static const uptr kMetaShadowEnd = 0x5000000000ull;
107 static const uptr kTraceMemBeg = 0xb000000000ull;
108 static const uptr kTraceMemEnd = 0xb200000000ull;
109 static const uptr kShadowBeg = 0x2000000000ull;
110 static const uptr kShadowEnd = 0x4000000000ull;
111 static const uptr kHeapMemBeg = 0xfe00000000ull;
112 static const uptr kHeapMemEnd = 0xff00000000ull;
113 static const uptr kLoAppMemBeg = 0x0100000000ull;
[all …]