Lines Matching refs:mod
110 get_addr_width (Dwfl_Module *mod)
114 if (width == 0 && mod)
117 Elf *elf = dwfl_module_getelf (mod, &bias);
133 module_callback (Dwfl_Module *mod, void **userdata __attribute__((unused)),
139 Elf *elf = dwfl_module_getelf (mod, &bias);
140 Dwarf *dwarf = dwfl_module_getdwarf (mod, &bias);
145 const char *modname = dwfl_module_info (mod, NULL, NULL, &end, NULL,
149 int width = get_addr_width (mod);
155 int id_len = dwfl_module_build_id (mod, &id, &id_vaddr);
217 Dwarf_Addr pc_adjusted, Dwfl_Module *mod,
221 int width = get_addr_width (mod);
245 fname = dwfl_module_info(mod, NULL, &start,
257 int id_len = dwfl_module_build_id (mod, &id, &id_vaddr);
299 Dwfl_Line *lineobj = dwfl_module_getsrc(mod, pc_adjusted);
320 Dwarf_Addr pc_adjusted, Dwfl_Module *mod,
330 print_frame ((*nr)++, pc, isactivation, pc_adjusted, mod, symname,
346 print_frame ((*nr)++, pc, isactivation, pc_adjusted, mod, symname,
375 Dwfl_Module *mod = dwfl_addrmodule (dwfl, pc_adjusted);
380 if (mod && ! show_quiet)
386 cudie = dwfl_module_addrdie (mod, pc_adjusted, &bias);
410 symname = dwfl_module_addrname (mod, pc_adjusted);
414 print_inline_frames (&frame_nr, pc, isactivation, pc_adjusted, mod,
417 print_frame (frame_nr++, pc, isactivation, pc_adjusted, mod, symname,
432 Dwfl_Module *mod = dwfl_addrmodule (dwfl, pc_adjusted);
434 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, NULL,