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

  /external/elfutils/libdwfl/
dwfl_cumodule.c 34 struct dwfl_cu *cu = (struct dwfl_cu *) cudie;
dwfl_getsrclines.c 34 struct dwfl_cu *cu = (struct dwfl_cu *) cudie;
dwfl_module_nextcu.c 37 struct dwfl_cu *cu;
38 Dwfl_Error error = __libdwfl_nextcu (mod, (struct dwfl_cu *) lastcu, &cu);
dwfl_linecu.c 39 struct dwfl_cu *cu = dwfl_linecu_inline (line);
dwfl_onesrcline.c 34 struct dwfl_cu *cu = (struct dwfl_cu *) cudie;
dwfl_dwarf_line.c 38 struct dwfl_cu *cu = dwfl_linecu (line);
dwfl_line_comp_dir.c 38 struct dwfl_cu *cu = dwfl_linecu (line);
dwfl_module_addrdie.c 37 struct dwfl_cu *cu;
dwfl_nextcu.c 37 struct dwfl_cu *cu = (struct dwfl_cu *) lastcu;
cu.c 132 struct dwfl_cu *cu = arg;
152 cudie_offset (const struct dwfl_cu *cu)
172 intern_cu (Dwfl_Module *mod, Dwarf_Off cuoff, struct dwfl_cu **result)
198 struct dwfl_cu key;
202 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey);
212 struct dwfl_cu *cu = malloc (sizeof *cu);
221 struct dwfl_cu **newvec = realloc (mod->cu, ((mod->ncu + 1)
246 __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu,
247 struct dwfl_cu **cu)
250 struct dwfl_cu **nextp
    [all...]
lines.c 34 __libdwfl_cu_getsrclines (struct dwfl_cu *cu)
dwfl_lineinfo.c 39 struct dwfl_cu *cu = dwfl_linecu (line);
dwfl_module_getsrc.c 39 struct dwfl_cu *cu;
libdwflP.h 205 struct dwfl_cu *first_cu, **cu;
295 struct dwfl_cu struct
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
    [all...]
dwfl_module_getsrc_file.c 73 struct dwfl_cu *cu = NULL;
dwfl_module.c 35 free_cu (struct dwfl_cu *cu)

Completed in 701 milliseconds