OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DWARF_UNW_HASH_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/libunwind/include/
dwarf.h
329
#define
DWARF_UNW_HASH_SIZE
(1 << DWARF_LOG_UNW_HASH_SIZE)
340
unsigned short hash[
DWARF_UNW_HASH_SIZE
];
/external/libunwind/src/dwarf/
Gparser.c
512
for (i = 0; i<
DWARF_UNW_HASH_SIZE
; ++i)
594
if (rs->coll_chain >=
DWARF_UNW_HASH_SIZE
)
Completed in 454 milliseconds