Home
last modified time | relevance | path

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

/third_party/libunwind/libunwind/include/
Ddwarf.h335 #define DWARF_DEFAULT_LOG_UNW_CACHE_SIZE 7 macro
336 #define DWARF_DEFAULT_UNW_CACHE_SIZE (1 << DWARF_DEFAULT_LOG_UNW_CACHE_SIZE)
338 #define DWARF_DEFAULT_LOG_UNW_HASH_SIZE (DWARF_DEFAULT_LOG_UNW_CACHE_SIZE + 1)
/third_party/libunwind/libunwind/src/dwarf/
DGparser.c551 if (cache->log_size == DWARF_DEFAULT_LOG_UNW_CACHE_SIZE in dwarf_flush_rs_cache()
556 cache->log_size = DWARF_DEFAULT_LOG_UNW_CACHE_SIZE; in dwarf_flush_rs_cache()