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 59 int (*find_debuginfo) (Dwfl_Module *mod, void **userdata, member in struct:__anon10777
256 /* These standard find_elf and find_debuginfo callbacks are
294 /* Standard find_debuginfo callback function working solely on build ID.
295 This can be tried first by any find_debuginfo callback,
302 /* Standard find_debuginfo callback function.
    [all...]
dwfl_module_getdwarf.c 121 file. That is done in find_debuginfo, below. */
522 find_debuginfo (Dwfl_Module *mod) function
532 mod->debug.fd = (*mod->dwfl->callbacks->find_debuginfo) (MODCB_ARGS (mod),
562 mod->alt_fd = (*mod->dwfl->callbacks->find_debuginfo) (MODCB_ARGS (mod),
1072 mod->symerr = find_debuginfo (mod);
1084 case DWFL_E_CB: /* The find_debuginfo hook failed. */
    [all...]

Completed in 66 milliseconds