home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: dirname Chapter 2
UNIX Commands
Next: Reference: download
 

dis



dis

 [

options

] 

files

Disassemble the object or archive files . See also as .

Options

-d section

Disassemble only the specified section of data, printing its offset.

-D section

Same as -d , but print the data's actual address (formerly -da ).

-F func

Disassemble only the specified function; reuse -F for additional functions.

-l string

Disassemble only the library file string (e.g., string would be x for lib x .a ).

-L

Look for C source labels in files containing debug information (e.g., files compiled with cc -g ).

-o

Print octal output (default is hexadecimal).

-t section

Same as -d , but print text output.

-V

Print version information on standard error.


Previous: Reference: dirname UNIX in a Nutshell: System V Edition Next: Reference: download
Reference: dirname Book Index Reference: download

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System