Home
last modified time | relevance | path

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

/scripts/gendwarfksyms/
Dgendwarfksyms.c151 Dwfl *dwfl; in main() local
162 dwfl = dwfl_begin(&callbacks); in main()
163 if (!dwfl) in main()
167 if (!dwfl_report_offline(dwfl, argv[n], argv[n], fd)) in main()
171 dwfl_report_end(dwfl, NULL, NULL); in main()
173 if (dwfl_getmodules(dwfl, &process_module, symfile, 0)) in main()
176 dwfl_end(dwfl); in main()