Home
last modified time | relevance | path

Searched refs:dwfl_cu (Results 1 – 16 of 16) sorted by relevance

/external/elfutils/libdwfl/
Dcu.c139 struct dwfl_cu *cu = arg; in nofree()
159 cudie_offset (const struct dwfl_cu *cu) in cudie_offset()
174 intern_cu (Dwfl_Module *mod, Dwarf_Off cuoff, struct dwfl_cu **result) in intern_cu()
199 struct dwfl_cu key; in intern_cu()
201 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey); in intern_cu()
211 struct dwfl_cu *cu = malloc (sizeof *cu); in intern_cu()
220 struct dwfl_cu **newvec = realloc (mod->cu, ((mod->ncu + 1) in intern_cu()
245 __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu, in __libdwfl_nextcu()
246 struct dwfl_cu **cu) in __libdwfl_nextcu()
249 struct dwfl_cu **nextp; in __libdwfl_nextcu()
[all …]
DlibdwflP.h203 struct dwfl_cu *first_cu, **cu;
292 struct dwfl_cu struct
301 struct dwfl_cu *next; /* CU immediately following in the file. */ argument
308 struct dwfl_cu *cu; argument
322 static inline struct dwfl_cu *
400 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)
Ddwfl_cumodule.c38 struct dwfl_cu *cu = (struct dwfl_cu *) cudie; in dwfl_cumodule()
Ddwfl_getsrclines.c38 struct dwfl_cu *cu = (struct dwfl_cu *) cudie; in dwfl_getsrclines()
Ddwfl_module_nextcu.c41 struct dwfl_cu *cu; in dwfl_module_nextcu()
42 Dwfl_Error error = __libdwfl_nextcu (mod, (struct dwfl_cu *) lastcu, &cu); in dwfl_module_nextcu()
Ddwfl_onesrcline.c38 struct dwfl_cu *cu = (struct dwfl_cu *) cudie; in dwfl_onesrcline()
Ddwfl_nextcu.c41 struct dwfl_cu *cu = (struct dwfl_cu *) lastcu; in dwfl_nextcu()
Ddwfl_linecu.c43 struct dwfl_cu *cu = dwfl_linecu_inline (line); in dwfl_linecu()
Ddwfl_line_comp_dir.c42 struct dwfl_cu *cu = dwfl_linecu (line); in dwfl_line_comp_dir()
Ddwfl_dwarf_line.c42 struct dwfl_cu *cu = dwfl_linecu (line); in dwfl_dwarf_line()
Ddwfl_module_addrdie.c41 struct dwfl_cu *cu; in dwfl_module_addrdie()
Dlines.c38 __libdwfl_cu_getsrclines (struct dwfl_cu *cu) in __libdwfl_cu_getsrclines()
Ddwfl_lineinfo.c43 struct dwfl_cu *cu = dwfl_linecu (line); in dwfl_lineinfo()
Ddwfl_module_getsrc.c43 struct dwfl_cu *cu; in dwfl_module_getsrc()
Ddwfl_module_getsrc_file.c77 struct dwfl_cu *cu = NULL; in dwfl_module_getsrc_file()
Ddwfl_module.c39 free_cu (struct dwfl_cu *cu) in free_cu()