odump.1

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 164 行

1
164
字号
.TH odump 1 RISC.SH Nameodump \- dumps selected parts of an object file.SH Syntax.B odump[ \fIoptions\fP ].IR file ....SH DescriptionThe.PN odumpcommanddumps selected parts of eachobject \fIfile\fP.  This command works for object files andarchives of object files..SH OptionsThe following options are available with the .PN odumpcommand:.TP \w'\fB\-d~number~~'u.B \-aDumps the archive header for each member of the specified archive file..TP.B \-fDumps each file header..TP.B \-gDumps the global symbols from the symbol table of aRISC archive..TP.B \-oDumps each optional header..TP.B \-hDumps section headers..TP.B \-iDumps the symbolic information header..TP.B \-sDumps section contents..TP.B \-rDumps relocation information..TP.B \-lDumps line number information..TP.B \-tDumps symbol table entries..TP.BI \-z nameDumps line number entries for the specified function \fIname\fR..TP.BR \-cDumps the string table..TP.BR \-LInterpret and print the contents of the.I .libsections..TP.BR \-FDumps the file descriptor table..TP.BR \-PDumps the procedure descriptor table..TP.BR \-RDumps the relative file index table..PPThe .PN odumpcommand accepts these modifiers with the options:.TP \w'\fB\-d~number~~'u.BI \-d \|numberDumps the section number or a range of sections starting at \fInumber\fPand ending either at the last section number or the \fInumber\fR you specify with.BR +d..TP.BI +d \|numberDumps sections in the range beginning with thefirst section or beginningwith the section you specify with \fB\-d\fP..TP.BI \-n \|nameDumps information only about the specified \fIname\fR.Thismodifierworks with.BR \-h ,.BR \-s ,.BR \-r ,.BR \-l ,and .BR \-t..TP.BR \-pDoes not print headers.TP.BI \-t \|indexDumps only the indexed symbol table entry. You can also specify a range of symbol table entries by using the modifier.B \-twith the .BR +toption. .TP.BI +t \|indexDumps the symbol table entries in the specified range.   The range begins at the first symbol table entry or at the entryspecified by.B \-t.The range ends with the specified indexed entry..TP.B \-uUnderlines the name of the file for emphasis..TP.B \-vDumps information symbolically rather than numerically (for example, .SM Staticrather than.BR "\s-10X02\s+1 )".You can use .B \-vwith all the options except.B \-s..TP.BI \-z \|name,numberDumps the specified line number entry or a range of line numbers.  Therange starts at the.I numberfor the named function..TP.BI \+z \|numberDumps line numbers for a specified range.  The range starts at either the .IR name " or " numberspecified by .BR \-zThe range ends with the .I numberspecified by.BR \+z ..PPAlso, an option and its modifier can be separated by using blanks.The name can be separated from the number that modifies.B \-zby replacing the comma with a blank..PPThe.PN odumpcommand tries to format information in a helpful way,printing information in character,hexadecimal, octal, or decimal as appropriate..SH See Alsoa.out(5), ar(5).tr ~~

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?