GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ASMGRAPH(1) FreeBSD General Commands Manual ASMGRAPH(1)

asmgraph
build call graphs from assembler files

asmgraph [-acgnr] [-d num] [-i incl] [-R root] [file ...]

The asmgraph utility reads assembler source code files and prints call graphs from their contents.

The following options are supported:
Use the GNU as(1) syntax parser for assembler files.
Print all calls within a function, including subsequent invocations of the same function.
num
The depth at which the graph is cut off. The num argument must be a positive integer >=0.
Produce a dot(1) graph for graphviz output.
incl
Increase the number of included symbols. The incl argument can be one of the following characters:
Include external and static data symbols.
Include names that begin with an underscore.
Use the nasm(1) syntax parser for assembler files. This flag will be the default, if neither [-a] nor [-n] are set.
Print the flowgraph in reversed order, producing an inverted listing showing the callers of each function.
root
The function to use as root function. The default is "main". If set to a name, that cannot be found in the file, all functions are printed.

TODO

The asmgraph utility exits 0 on success, and >0 if an error occurs.

cflow(1), cgraph(1)

TODO

Marcus von Appen ⟨marcus@sysfault.org⟩
October 2, 2009 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.