檢視編譯C程式中間檔案
gcc -Wall -save-temps print.c -o print
$ size
size - list section sizes and total size.
ESCRIPTION
The GNU size utility lists the section sizes---and the total size---for each of the object or archive files objfile
in its argument list. By default, one line of output is generated for each object file or each module in an
archive.
objfile... are the object files to be examined. If none are specified, the file "a.out" will be used.
$size print.o
text data bss dec hex filename
89 0 0 89 59 print.o
$size print
text data bss dec hex filename
1163 520 16 1699 6a3 print
相關文章
- windows 下編譯c檔案Windows編譯
- c語言多檔案編譯C語言編譯
- C++ 預編譯標頭檔案C++編譯
- 檢視編譯引數編譯
- 編譯引數檢視編譯
- 檢視nginxapachemysqlphp原始編譯NginxApacheMySqlPHP編譯
- Linux下檢視檔案編碼,檔案編碼格式轉換和檔名編碼Linux
- 檢視磁碟使用空間和檔案大小
- 檢視檔案
- ildasm、ilasm修改、反編譯 已經編譯的 dll檔案(c#)LDAASM編譯C#
- linux命令 — lsof 檢視程式開啟那些檔案 或者 檢視檔案給那個程式使用Linux
- C編譯: 動態連線庫 (.so檔案)編譯
- 【C語言】linux下多檔案編譯C語言Linux編譯
- 命令列下編譯多個C/CPP檔案命令列編譯
- 檢視檔案被什麼程式使用
- Linux基楚操作指引【檢視版本、檢視路徑、檢視內容、編輯檔案】Linux
- 減少C++程式碼編譯時間的方法C++編譯
- swap檔案檢視
- 檢視大檔案
- 檢測檔案編碼,轉換檔案編碼
- 檢視linux中檔案的inode資訊Linux
- 檢視錶空間及檔案大小的語句
- gcc編譯cpp檔案GC編譯
- .NET 中的動態編譯(生成exe檔案)編譯
- 使用makefile編譯c程式編譯C程式
- c#程式反編譯C#編譯
- 使用Reflector和Filedisassembler逆向編譯反編譯.cs.dll檔案程式碼編譯
- 如何檢視excel中的vba編碼程式碼Excel
- Keil MDK編譯器下檢視佔用Flash和SRAM空間大小編譯
- Visio檔案編輯檢視工具:Visio Viewer for MacViewMac
- 檢視錶空間及資料檔案的checkpoint資訊
- 安卓中怎麼檢視heic格式的檔案安卓
- 檢視、分離dtf檔案中的事務
- 檢視歸檔日誌空間
- 安卓apk檔案反編譯安卓APK編譯
- Linux檢視程式檔案絕對路徑Linux
- 在c++程式中呼叫被C編譯器編譯後的函式,為什麼要使用extern “C”C++編譯函式
- java 程式碼編譯檢查工具Java編譯