Searched refs:lazy_cu_root (Results 1 – 3 of 3) sorted by relevance
154 tdestroy (mod->lazy_cu_root, nofree); in less_lazy()155 mod->lazy_cu_root = NULL; in less_lazy()201 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey); in intern_cu()
64 if (mod->lazy_cu_root != NULL) in __libdwfl_module_free()65 tdestroy (mod->lazy_cu_root, nofree); in __libdwfl_module_free()
206 void *lazy_cu_root; /* Table indexed by Dwarf_Off of CU. */ member