Searched defs:find_elf (Results 1 - 3 of 3) sorted by relevance
/external/elfutils/include/elfutils/ |
H A D | libdwfl.h | 55 int (*find_elf) (Dwfl_Module *mod, void **userdata, member in struct:__anon5451 151 library, and the `find_elf' callback will not be used for this module. 256 /* These standard find_elf and find_debuginfo callbacks are 287 /* Standard find_elf callback function working solely on build ID. 288 This can be tried first by any find_elf callback, to use the 379 /* Trivial find_elf callback for use with dwfl_linux_proc_report.
|
/external/elfutils/libdwfl/ |
H A D | libdwfl.h | 55 int (*find_elf) (Dwfl_Module *mod, void **userdata, member in struct:__anon5516 151 library, and the `find_elf' callback will not be used for this module. 256 /* These standard find_elf and find_debuginfo callbacks are 287 /* Standard find_elf callback function working solely on build ID. 288 This can be tried first by any find_elf callback, to use the 379 /* Trivial find_elf callback for use with dwfl_linux_proc_report.
|
/external/elfutils/tests/ |
H A D | backtrace-data.c | 60 find_elf (Dwfl_Module *mod __attribute__ ((unused)), function 301 .find_elf = find_elf,
|
Completed in 95 milliseconds