Home
last modified time | relevance | path

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

/external/elfutils/src/libdwfl/
Dcu.c147 tdestroy (mod->lazy_cu_root, nofree); in less_lazy()
148 mod->lazy_cu_root = NULL; in less_lazy()
179 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey); in intern_cu()
Ddwfl_module.c60 if (mod->lazy_cu_root != NULL) in __libdwfl_module_free()
61 tdestroy (mod->lazy_cu_root, nofree); in __libdwfl_module_free()
DlibdwflP.h197 void *lazy_cu_root; /* Table indexed by Dwarf_Off of CU. */ member