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

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.h 136 const char *region_type, ChunkTag tag);
lsan_common.cc 159 const char *region_type, ChunkTag tag) {
162 LOG_POINTERS("Scanning %s range %p-%p.\n", region_type, begin, end);
  /src/sys/arch/ia64/unwind/
stackframe.c 40 bool region_type = false; /* Prologue */ local
73 region_type = strc[rec_cnt].udesc.R1.r;
83 region_type = false;
92 region_type = strc[rec_cnt].udesc.R3.r;
98 if (region_type == false) {

Completed in 20 milliseconds