Lines Matching refs:mod
36 __libdwfl_addrsym (Dwfl_Module *mod, GElf_Addr addr, GElf_Off *off,
40 int syments = INTUSE(dwfl_module_getsymtab) (mod);
61 addr_shndx = __libdwfl_find_section_ndx (mod, &v);
65 return addr_shndx == __libdwfl_find_section_ndx (mod, &v);
71 GElf_Addr mod_addr = dwfl_deadjust_st_value (mod, symelf, addr);
155 resolved ? mod->main.elf : elf, shndx))
200 const char *name = __libdwfl_getsym (mod, i, &sym, &value,
214 if (resolved && mod->e_type != ET_REL)
217 adjusted_st_value = dwfl_adjusted_st_value (mod, elf,
227 /* First go through global symbols. mod->first_global and
228 mod->aux_first_global are setup by dwfl_module_getsymtab to the
236 int first_global = INTUSE (dwfl_module_getsymtab_first_global) (mod);
266 *biasp = dwfl_adjusted_st_value (mod, closest_elf, 0);
272 dwfl_module_addrsym (Dwfl_Module *mod, GElf_Addr addr,
276 return __libdwfl_addrsym (mod, addr, &off, closest_sym, shndxp,
282 *dwfl_module_addrinfo (Dwfl_Module *mod, GElf_Addr address,
286 return __libdwfl_addrsym (mod, address, offset, sym, shndxp, elfp, bias,