HomeSort by relevance Sort by last modified time
    Searched refs:kShadowRodata (Results 1 - 4 of 4) 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 349 if (*shadow_mem == kShadowRodata) {
tsan_rtl.h 76 const u64 kShadowRodata = (u64)-1; // .rodata shadow marker
tsan_rtl.cc 732 if (kCppMode && *shadow_mem == kShadowRodata) {

Completed in 288 milliseconds