Searched refs:modulelist (Results 1 – 12 of 12) sorted by relevance
140 for (Dwfl_Module *m = dwfl->modulelist; m != NULL; m = m->next) in INTDEF()169 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in dwfl_report_module()221 Dwfl_Module **tailp = &dwfl->modulelist; in INTDEF()
52 Dwfl_Module *next = dwfl->modulelist; in dwfl_end()
46 mod = dwfl->modulelist; in dwfl_nextcu()
53 Dwfl_Module *m = dwfl->modulelist; in dwfl_getmodules()
587 Dwfl_Module **lastmodp = &dwfl->modulelist; in dwfl_core_file_report()614 lastmodp = &dwfl->modulelist; in dwfl_core_file_report()
330 Dwfl_Module **lastmodp = &dwfl->modulelist; in report_r_debug()511 lastmodp = &dwfl->modulelist; in report_r_debug()701 for (Dwfl_Module *mod = dwfl->modulelist; mod != NULL; mod = mod->next) in find_executable()
326 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in report_kernel_archive()724 for (Dwfl_Module *m = dwfl->modulelist; m != NULL; m = m->next) in dwfl_linux_kernel_report_kernel()
163 for (Dwfl_Module *mod = dwfl->modulelist; mod != NULL; mod = mod->next) in reify_segments()
166 for (Dwfl_Module *mod = dwfl->modulelist; mod != NULL; mod = mod->next) in dwfl_attach_state()
123 Dwfl_Module *modulelist; /* List in order used by full traversals. */ member
260 for (Dwfl_Module *m = referer->dwfl->modulelist; m != NULL; m = m->next) in resolve_symbol()
2728 * dwfl_end.c (dwfl_end): Free the new ones. Iterate via modulelist2791 * dwfl_end.c (dwfl_end): Iterate on modulelist chain, not modules array.