Searched refs:dwfl_cu (Results 1 – 16 of 16) sorted by relevance
/third_party/elfutils/libdwfl/ |
D | cu.c | 139 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 …]
|
D | libdwflP.h | 204 struct dwfl_cu *first_cu, **cu; 295 struct dwfl_cu struct 304 struct dwfl_cu *next; /* CU immediately following in the file. */ argument 311 struct dwfl_cu *cu; argument 325 static inline struct dwfl_cu * 403 struct dwfl_cu *cu; 515 extern Dwfl_Error __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu, 516 struct dwfl_cu **cu) internal_function; 520 struct dwfl_cu **cu) internal_function; 523 extern Dwfl_Error __libdwfl_cu_getsrclines (struct dwfl_cu *cu)
|
D | dwfl_cumodule.c | 38 struct dwfl_cu *cu = (struct dwfl_cu *) cudie; in dwfl_cumodule()
|
D | dwfl_getsrclines.c | 38 struct dwfl_cu *cu = (struct dwfl_cu *) cudie; in dwfl_getsrclines()
|
D | dwfl_module_nextcu.c | 41 struct dwfl_cu *cu; in dwfl_module_nextcu() 42 Dwfl_Error error = __libdwfl_nextcu (mod, (struct dwfl_cu *) lastcu, &cu); in dwfl_module_nextcu()
|
D | dwfl_onesrcline.c | 38 struct dwfl_cu *cu = (struct dwfl_cu *) cudie; in dwfl_onesrcline()
|
D | dwfl_nextcu.c | 41 struct dwfl_cu *cu = (struct dwfl_cu *) lastcu; in dwfl_nextcu()
|
D | dwfl_linecu.c | 43 struct dwfl_cu *cu = dwfl_linecu_inline (line); in dwfl_linecu()
|
D | dwfl_line_comp_dir.c | 42 struct dwfl_cu *cu = dwfl_linecu (line); in dwfl_line_comp_dir()
|
D | dwfl_dwarf_line.c | 42 struct dwfl_cu *cu = dwfl_linecu (line); in dwfl_dwarf_line()
|
D | dwfl_module_addrdie.c | 41 struct dwfl_cu *cu; in dwfl_module_addrdie()
|
D | lines.c | 38 __libdwfl_cu_getsrclines (struct dwfl_cu *cu) in __libdwfl_cu_getsrclines()
|
D | dwfl_lineinfo.c | 43 struct dwfl_cu *cu = dwfl_linecu (line); in dwfl_lineinfo()
|
D | dwfl_module_getsrc.c | 43 struct dwfl_cu *cu; in dwfl_module_getsrc()
|
D | dwfl_module_getsrc_file.c | 77 struct dwfl_cu *cu = NULL; in dwfl_module_getsrc_file()
|
D | dwfl_module.c | 38 free_cu (struct dwfl_cu *cu) in free_cu()
|