objdump -t u-boot objdump -d u-boot ... -f objdump -f a.o 顯示檔頭資訊(-file-headers) -h objdump -h a.o 顯示區段表頭(-[section-]header)
確定! 回上一頁