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

  /external/elfutils/0.153/libdwfl/
libdwfl.h 72 int (*find_debuginfo) (Dwfl_Module *mod, void **userdata, member in struct:__anon25010
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 132 file. That is done in find_debuginfo, below. */
545 find_debuginfo (Dwfl_Module *mod) function
553 mod->debug.fd = (*mod->dwfl->callbacks->find_debuginfo) (MODCB_ARGS (mod),
866 mod->symerr = find_debuginfo (mod);
878 case DWFL_E_CB: /* The find_debuginfo hook failed. */
1033 mod->dwerr = find_debuginfo (mod);
1040 case DWFL_E_CB: /* The find_debuginfo hook failed. */
  /external/elfutils/elfutils/
libdwfl.h 72 int (*find_debuginfo) (Dwfl_Module *mod, void **userdata, member in struct:__anon25140
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.

Completed in 639 milliseconds