Searched refs:__libdwfl_nextcu (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_module_nextcu.c | 42 Dwfl_Error error = __libdwfl_nextcu (mod, (struct dwfl_cu *) lastcu, &cu); in dwfl_module_nextcu()
|
D | dwfl_nextcu.c | 55 error = __libdwfl_nextcu (mod, cu, &cu); in dwfl_nextcu()
|
D | dwfl_module_getsrc_file.c | 79 while ((error = __libdwfl_nextcu (mod, cu, &cu)) == DWFL_E_NOERROR in dwfl_module_getsrc_file()
|
D | cu.c | 242 __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu, in __libdwfl_nextcu() function
|
D | libdwflP.h | 514 extern Dwfl_Error __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu,
|
D | ChangeLog | 679 (__libdwfl_nextcu): Check *nextp as returned by intern_cu isn't -1. 2832 * cu.c (__libdwfl_nextcu): Return success when dwarf_nextcu hits end.
|