Searched refs:dwfl_report_elf (Results 1 - 7 of 7) sorted by relevance
/third_party/elfutils/libdwfl/ |
H A D | dwfl_report_elf.c | 288 NEW_VERSION (dwfl_report_elf, ELFUTILS_0.156) 290 dwfl_report_elf (Dwfl *dwfl, const char *name, const char *file_name, int fd, in dwfl_report_elf() function 324 NEW_INTDEF (dwfl_report_elf) 331 COMPAT_VERSION_NEWPROTO (dwfl_report_elf, ELFUTILS_0.122, without_add_p_vaddr) 338 return dwfl_report_elf (dwfl, name, file_name, fd, base, true);
|
H A D | libdwfl.h | 151 extern Dwfl_Module *dwfl_report_elf (Dwfl *dwfl, const char *name, 157 If this is used, dwfl_report_module and dwfl_report_elf may not be 328 /* Call dwfl_report_elf for the running Linux kernel. 359 into the DWFL map. This might call dwfl_report_elf on file names found in
|
H A D | libdwflP.h | 568 /* Meat of dwfl_report_elf, given elf_begin just called. 717 no such module exists, this calls dwfl_report_elf on the l_name string. 724 previously reported and preloaded as with dwfl_report_elf. 762 INTDECL (dwfl_report_elf)
|
H A D | linux-kernel-modules.c | 275 Dwfl_Module *mod = INTUSE(dwfl_report_elf) (dwfl, KERNEL_MODNAME, in report_kernel() 744 /* Find the ELF file for the running kernel and dwfl_report_elf it. */ in dwfl_linux_kernel_report_kernel()
|
/third_party/elfutils/tests/ |
H A D | dwfl-report-elf-align.c | 1 /* Test program for dwfl_report_elf incorrect BASE alignment. 56 Dwfl_Module *mod = dwfl_report_elf (dwfl, argv[1], argv[1], -1, base, false); in main()
|
H A D | backtrace-data.c | 142 dwfl_report_elf call here violates Dwfl manipulation as one should call 154 Dwfl_Module *mod = dwfl_report_elf (dwfl, long_name, long_name, -1, in report_module()
|
/third_party/elfutils/include/elfutils/ |
H A D | libdwfl.h | 151 extern Dwfl_Module *dwfl_report_elf (Dwfl *dwfl, const char *name, 157 If this is used, dwfl_report_module and dwfl_report_elf may not be 328 /* Call dwfl_report_elf for the running Linux kernel. 359 into the DWFL map. This might call dwfl_report_elf on file names found in
|
Completed in 7 milliseconds