/external/elfutils/tests/ |
dwfl-bug-report.c | 37 .find_elf = dwfl_linux_proc_find_elf,
|
dwfl-bug-getmodules.c | 33 .find_elf = dwfl_linux_proc_find_elf,
|
dwfl-bug-fd-leak.c | 51 .find_elf = dwfl_linux_proc_find_elf,
|
/external/elfutils/libdwfl/ |
argp-std.c | 94 .find_elf = INTUSE(dwfl_build_id_find_elf), 102 .find_elf = INTUSE(dwfl_linux_proc_find_elf), 110 .find_elf = INTUSE(dwfl_linux_kernel_find_elf),
|
libdwfl.h | 68 int (*find_elf) (Dwfl_Module *mod, void **userdata, member in struct:__anon18110 165 library, and the `find_elf' callback will not be used for this module. */ 262 /* These standard find_elf and find_debuginfo callbacks are 291 /* Standard find_elf callback function working solely on build ID. 292 This can be tried first by any find_elf callback, to use the 372 /* Trivial find_elf callback for use with dwfl_linux_proc_report.
|
dwfl_module_getdwarf.c | 128 mod->main.fd = (*mod->dwfl->callbacks->find_elf) (MODCB_ARGS (mod),
|
/external/linux-tools-perf/util/ |
probe-finder.c | 137 .find_elf = dwfl_build_id_find_elf, 194 .find_elf = __linux_kernel_find_elf, [all...] |