Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_module_nextcu.c42 Dwfl_Error error = __libdwfl_nextcu (mod, (struct dwfl_cu *) lastcu, &cu); in dwfl_module_nextcu()
Ddwfl_nextcu.c55 error = __libdwfl_nextcu (mod, cu, &cu); in dwfl_nextcu()
Ddwfl_module_getsrc_file.c79 while ((error = __libdwfl_nextcu (mod, cu, &cu)) == DWFL_E_NOERROR in dwfl_module_getsrc_file()
Dcu.c242 __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu, in __libdwfl_nextcu() function
DlibdwflP.h514 extern Dwfl_Error __libdwfl_nextcu (Dwfl_Module *mod, struct dwfl_cu *lastcu,
DChangeLog679 (__libdwfl_nextcu): Check *nextp as returned by intern_cu isn't -1.
2832 * cu.c (__libdwfl_nextcu): Return success when dwarf_nextcu hits end.