Searched refs:kShadowRodata (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc146 // Mark shadow for .rodata sections with the special kShadowRodata marker.
167 // Fill the file with kShadowRodata.
172 *p = kShadowRodata;
H A Dtsan_rtl_thread.cc360 if (*shadow_mem == kShadowRodata) {
H A Dtsan_rtl.cc743 if (kCppMode && *shadow_mem == kShadowRodata) {
H A Dtsan_rtl.h82 const u64 kShadowRodata = (u64)-1; // .rodata shadow marker member in namespace:__tsan

Completed in 56 milliseconds