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 141 // Mark shadow for .rodata sections with the special kShadowRodata marker.
162 // Fill the file with kShadowRodata.
167 *p = kShadowRodata;
tsan_rtl_thread.cc 364 if (*shadow_mem == kShadowRodata) {
tsan_rtl.cc 757 if (kCppMode && *shadow_mem == kShadowRodata) {
tsan_rtl.h 83 const u64 kShadowRodata = (u64)-1; // .rodata shadow marker
tsan_interceptors.cc     [all...]

Completed in 139 milliseconds