Lines Matching refs:dwfl_cu
132 struct dwfl_cu *cu = arg; in nofree()
152 cudie_offset (const struct dwfl_cu *cu) in cudie_offset()
172 intern_cu (Dwfl_Module *mod, Dwarf_Off cuoff, struct dwfl_cu **result) in intern_cu()
175 struct dwfl_cu key; in intern_cu()
179 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey); in intern_cu()
198 struct dwfl_cu *cu = malloc (sizeof *cu); in intern_cu()
215 struct dwfl_cu **newvec = realloc (mod->cu, ((mod->ncu + 1) in intern_cu()
241 __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu, in __libdwfl_nextcu()
242 struct dwfl_cu **cu) in __libdwfl_nextcu()
245 struct dwfl_cu **nextp; in __libdwfl_nextcu()
290 arangecu (Dwfl_Module *mod, struct dwfl_arange *arange, struct dwfl_cu **cu) in arangecu()
308 __libdwfl_addrcu (Dwfl_Module *mod, Dwarf_Addr addr, struct dwfl_cu **cu) in __libdwfl_addrcu()