Home | History | Annotate | Download | only in src

Lines Matching refs:mod

1979 		    Dwfl_Module *mod, bool all, bool ignore, bool relocate)
1982 Elf *stripped = dwfl_module_getelf (mod, &bias);
1989 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL,
2001 Elf *debug = dwarf_getelf (dwfl_module_getdwarf (mod, &bias));
2008 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL,
2027 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL,
2047 (void) dwfl_module_info (mod, NULL, NULL, NULL, NULL, NULL,
2058 if (dwfl_module_relocations (mod) < 0)
2061 dwfl_module_info (mod, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
2070 handle_output_dir_module (const char *output_dir, Dwfl_Module *mod,
2077 (void) dwfl_module_getelf (mod, &bias);
2081 const char *name = dwfl_module_info (mod, NULL, NULL, NULL,
2091 handle_dwfl_module (output_file, true, mod, all, ignore, relocate);
2096 list_module (Dwfl_Module *mod)
2100 bool have_elf = dwfl_module_getelf (mod, &bias) != NULL;
2101 bool have_dwarf = dwfl_module_getdwarf (mod, &bias) != NULL;
2107 const char *name = dwfl_module_info (mod, NULL, &start, &end,
2114 int id_len = dwfl_module_build_id (mod, &id, &id_vaddr);
2144 match_module (Dwfl_Module *mod,
2155 info->found = mod;
2163 (void) dwfl_module_getelf (mod, &bias);
2166 const char *check = dwfl_module_info (mod, NULL, NULL, NULL,