dump(1) dump(1)NAME dump - stores (saves) selected parts of an object file SYNOPSIS dump [[-a] [-c] [-f] [-g] [-h] [-l] [-o] [-r] [-s] [-t] [-z name]] [[-d number] [+d number] [-n name] [-p] [-t index] [+t index] [-u] [-z name, number] [+z name]] file... dump [[-a] [-c] [-f] [-g] [-h] [-l] [-r] [-t] [-z name]] [[-d number] [+d number] [-n name] [-p] [-t index] [+t index] [-u] [-v] [-z name, number] [+z name]] file... ARGUMENTS -a Dumps the archive header of each member of each archive file argument. -c Dumps the string table. -d number Dumps the section number or range of sections starting at number and ending either at the last section number or number specified by +d. +d number Dumps sections in the range either beginning with first section or beginning with section specified by -d. -f Dumps each file header. file Specifies the object file or an archive of object files to be saved. -g Dumps the global symbols in the symbol table of a version 6.0 archive. -h Dumps section headers. -l Dumps line number information. -n name Dumps information pertaining only to the named entity. This modifier applies to the -h, -s, -r, -l, and -t options. -o Dumps each optional header. -p Suppresses the printing of the headers. -r Dumps relocation information. -s Dumps section contents. January 1992 1
dump(1) dump(1)-t Dumps symbol table entries. -t index Dumps only the indexed symbol table entry. When the -t option is used in conjunction with the +t option, it specifies a range of symbol table entries. +t index Dumps the symbol table entries in the range ending with the indexed entry. The range begins at the first symbol table entry or at the entry specified by the -t option. -u Underlines the name of the file for emphasis. -v Dumps information in symbolic representation rather than numeric (for example, C_STATIC instead of 0X02). This modifier can be used with all the preceding options except the -s and -o options. -z name Dumps line number entries for the named function. -z name, number Dumps line number entry or range of line numbers starting at number for the named function. +z name Dumps line numbers starting at either function name or number specified by the -z option up to number specified by this option. DESCRIPTION dump stores (or saves) selected parts of each of its object file arguments. This command accepts both object files and archives of object files. It processes each file argument according to one or more of the options. Blanks separating an option and its modifier are optional. The comma separating the name from the number modifying the -z option may be replaced by a blank. The dump command attempts to format the information it dumps in a meaningful way, printing certain information in character, hex, octal, or decimal representation, as appropriate. FILES /bin/dump Executable file 2 January 1992
dump(1) dump(1)SEE ALSO as(1), dis(1), od(1), nm(1), strings(1) a.out(4), ar(4) in A/UX Programmer's Reference January 1992 3