Searched refs:lazy_cu_root (Results 1 – 3 of 3) sorted by relevance
168 tdestroy (mod->lazy_cu_root, nofree); in less_lazy()169 mod->lazy_cu_root = NULL; in less_lazy()194 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey); in intern_cu()
81 if (mod->lazy_cu_root != NULL) in __libdwfl_module_free()82 tdestroy (mod->lazy_cu_root, nofree); in __libdwfl_module_free()
187 void *lazy_cu_root; /* Table indexed by Dwarf_Off of CU. */ member