Non-Confidential | ![]() | DUI0803J | ||
| ||||
Home > armlink Command-line Options > --cgundefined=type |
Controls what undefined references are included in the callgraph.
--cgundefined=type
Where
can be one of the following:type
all
Includes both function entries and calls to undefined weak references.
entries
Includes function entries for undefined weak references.
calls
Includes calls to undefined weak references.
none
Omits all undefined weak references from the output.
The default is --cgundefined=all
.