Searched defs:dwarf_rs_cache (Results 1 – 1 of 1) sorted by relevance
315 struct dwarf_rs_cache struct317 pthread_mutex_t lock;318 unsigned short lru_head; /* index of lead-recently used rs */319 unsigned short lru_tail; /* index of most-recently used rs */322 unsigned short hash[DWARF_UNW_HASH_SIZE];324 uint32_t generation; /* generation number */327 dwarf_reg_state_t buckets[DWARF_UNW_CACHE_SIZE];
Completed in 6 milliseconds