Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:dwfl_cu

174   struct dwfl_cu *first_cu, **cu;
190 struct dwfl_cu
199 struct dwfl_cu *next; /* CU immediately following in the file. */
206 struct dwfl_cu *cu;
209 We need to recover pointers to our struct dwfl_cu and a record in
216 unsigned int idx; /* My index in the dwfl_cu.lines table. */
220 static inline struct dwfl_cu *
234 struct dwfl_cu *cu;
276 extern Dwfl_Error __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu,
277 struct dwfl_cu **cu) internal_function;
281 struct dwfl_cu **cu) internal_function;
284 extern Dwfl_Error __libdwfl_cu_getsrclines (struct dwfl_cu *cu)