OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lazy_cu_root
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/libdwfl/
dwfl_module.c
81
if (mod->
lazy_cu_root
!= NULL)
82
tdestroy (mod->
lazy_cu_root
, nofree);
cu.c
168
tdestroy (mod->
lazy_cu_root
, nofree);
169
mod->
lazy_cu_root
= NULL;
193
struct dwfl_cu **found = tsearch (&key, &mod->
lazy_cu_root
, &compare_cukey);
libdwflP.h
177
void *
lazy_cu_root
; /* Table indexed by Dwarf_Off of CU. */
member in struct:Dwfl_Module
Completed in 121 milliseconds