Home
last modified time | relevance | path

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

/external/elfutils/src/libdwfl/
Dcu.c132 struct dwfl_cu *cu = arg; in nofree()
152 cudie_offset (const struct dwfl_cu *cu) in cudie_offset()
172 intern_cu (Dwfl_Module *mod, Dwarf_Off cuoff, struct dwfl_cu **result) in intern_cu()
175 struct dwfl_cu key; in intern_cu()
179 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey); in intern_cu()
198 struct dwfl_cu *cu = malloc (sizeof *cu); in intern_cu()
215 struct dwfl_cu **newvec = realloc (mod->cu, ((mod->ncu + 1) in intern_cu()
241 __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu, in __libdwfl_nextcu()
242 struct dwfl_cu **cu) in __libdwfl_nextcu()
245 struct dwfl_cu **nextp; in __libdwfl_nextcu()
[all …]
DlibdwflP.h195 struct dwfl_cu *first_cu, **cu;
285 struct dwfl_cu struct
294 struct dwfl_cu *next; /* CU immediately following in the file. */ argument
301 struct dwfl_cu *cu; argument
315 static inline struct dwfl_cu *
393 struct dwfl_cu *cu;
497 extern Dwfl_Error __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu,
498 struct dwfl_cu **cu) internal_function;
502 struct dwfl_cu **cu) internal_function;
505 extern Dwfl_Error __libdwfl_cu_getsrclines (struct dwfl_cu *cu)
Ddwfl_cumodule.c34 struct dwfl_cu *cu = (struct dwfl_cu *) cudie; in dwfl_cumodule()
Ddwfl_getsrclines.c34 struct dwfl_cu *cu = (struct dwfl_cu *) cudie; in dwfl_getsrclines()
Ddwfl_module_nextcu.c37 struct dwfl_cu *cu; in dwfl_module_nextcu()
38 Dwfl_Error error = __libdwfl_nextcu (mod, (struct dwfl_cu *) lastcu, &cu); in dwfl_module_nextcu()
Ddwfl_onesrcline.c34 struct dwfl_cu *cu = (struct dwfl_cu *) cudie; in dwfl_onesrcline()
Ddwfl_nextcu.c37 struct dwfl_cu *cu = (struct dwfl_cu *) lastcu; in dwfl_nextcu()
Ddwfl_linecu.c39 struct dwfl_cu *cu = dwfl_linecu_inline (line); in dwfl_linecu()
Ddwfl_line_comp_dir.c38 struct dwfl_cu *cu = dwfl_linecu (line); in dwfl_line_comp_dir()
Ddwfl_dwarf_line.c38 struct dwfl_cu *cu = dwfl_linecu (line); in dwfl_dwarf_line()
Ddwfl_module_addrdie.c37 struct dwfl_cu *cu; in dwfl_module_addrdie()
Dlines.c34 __libdwfl_cu_getsrclines (struct dwfl_cu *cu) in __libdwfl_cu_getsrclines()
Ddwfl_lineinfo.c39 struct dwfl_cu *cu = dwfl_linecu (line); in dwfl_lineinfo()
Ddwfl_module_getsrc.c39 struct dwfl_cu *cu; in dwfl_module_getsrc()
Ddwfl_module_getsrc_file.c55 struct dwfl_cu *cu = NULL; in dwfl_module_getsrc_file()
Ddwfl_module.c34 free_cu (struct dwfl_cu *cu) in free_cu()