Lines Matching defs:dwfl_cu
204 struct dwfl_cu *first_cu, **cu;
295 struct dwfl_cu
304 struct dwfl_cu *next; /* CU immediately following in the file. */
311 struct dwfl_cu *cu;
314 We need to recover pointers to our struct dwfl_cu and a record in
321 unsigned int idx; /* My index in the dwfl_cu.lines table. */
325 static inline struct dwfl_cu *
403 struct dwfl_cu *cu;
515 extern Dwfl_Error __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu,
516 struct dwfl_cu **cu) internal_function;
520 struct dwfl_cu **cu) internal_function;
523 extern Dwfl_Error __libdwfl_cu_getsrclines (struct dwfl_cu *cu)