📄 readme
字号:
# @(#)README 1.1 92/07/30 SMI; from S5R2 1.2The pieces: cflow.sh - runcom lpfx - filters, sorts and formats lint1 output into dag input nmf - turns nm output into dag input dag - graph maker flip - reverserUsage: cflow [-r] [-il] [-ix] [-i_] [-d<num>] file.[ylciso] ...files suffixed with [ylci] will be yacc'd, lex'd, cpp'd andlint'd as necessary..s files are assembled and information extracted from object, asin .o files.Output:Each line begins with a reference number followed by a suitablenumber of tab characters. Then the symbol name followed by a colon.If this is the first time the symbol is encounter the definitionis printed, otherwise the reference number of the line where thedefinition may be found. If the definition was produced via lint,an abstract type (eg, int()) will be printed, followed by the file nameand line number. Definitions extracted from .s and .o files are simplytext, data or bss.Options: -r reverse relationship (inverted call graph) -i include normally "invisible" symbols: x include extern/static symbols _ include "internal" _ symbols -d<num> limit call graph to <num> depthIf the nesting becomes deep, -e of pr can be used to change the tabsettings to something other than every 8 spaces.Notes on making cflow: The following macros in the Makefile have the following special values: LINT - directory containing source for lint, specifically lerror.h lmanifest and lpass2.h MIP - directory containing source for machine-independent parts of lint, specifically manifest BIN - directory in which you want cflow installed
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -