What are the meanings of the columns of the symbol table displayed by readelf?

后端 未结 4 974
情歌与酒
情歌与酒 2020-12-23 03:16

Could someone explain the columns shown of the symbol table using readelf?

4条回答
  •  [愿得一人]
    2020-12-23 03:41

    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.

    I bet the section number of that section will appear in Ndx field.

提交回复
热议问题