Lines Matching refs:mod
53 dwfl_module_getsym (Dwfl_Module *mod, int ndx,
56 if (unlikely (mod == NULL))
59 if (unlikely (mod->symdata == NULL))
61 int result = INTUSE(dwfl_module_getsymtab) (mod);
67 sym = gelf_getsymshndx (mod->symdata, mod->symxndxdata, ndx, sym, &shndx);
88 if (mod->e_type == ET_REL)
93 Dwfl_Error result = __libdwfl_relocate_value (mod, mod->symfile->elf,
103 sym->st_value += mod->symfile->bias;
107 if (unlikely (sym->st_name >= mod->symstrdata->d_size))
112 return (const char *) mod->symstrdata->d_buf + sym->st_name;