HomeSort by: relevance | last modified time | path
    Searched defs:mismatch_offset (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_report.cpp 412 mismatch_offset(FindMismatchOffset()),
480 const sptr mismatch_offset = 0; member in class:__hwasan::__anon14550::BaseReport
525 result.addr = GetPrintTagStart(untagged_addr + mismatch_offset);
971 tag_t mem_tag = GetTagCopy(MemToShadow(untagged_addr + mismatch_offset));
976 GetShortTagCopy(MemToShadow(untagged_addr + mismatch_offset));
986 if (mismatch_offset)
987 Printf("Invalid access starting at offset %zu\n", mismatch_offset);
995 PrintTags(untagged_addr + mismatch_offset);

Completed in 46 milliseconds