Lines Matching defs:mod
37 Dwfl_Module *mod;
80 state->addr_shndx = __libdwfl_find_section_ndx (state->mod, &v);
84 return state->addr_shndx == __libdwfl_find_section_ndx (state->mod, &v);
90 GElf_Addr mod_addr = dwfl_deadjust_st_value (state->mod, symelf,
161 resolved ? state->mod->main.elf : elf,
208 const char *name = __libdwfl_getsym (state->mod, i, &sym, &value,
223 if (resolved && state->mod->e_type != ET_REL)
226 adjusted_st_value = dwfl_adjusted_st_value (state->mod, elf,
255 .mod = _mod,
272 /* First go through global symbols. mod->first_global and
273 mod->aux_first_global are setup by dwfl_module_getsymtab to the
281 int first_global = INTUSE (dwfl_module_getsymtab_first_global) (state.mod);
312 *biasp = dwfl_adjusted_st_value (state.mod, state.closest_elf, 0);
318 dwfl_module_addrsym (Dwfl_Module *mod, GElf_Addr addr,
322 return __libdwfl_addrsym (mod, addr, &off, closest_sym, shndxp,
328 *dwfl_module_addrinfo (Dwfl_Module *mod, GElf_Addr address,
332 return __libdwfl_addrsym (mod, address, offset, sym, shndxp, elfp, bias,