HomeSort by relevance Sort by last modified time
    Searched refs:kShadowRodata (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 143 // Mark shadow for .rodata sections with the special kShadowRodata marker.
164 // Fill the file with kShadowRodata.
169 *p = kShadowRodata;
tsan_rtl_thread.cc 352 if (*shadow_mem == kShadowRodata) {
tsan_rtl.cc 765 if (kCppMode && *shadow_mem == kShadowRodata) {
tsan_rtl.h 83 const u64 kShadowRodata = (u64)-1; // .rodata shadow marker
tsan_interceptors.cc     [all...]

Completed in 64 milliseconds