Searched refs:dwfl_report_module (Results 1 – 13 of 13) sorted by relevance
/third_party/elfutils/tests/ |
D | dwfl-bug-getmodules.c | 49 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()
|
D | dwfl-bug-addr-overflow.c | 46 Dwfl_Module *high = dwfl_report_module (dwfl, "high", in main() 50 Dwfl_Module *low = dwfl_report_module (dwfl, "low", in main() 54 Dwfl_Module *middle = dwfl_report_module (dwfl, "middle", in main()
|
D | dwfl-bug-report.c | 41 dwfl_report_module (dwfl, "module1", 0, 10); in main()
|
/third_party/elfutils/libdwfl/ |
D | dwfl_module.c | 166 dwfl_report_module (Dwfl *dwfl, const char *name, in dwfl_report_module() function 206 INTDEF (dwfl_report_module) in INTDEF() argument
|
D | dwfl_report_elf.c | 251 Dwfl_Module *m = INTUSE(dwfl_report_module) (dwfl, name, start, end); in __libdwfl_report_elf()
|
D | linux-kernel-modules.c | 720 (INTUSE(dwfl_report_module) (dwfl, KERNEL_MODNAME, start, end)) in dwfl_linux_kernel_report_kernel() 1021 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, modname, in INTDEF()
|
D | linux-proc-maps.c | 187 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, *plast_file, in do_report()
|
D | libdwfl.h | 136 extern Dwfl_Module *dwfl_report_module (Dwfl *dwfl, const char *name,
|
D | libdwflP.h | 765 INTDECL (dwfl_report_module)
|
D | dwfl_segment_report_module.c | 927 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, name, in dwfl_segment_report_module()
|
D | ChangeLog | 980 * dwfl_module.c (dwfl_report_module): Move nested function 'use' to 2732 (dwfl_report_module): Don't touch DWFL->nmodules. 3054 * dwfl_module.c (dwfl_report_module): Increment DWFL->nmodules when 3205 * dwfl_module.c (dwfl_report_module): Comment typo fix.
|
/third_party/elfutils/libdw/ |
D | libdw.map | 138 dwfl_report_module;
|
/third_party/elfutils/include/elfutils/ |
D | libdwfl.h | 136 extern Dwfl_Module *dwfl_report_module (Dwfl *dwfl, const char *name,
|