readelf -S p1.o | grep symtab [10] .symtab SYMTAB 0000000000000000 00000130 To get the symbol table we use the command readelf -s p1.o (with lowercases).
確定! 回上一頁