Lines Matching refs:dwfl_cu
139 struct dwfl_cu *cu = arg; in nofree()
159 cudie_offset (const struct dwfl_cu *cu) in cudie_offset()
174 intern_cu (Dwfl_Module *mod, Dwarf_Off cuoff, struct dwfl_cu **result) in intern_cu()
199 struct dwfl_cu key; in intern_cu()
201 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey); in intern_cu()
211 struct dwfl_cu *cu = malloc (sizeof *cu); in intern_cu()
220 struct dwfl_cu **newvec = realloc (mod->cu, ((mod->ncu + 1) in intern_cu()
245 __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu, in __libdwfl_nextcu()
246 struct dwfl_cu **cu) in __libdwfl_nextcu()
249 struct dwfl_cu **nextp; in __libdwfl_nextcu()
295 arangecu (Dwfl_Module *mod, struct dwfl_arange *arange, struct dwfl_cu **cu) in arangecu()
313 __libdwfl_addrcu (Dwfl_Module *mod, Dwarf_Addr addr, struct dwfl_cu **cu) in __libdwfl_addrcu()