You copied the Doc URL to your clipboard.
This option controls what undefined references are included in the callgraph.
Note
Not supported for AArch64 state.
--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.