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

  /external/elfutils/0.153/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_dwarf_line.c 59 struct dwfl_cu *cu = dwfl_linecu (line);
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)
187 intern_cu (Dwfl_Module *mod, Dwarf_Off cuoff, struct dwfl_cu **result)
190 struct dwfl_cu key;
194 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey);
213 struct dwfl_cu *cu = malloc (sizeof *cu);
227 struct dwfl_cu **newvec = realloc (mod->cu, ((mod->ncu + 1)
253 __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu,
254 struct dwfl_cu **cu)
257 struct dwfl_cu **nextp
    [all...]
lines.c 55 __libdwfl_cu_getsrclines (struct dwfl_cu *cu)
dwfl_lineinfo.c 60 struct dwfl_cu *cu = dwfl_linecu (line);
libdwflP.h 185 struct dwfl_cu *first_cu, **cu;
209 struct dwfl_cu struct
218 struct dwfl_cu *next; /* CU immediately following in the file. */
225 struct dwfl_cu *cu;
228 We need to recover pointers to our struct dwfl_cu and a record in
235 unsigned int idx; /* My index in the dwfl_cu.lines table. */
239 static inline struct dwfl_cu *
297 struct dwfl_cu *cu;
346 extern Dwfl_Error __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu,
347 struct dwfl_cu **cu) internal_function
    [all...]
dwfl_module_getsrc.c 60 struct dwfl_cu *cu;
dwfl_module.c 55 free_cu (struct dwfl_cu *cu)
dwfl_module_getsrc_file.c 76 struct dwfl_cu *cu = NULL;

Completed in 68 milliseconds