Home
last modified time | relevance | path

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

/external/elfutils/tests/
Ddwfl-bug-getmodules.c49 dwfl_report_module (dwfl, "m1", 0, 0x1000); in main()
50 dwfl_report_module (dwfl, "m2", 0x2000, 0x3000); in main()
51 dwfl_report_module (dwfl, "m3", 0x4000, 0x5000); in main()
Ddwfl-bug-addr-overflow.c47 Dwfl_Module *high = dwfl_report_module (dwfl, "high", in main()
51 Dwfl_Module *low = dwfl_report_module (dwfl, "low", in main()
55 Dwfl_Module *middle = dwfl_report_module (dwfl, "middle", in main()
Ddwfl-bug-report.c41 dwfl_report_module (dwfl, "module1", 0, 10); in main()
/external/elfutils/libdwfl/
Ddwfl_module.c162 dwfl_report_module (Dwfl *dwfl, const char *name, in dwfl_report_module() function
202 INTDEF (dwfl_report_module) in INTDEF() argument
Dlinux-kernel-modules.c635 (INTUSE(dwfl_report_module) (dwfl, KERNEL_MODNAME, start, end)) in dwfl_linux_kernel_report_kernel()
939 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, modname, in INTDEF()
Ddwfl_report_elf.c249 Dwfl_Module *m = INTUSE(dwfl_report_module) (dwfl, name, start, end); in __libdwfl_report_elf()
Dlinux-proc-maps.c183 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, *plast_file, in do_report()
Dlibdwfl.h145 extern Dwfl_Module *dwfl_report_module (Dwfl *dwfl, const char *name,
DlibdwflP.h733 INTDECL (dwfl_report_module)
Ddwfl_segment_report_module.c830 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, name, in dwfl_segment_report_module()
DChangeLog101 * dwfl_module.c (dwfl_report_module): Move nested function 'use' to
1853 (dwfl_report_module): Don't touch DWFL->nmodules.
2175 * dwfl_module.c (dwfl_report_module): Increment DWFL->nmodules when
2326 * dwfl_module.c (dwfl_report_module): Comment typo fix.
/external/elfutils/libdw/
Dlibdw.map139 dwfl_report_module;
/external/elfutils/include/elfutils/
Dlibdwfl.h145 extern Dwfl_Module *dwfl_report_module (Dwfl *dwfl, const char *name,