Lines Matching refs:mod
279 print_dwarf_function (Dwfl_Module *mod, Dwarf_Addr addr)
282 Dwarf_Die *cudie = dwfl_module_addrdie (mod, addr, &bias);
368 print_addrsym (Dwfl_Module *mod, GElf_Addr addr)
372 const char *name = dwfl_module_addrinfo (mod, addr, &off, &s,
377 int i = dwfl_module_relocate_address (mod, &addr);
379 name = dwfl_module_relocation_info (mod, i, NULL);
396 Elf_Scn *scn = dwfl_module_address_section (mod, &addr, &ebias);
403 Elf *elf = dwfl_module_getelf (mod, &ebias);
416 see_one_module (Dwfl_Module *mod,
425 *result = mod;
430 find_symbol (Dwfl_Module *mod,
440 int n = dwfl_module_getsymtab (mod);
443 const char *symbol_name = dwfl_module_getsym_info (mod, i, symbol,
471 Dwfl_Module *mod = NULL;
472 if (dwfl_getmodules (dwfl, &see_one_module, &mod, 0) != 0
473 || mod == NULL)
477 int nscn = dwfl_module_relocations (mod);
481 const char *scn = dwfl_module_relocation_info (mod, i, &shndx);
490 (elf_getscn (dwfl_module_getelf (mod, &shdr_bias), shndx),
585 Dwfl_Module *mod = dwfl_addrmodule (dwfl, addr);
591 if (! print_dwarf_function (mod, addr) && !show_symbols)
592 puts (dwfl_module_addrname (mod, addr) ?: "??");
596 print_addrsym (mod, addr);
598 Dwfl_Line *line = dwfl_module_getsrc (mod, addr);
643 Dwarf_Die *cudie = dwfl_module_addrdie (mod, addr, &bias);
654 dwarf_offdie (dwfl_module_getdwarf (mod, &bias),