Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:dwfl_cu

205   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;
512 extern Dwfl_Error __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu,
513 struct dwfl_cu **cu) internal_function;
517 struct dwfl_cu **cu) internal_function;
520 extern Dwfl_Error __libdwfl_cu_getsrclines (struct dwfl_cu *cu)