Home
last modified time | relevance | path

Searched refs:tndx (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module_getsym.c52 int tndx = ndx; in __libdwfl_getsym() local
62 tndx = ndx; in __libdwfl_getsym()
71 tndx = ndx - mod->first_global + skip_aux_zero; in __libdwfl_getsym()
80 tndx = ndx - mod->aux_first_global + skip_aux_zero; in __libdwfl_getsym()
89 tndx = ndx - mod->syments + skip_aux_zero; in __libdwfl_getsym()
95 sym = gelf_getsymshndx (symdata, symxndxdata, tndx, sym, &shndx); in __libdwfl_getsym()