Home
last modified time | relevance | path

Searched refs:__libdwfl_nextcu (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module_nextcu.c38 Dwfl_Error error = __libdwfl_nextcu (mod, (struct dwfl_cu *) lastcu, &cu); in dwfl_module_nextcu()
Ddwfl_nextcu.c51 error = __libdwfl_nextcu (mod, cu, &cu); in dwfl_nextcu()
Ddwfl_module_getsrc_file.c75 while ((error = __libdwfl_nextcu (mod, cu, &cu)) == DWFL_E_NOERROR in dwfl_module_getsrc_file()
Dcu.c246 __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu, in __libdwfl_nextcu() function
DlibdwflP.h512 extern Dwfl_Error __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu,
DChangeLog348 (__libdwfl_nextcu): Check *nextp as returned by intern_cu isn't -1.
2501 * cu.c (__libdwfl_nextcu): Return success when dwarf_nextcu hits end.