Home | History | Annotate | Download | only in tests

Lines Matching refs:dwfl

33 #include ELFUTILS_HEADER(dwfl)
52 Dwfl *dwfl = dwfl_begin (&offline_callbacks);
53 assert (dwfl != NULL);
55 Dwfl_Module *high = dwfl_report_module (dwfl, "high",
59 Dwfl_Module *low = dwfl_report_module (dwfl, "low",
63 Dwfl_Module *middle = dwfl_report_module (dwfl, "middle",
68 int ret = dwfl_report_end (dwfl, NULL, NULL);
71 Dwfl_Module *mod = dwfl_addrmodule (dwfl, UINT64_C (0xffffffff00010123));
73 mod = dwfl_addrmodule (dwfl, UINT64_C (0x00010123));
75 mod = dwfl_addrmodule (dwfl, UINT64_C (0xffff00010123));
78 dwfl_end (dwfl);