Lines Matching defs:mod
97 static Dwarf_Frame *get_eh_frame(Dwfl_Module *mod, Dwarf_Addr pc)
104 cfi = dwfl_module_eh_cfi(mod, &bias);
122 static Dwarf_Frame *get_dwarf_frame(Dwfl_Module *mod, Dwarf_Addr pc)
129 cfi = dwfl_module_dwarf_cfi(mod, &bias);
156 Dwfl_Module *mod;
173 mod = dwfl_report_elf(dwfl, exec_file, exec_file, -1,
175 if (!mod) {
189 mod = dwfl_addrmodule(dwfl, pc);
190 if (!mod) {
199 frame = get_eh_frame(mod, pc);
201 frame = get_dwarf_frame(mod, pc);