HomeSort by: relevance | last modified time | path
    Searched refs:har (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_report.cpp 166 HeapAllocationRecord *har, uptr *ring_index,
177 *har = h;
434 HeapAllocationRecord har = {}; member in struct:__hwasan::__anon14550::BaseReport::HeapAllocation
586 HeapAllocationRecord har;
588 if (FindHeapAllocation(t->heap_allocations(), tagged_addr, &har,
592 ha.har = har;
768 const HeapAllocationRecord har = ha.har; local
774 untagged_addr, untagged_addr - UntagAddr(har.tagged_addr)
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_report.cpp 142 HeapAllocationRecord *har, uptr *ring_index,
153 *har = h;
454 HeapAllocationRecord har;
456 if (FindHeapAllocation(t->heap_allocations(), tagged_addr, &har,
463 untagged_addr, untagged_addr - UntagAddr(har.tagged_addr),
464 har.requested_size, UntagAddr(har.tagged_addr),
465 UntagAddr(har.tagged_addr) + har.requested_size);
469 GetStackTraceFromId(har.free_context_id).Print()
    [all...]
  /src/external/gpl3/autoconf/dist/
maint.mk 491 #x(((2n?)?re|c(har)?|n(re|m)|z)alloc|alloc_(oversized|die)|m(alloc|emdup)|strdup)
494 # x(((2n?)?re|c(har)?|n(re|m)|[mz])alloc|alloc_(oversized|die)|(mem|str)dup)
495 # 2) notice that "c(har)?|[mz]" is equivalent to the shorter and more readable
  /src/external/gpl3/binutils/dist/gprofng/src/
Experiment.cc 5789 static const char *har = local
5793 buf[i] = har[hash & 0x3f];
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Experiment.cc 5789 static const char *har = local
5793 buf[i] = har[hash & 0x3f];

Completed in 75 milliseconds