Query: size
OS: opendarwin
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SIZE(1) General Commands Manual SIZE(1)NAMEsize - print the size of the sections in an object fileSYNOPSISsize [ option ... ] [ object ... ]DESCRIPTIONSize (without the -m option) prints the (decimal) number of bytes required by the __TEXT, __DATA and __OBJC segments. All other segments are totaled and that size is listed in the `others' column. The final two columns is the sum in decimal and hexadecimal. If no file is specified, a.out is used. The options to size(1) are: - Treat the remaining arguments as name of object files not options to size(1). -m Print the sizes of the Mach-O segments and sections as well as the total sizes of the sections in each segment and the total size of the segments in the file. -l When used with the -m option, also print the addresses and offsets of the sections and segments. -x When used with the -m option, print the values in hexadecimal (with leading 0x's) rather than decimal. -arch arch_type Specifies the architecture, arch_type, of the file for size(1) to operate on when the file is a fat file. (See arch(3) for the cur- rently know arch_types.) The arch_type can be "all" to operate on all architectures in the file. The default is to display only the host architecture, if the file contains it; otherwise, all architectures in the file are shown.SEE ALSOotool(1)BUGSThe size of common symbols can't be reflected in any of the numbers for relocatable object files. Apple Computer, Inc. May 23, 2002 SIZE(1)
Related Man Pages |
---|
otool(1) - osx |
size(1) - opensolaris |
nm(1) - osx |
nmedit(1) - opendarwin |
size(1) - osf1 |
Similar Topics in the Unix Linux Community |
---|
MAX SIZE ARRAY Can Hold it |
du -k shows different size in two nodes |
Summing file size and output |
Function SUM SIZE |
Calculating total space in GB for all files with typical pattern |