Searched refs:dwfl_report_module (Results 1 – 12 of 12) sorted by relevance
/external/elfutils/tests/ |
D | dwfl-bug-getmodules.c | 57 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()
|
D | dwfl-bug-addr-overflow.c | 55 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()
|
D | dwfl-bug-report.c | 49 dwfl_report_module (dwfl, "module1", 0, 10); in main()
|
/external/elfutils/libdwfl/ |
D | dwfl_module.c | 136 dwfl_report_module (Dwfl *dwfl, const char *name, in INTDEF() 190 INTDEF (dwfl_report_module) in INTDEF() argument
|
D | dwfl_report_elf.c | 226 Dwfl_Module *m = INTUSE(dwfl_report_module) (dwfl, name, start, end); in __libdwfl_report_elf()
|
D | linux-proc-maps.c | 141 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, last_file, in proc_maps_report()
|
D | libdwfl.h | 158 extern Dwfl_Module *dwfl_report_module (Dwfl *dwfl, const char *name,
|
D | linux-kernel-modules.c | 553 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()
|
D | libdwflP.h | 388 INTDECL (dwfl_report_module)
|
D | dwfl_segment_report_module.c | 544 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, name, in dwfl_segment_report_module()
|
D | ChangeLog | 104 (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/ |
D | libdw.map | 139 dwfl_report_module;
|