ASIZE.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH ASIZE 1
  2. .SH NAME
  3. asize - report the size of an object file
  4. .SH SYNOPSIS
  5. fBasize fIfilefR ...fR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH EXAMPLES
  18. .EX "asize test.o" "Give the size of fItest.ofR"
  19. .SH DESCRIPTION
  20. .PP
  21. .I Asize
  22. prints for each argument
  23. the (decimal) number of bytes used by the different sections,
  24. as well as their sum in decimal and hexadecimal.
  25. If no
  26. .I file
  27. is given fIa.outfR is used.
  28. .I Asize
  29. can only be used to obtain the size of a (M2 fI.ofR or fI.outfR file. 
  30. To obtain the size of an executable, use
  31. .I size
  32. instead.
  33. .SH "SEE ALSO"
  34. .BR anm (1),
  35. .BR nm (1),
  36. .BR ar (1),
  37. .BR size (1).