Home
last modified time | relevance | path

Searched refs:lazy_cu_root (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/libdwfl/
Dcu.c151 tdestroy (mod->lazy_cu_root, nofree); in less_lazy()
152 mod->lazy_cu_root = NULL; in less_lazy()
198 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey); in intern_cu()
Ddwfl_module.c65 if (mod->lazy_cu_root != NULL) in __libdwfl_module_free()
66 tdestroy (mod->lazy_cu_root, nofree); in __libdwfl_module_free()
DlibdwflP.h206 void *lazy_cu_root; /* Table indexed by Dwarf_Off of CU. */ member