Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
H A Ddwfl_module_getsym.c56 int tndx = ndx; in __libdwfl_getsym() local
66 tndx = ndx; in __libdwfl_getsym()
75 tndx = ndx - mod->first_global + skip_aux_zero; in __libdwfl_getsym()
84 tndx = ndx - mod->aux_first_global + skip_aux_zero; in __libdwfl_getsym()
93 tndx = ndx - mod->syments + skip_aux_zero; in __libdwfl_getsym()
99 sym = gelf_getsymshndx (symdata, symxndxdata, tndx, sym, &shndx); in __libdwfl_getsym()

Completed in 1 milliseconds