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 165 // Mark shadow for .rodata sections with the special kShadowRodata marker.
185 // Fill the file with kShadowRodata.
189 *p = kShadowRodata;
tsan_rtl_thread.cc 328 if (*shadow_mem == kShadowRodata) {
tsan_rtl.cc 508 if (*shadow_mem == kShadowRodata) {
tsan_rtl.h 142 const u64 kShadowRodata = (u64)-1; // .rodata shadow marker

Completed in 28 milliseconds