Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

size(1) [hpux man page]

size(1) 						      General Commands Manual							   size(1)

NAME
size - print section sizes of object files SYNOPSIS
files DESCRIPTION
produces section size information for each section in the object files. The size of the text, data and bss (uninitialized data) sections are printed along with the total size of the object file. If an archive file is input to the command, the information for all archive mem- bers is displayed. Options recognizes the following options: Print sizes in decimal. This is the default. Print sizes in octal. Print sizes in hexadecimal. Print version information about the command. Print a verbose list of the subspaces in the object files. Each subspace is listed on a separate line with its size, physical address, and virtual address. Print the size of each allocatable section (ELF only). Print the size and permission bits of each loadable segment (ELF only). Print the sizes of non loadable segments or non allocatable sections (ELF only). Print the usage menu. EXTERNAL INFLUENCES
Environment Variables The following internationalization variables affect the execution of Determines the locale category for native language, local customs and coded character set in the absence of and other environment variables. If is not specified or is set to the empty string, a default of (see lang(5)) is used instead of Determines the values for all locale categories and has precedence over and other environment variables. Determines the locale that should be used to affect the format and contents of diagnostic messages written to standard error. Determines the locale category for numeric formatting. Determines the locale category for character handling functions. Determines the location of message catalogues for the processing of If any internationalization variable contains an invalid setting, behaves as if all internationalization variables are set to See envi- ron(5). International Code Set Support Single- and multi-byte character code sets are supported. DIAGNOSTICS
name cannot be read. name is not an appropriate object file. EXAMPLES
Compare the sizes of the text, data, and bss sections for two versions of a program: SEE ALSO
System Tools: as(1) translate assembly code to machine code cc(1) invoke the HP-UX C compiler ld(1) invoke the link editor Miscellaneous: a.out(4) assembler, compiler, and linker output ar(4) archive format STANDARDS CONFORMANCE
size(1)

Check Out this Related Man Page

ldd_ia(1)						      General Commands Manual							 ldd_ia(1)

NAME
ldd_ia: ldd - list dynamic dependencies of executable files or shared libraries on Integrity systems SYNOPSIS
filename... Remarks This manpage describes on Integrity systems. For on PA-RISC systems, see ldd_pa(1). DESCRIPTION
is a command that can list the dynamic dependencies of incomplete executable files or shared libraries. lists verbose information about dynamic dependencies and symbol references. If the object file is an executable file, lists all shared libraries that would be loaded as a result of executing the file. If it is a shared library, lists all shared libraries that would be loaded as a result of loading the library. uses the same algorithm as the dynamic loader and to locate the shared libraries at runtime. See in dld.so(5) for more information. Options recognizes the following options: Check reference to data symbols. Check reference to data and code symbols. Display the search path used to locate the shared libraries. Display all dependency relationships. EXTERNAL INFLUENCES
Environment Variables uses the following environment variables to locate shared libraries. These environment variables can be used to specify the directories to be searched for library files at runtime. The value is a colon-separated list of paths of such directories. For more information, see in dld.so(5) or the option in ld(1). The following internationalization variables affect the execution of Determines the locale category for native language, local customs and coded character set in the absence of and other environment variables. If is not specified or is set to the empty string, a default of (see lang(5)) is used instead of Determines the values for all locale categories and has precedence over and other environment variables. Determines the locale that should be used to affect the format and contents of diagnostic messages written to standard error. Determines the locale category for numeric formatting. Determines the locale category for character handling functions. Determines the location of message catalogs for the processing of If any internationalization variable contains an invalid setting, behaves as if all internationalization variables are set to See envi- ron(5). DIAGNOSTICS
prints the record of shared library path names to stdout. The optional list of symbol resolution problems are printed to stderr. returns zero when the operation is successful. A non-zero return code indicates that an error occurred. EXAMPLES
By default prints a simple dynamic path information. This consists of the dependencies recorded in the executable (or the shared library) followed by the physical location where these libraries are found. The option causes to print dependency relationship along with the dynamic path information. The option to causes it to analyze all symbol references and print information about unsatisfied code and data symbols. WARNINGS
does not list shared libraries explicitly loaded using dlopen(3C) or shl_load(3X). FILES
output file 32-bit Integrity system dynamic loader 64-bit Integrity system dynamic loader 32-bit dummy executable loaded to check the dependencies of shared libraries 64-bit dummy executable loaded to check the dependencies of shared libraries message catalog SEE ALSO
System Tools ld(1) invoke the link editor Miscellaneous a.out(4) assembler, compiler, and linker output dld.so(5) dynamic loader Texts and Tutorials
Man Page