Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:debug

162      and the debug file.  See dwfl_module_getdwarf.c for how it's chosen.  */
176 struct dwfl_file main, debug, aux_sym;
184 struct dwfl_file *symfile; /* Either main or debug. */
351 - mod->debug.address_sync
360 + mod->debug.address_sync);
384 if (symelf == mod->debug.elf)
394 if (symelf == mod->debug.elf)
475 When DEBUG is false, apply partial relocation to all sections. */
476 extern Dwfl_Error __libdwfl_relocate (Dwfl_Module *mod, Elf *file, bool debug)
542 extern int __libdwfl_open_mod_by_build_id (Dwfl_Module *mod, bool debug,
545 /* Same, but takes an explicit build_id, can also be used for alt debug. */
546 extern int __libdwfl_open_by_build_id (Dwfl_Module *mod, bool debug,
772 #define DEFAULT_DEBUGINFO_PATH ":.debug:/usr/lib/debug"