Jump to cross reference globally

This command decompiles all non-trivial functions in the database and looks for xrefs in them. Library and thunk functions are skipped. The decompilation results are cached in memory, so only the first invocation of this command is slow.

Cross references to the current item are looked up in the decompilation results. A list of such xrefs is formed and displayed on the screen. Currently the following item types are supported:

  • a structure field

  • a enumeration member (symbolic constant)

This action is also available (only by hotkey) in the struct view and local types view.

See also: interactive operation

Last updated