Home
last modified time | relevance | path

Searched refs:kRecordFPShift (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan.h77 const unsigned kRecordFPShift = 48; variable
79 const unsigned kRecordFPModulus = 1 << (64 - kRecordFPShift + kRecordFPLShift);
H A Dhwasan_report.cpp191 uptr fp = (record >> kRecordFPShift) << kRecordFPLShift; in PrintStackAllocations()
192 uptr pc_mask = (1ULL << kRecordFPShift) - 1; in PrintStackAllocations()