HomeSort by relevance Sort by last modified time
    Searched refs:lazy_cu_root (Results 1 - 3 of 3) sorted by null

  /external/elfutils/0.153/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;
194 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey);
libdwflP.h 187 void *lazy_cu_root; /* Table indexed by Dwarf_Off of CU. */ member in struct:Dwfl_Module

Completed in 69 milliseconds