OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DWARF_UNW_CACHE_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/libunwind/include/
dwarf.h
326
#define
DWARF_UNW_CACHE_SIZE
(1 << DWARF_LOG_UNW_CACHE_SIZE)
345
dwarf_reg_state_t buckets[
DWARF_UNW_CACHE_SIZE
];
/external/libunwind/src/dwarf/
Gparser.c
501
cache->lru_head =
DWARF_UNW_CACHE_SIZE
- 1;
504
for (i = 0; i <
DWARF_UNW_CACHE_SIZE
; ++i)
581
if (index >=
DWARF_UNW_CACHE_SIZE
)
633
if (tmp->coll_chain >=
DWARF_UNW_CACHE_SIZE
)
Completed in 152 milliseconds