Home
last modified time | relevance | path

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

/external/elfutils/tests/
Ddwfl-bug-getmodules.c57 dwfl_report_module (dwfl, "m1", 0, 0x1000); in main()
58 dwfl_report_module (dwfl, "m2", 0x2000, 0x3000); in main()
59 dwfl_report_module (dwfl, "m3", 0x4000, 0x5000); in main()
Ddwfl-bug-addr-overflow.c55 Dwfl_Module *high = dwfl_report_module (dwfl, "high", in main()
59 Dwfl_Module *low = dwfl_report_module (dwfl, "low", in main()
63 Dwfl_Module *middle = dwfl_report_module (dwfl, "middle", in main()
Ddwfl-bug-report.c49 dwfl_report_module (dwfl, "module1", 0, 10); in main()
/external/elfutils/libdwfl/
Ddwfl_module.c136 dwfl_report_module (Dwfl *dwfl, const char *name, in INTDEF()
190 INTDEF (dwfl_report_module) in INTDEF() argument
Ddwfl_report_elf.c226 Dwfl_Module *m = INTUSE(dwfl_report_module) (dwfl, name, start, end); in __libdwfl_report_elf()
Dlinux-proc-maps.c141 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, last_file, in proc_maps_report()
Dlibdwfl.h158 extern Dwfl_Module *dwfl_report_module (Dwfl *dwfl, const char *name,
Dlinux-kernel-modules.c553 return INTUSE(dwfl_report_module) (dwfl, KERNEL_MODNAME, start, end); in dwfl_linux_kernel_report_kernel()
837 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, modname, in INTDEF()
DlibdwflP.h388 INTDECL (dwfl_report_module)
Ddwfl_segment_report_module.c544 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, name, in dwfl_segment_report_module()
DChangeLog104 (dwfl_report_module): Don't touch DWFL->nmodules.
426 * dwfl_module.c (dwfl_report_module): Increment DWFL->nmodules when
577 * dwfl_module.c (dwfl_report_module): Comment typo fix.
/external/elfutils/libdw/
Dlibdw.map139 dwfl_report_module;