dis - object code disassembler
dis [-onqCLV] [-d sec] [-D sec] [-F function] [-l string] [-t sec] file...
The dis command produces an assembly language listing of file, which can be an object file or an archive of object files. The listing includes assembly statements and an octal or hexadecimal representation of the binary that produced those statements.
Options are interpreted by the disassembler and can be specified in any order.
The following options are supported:
-C
-d sec
-D sec
-F function
-l string
This option is obsolete and might be removed in a future release of Solaris.
-L
This option is obsolete and might be removed in a future release of Solaris.
-n
-o
-q
-t sec
-V
This option is obsolete and might be removed in a future release of Solaris.
If the -d, -D, or -t options are specified, only those named sections from each user-supplied file is disassembled. Otherwise, all sections containing text is disassembled.
On output, a number enclosed in brackets at the beginning of a line, such as [5], indicates that the break-pointable line number starts with the following instruction. These line numbers is printed only if the file was compiled with additional debugging information, for example, the -g option of cc(1B). An expression such as <40> in the operand field or in the symbolic disassembly, following a relative displacement for control transfer instructions, is the computed address within the section to which control is transferred. A function name appears in the first column, followed by () if the object file contains a symbol table.
The following operand is supported:
file
See environ(5) for descriptions of the following environment variables that affect the execution of dis: LC_CTYPE, LC_MESSAGES, and NLSPATH.
LIBDIR
The following exit values are returned:
0
>0
/usr/lib
See attributes(5) for descriptions of the following attributes:
|
The human readable output is Unstable. The command line options are Evolving.
ar(1), as(1), cc(1B), ld(1), a.out(4), attributes(5), environ(5)
The self-explanatory diagnostics indicate errors in the command line or problems encountered with the specified files.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |