HomeSort by relevance Sort by last modified time
    Searched refs:dwfl_cu (Results 1 - 15 of 15) sorted by null

  /external/elfutils/libdwfl/
dwfl_cumodule.c 55 struct dwfl_cu *cu = (struct dwfl_cu *) cudie;
dwfl_getsrclines.c 55 struct dwfl_cu *cu = (struct dwfl_cu *) cudie;
dwfl_module_nextcu.c 58 struct dwfl_cu *cu;
59 Dwfl_Error error = __libdwfl_nextcu (mod, (struct dwfl_cu *) lastcu, &cu);
dwfl_linecu.c 60 struct dwfl_cu *cu = dwfl_linecu_inline (line);
dwfl_onesrcline.c 55 struct dwfl_cu *cu = (struct dwfl_cu *) cudie;
dwfl_line_comp_dir.c 59 struct dwfl_cu *cu = dwfl_linecu (line);
dwfl_module_addrdie.c 58 struct dwfl_cu *cu;
dwfl_nextcu.c 58 struct dwfl_cu *cu = (struct dwfl_cu *) lastcu;
cu.c 153 struct dwfl_cu *cu = arg;
173 cudie_offset (const struct dwfl_cu *cu)
186 intern_cu (Dwfl_Module *mod, Dwarf_Off cuoff, struct dwfl_cu **result)
189 struct dwfl_cu key;
193 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey);
212 struct dwfl_cu *cu = malloc (sizeof *cu);
226 struct dwfl_cu **newvec = realloc (mod->cu, ((mod->ncu + 1)
252 __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu,
253 struct dwfl_cu **cu)
256 struct dwfl_cu **nextp
    [all...]
libdwflP.h 174 struct dwfl_cu *first_cu, **cu;
190 struct dwfl_cu struct
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
    [all...]
lines.c 55 __libdwfl_cu_getsrclines (struct dwfl_cu *cu)
dwfl_lineinfo.c 60 struct dwfl_cu *cu = dwfl_linecu (line);
dwfl_module_getsrc.c 60 struct dwfl_cu *cu;
dwfl_module.c 55 free_cu (struct dwfl_cu *cu)
dwfl_module_getsrc_file.c 75 struct dwfl_cu *cu = NULL;

Completed in 3454 milliseconds