Home
last modified time | relevance | path

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

/third_party/libunwind/src/dwarf/
DGparser.c611 cache->rr_head = 0; in dwarf_flush_rs_cache()
718 head = cache->rr_head; in rs_new()
719 cache->rr_head = (head + 1) & (DWARF_UNW_CACHE_SIZE(cache->log_size) - 1); in rs_new()
/third_party/libunwind/include/
Ddwarf.h359 unsigned short rr_head; /* index of least-recently allocated rs */ member