Could someone explain the columns shown of the symbol table using readelf?
readelf
I think Ndx field shows the section number where that symbol is defined.
Do a readelf -a , and find out which section the address corresponds to for a given symbol.
readelf -a
I bet the section number of that section will appear in Ndx field.