HomeSort by relevance Sort by last modified time
    Searched defs:find_debuginfo (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libdwfl/
libdwfl.h 72 int (*find_debuginfo) (Dwfl_Module *mod, void **userdata, member in struct:__anon6249
262 /* These standard find_elf and find_debuginfo callbacks are
298 /* Standard find_debuginfo callback function working solely on build ID.
299 This can be tried first by any find_debuginfo callback,
306 /* Standard find_debuginfo callback function.
dwfl_module_getdwarf.c 207 find_debuginfo (Dwfl_Module *mod) function
215 mod->debug.fd = (*mod->dwfl->callbacks->find_debuginfo) (MODCB_ARGS (mod),
517 mod->symerr = find_debuginfo (mod);
528 case DWFL_E_CB: /* The find_debuginfo hook failed. */
683 mod->dwerr = find_debuginfo (mod);
690 case DWFL_E_CB: /* The find_debuginfo hook failed. */

Completed in 139 milliseconds