Searched refs:modulelist (Results 1 – 12 of 12) sorted by relevance
136 for (Dwfl_Module *m = dwfl->modulelist; m != NULL; m = m->next) in INTDEF()165 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in dwfl_report_module()217 Dwfl_Module **tailp = &dwfl->modulelist; in INTDEF()
45 Dwfl_Module *next = dwfl->modulelist; in dwfl_end()
42 mod = dwfl->modulelist; in dwfl_nextcu()
49 Dwfl_Module *m = dwfl->modulelist; in dwfl_getmodules()
565 Dwfl_Module **lastmodp = &dwfl->modulelist; in dwfl_core_file_report()592 lastmodp = &dwfl->modulelist; in dwfl_core_file_report()
315 Dwfl_Module **lastmodp = &dwfl->modulelist; in report_r_debug()490 lastmodp = &dwfl->modulelist; in report_r_debug()680 for (Dwfl_Module *mod = dwfl->modulelist; mod != NULL; mod = mod->next) in find_executable()
274 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in report_kernel_archive()639 for (Dwfl_Module *m = dwfl->modulelist; m != NULL; m = m->next) in dwfl_linux_kernel_report_kernel()
159 for (Dwfl_Module *mod = dwfl->modulelist; mod != NULL; mod = mod->next) in reify_segments()
167 for (Dwfl_Module *mod = dwfl->modulelist; mod != NULL; mod = mod->next) in dwfl_attach_state()
121 Dwfl_Module *modulelist; /* List in order used by full traversals. */ member
253 for (Dwfl_Module *m = referer->dwfl->modulelist; m != NULL; m = m->next) in resolve_symbol()
1849 * dwfl_end.c (dwfl_end): Free the new ones. Iterate via modulelist1912 * dwfl_end.c (dwfl_end): Iterate on modulelist chain, not modules array.