Searched refs:dwfl_cu (Results 1 – 16 of 16) sorted by relevance
/external/elfutils/src/libdwfl/ |
D | cu.c | 132 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 …]
|
D | libdwflP.h | 195 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)
|
D | dwfl_cumodule.c | 34 struct dwfl_cu *cu = (struct dwfl_cu *) cudie; in dwfl_cumodule()
|
D | dwfl_getsrclines.c | 34 struct dwfl_cu *cu = (struct dwfl_cu *) cudie; in dwfl_getsrclines()
|
D | dwfl_module_nextcu.c | 37 struct dwfl_cu *cu; in dwfl_module_nextcu() 38 Dwfl_Error error = __libdwfl_nextcu (mod, (struct dwfl_cu *) lastcu, &cu); in dwfl_module_nextcu()
|
D | dwfl_onesrcline.c | 34 struct dwfl_cu *cu = (struct dwfl_cu *) cudie; in dwfl_onesrcline()
|
D | dwfl_nextcu.c | 37 struct dwfl_cu *cu = (struct dwfl_cu *) lastcu; in dwfl_nextcu()
|
D | dwfl_linecu.c | 39 struct dwfl_cu *cu = dwfl_linecu_inline (line); in dwfl_linecu()
|
D | dwfl_line_comp_dir.c | 38 struct dwfl_cu *cu = dwfl_linecu (line); in dwfl_line_comp_dir()
|
D | dwfl_dwarf_line.c | 38 struct dwfl_cu *cu = dwfl_linecu (line); in dwfl_dwarf_line()
|
D | dwfl_module_addrdie.c | 37 struct dwfl_cu *cu; in dwfl_module_addrdie()
|
D | lines.c | 34 __libdwfl_cu_getsrclines (struct dwfl_cu *cu) in __libdwfl_cu_getsrclines()
|
D | dwfl_lineinfo.c | 39 struct dwfl_cu *cu = dwfl_linecu (line); in dwfl_lineinfo()
|
D | dwfl_module_getsrc.c | 39 struct dwfl_cu *cu; in dwfl_module_getsrc()
|
D | dwfl_module_getsrc_file.c | 55 struct dwfl_cu *cu = NULL; in dwfl_module_getsrc_file()
|
D | dwfl_module.c | 34 free_cu (struct dwfl_cu *cu) in free_cu()
|