mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-3840 Adjustment to FlowBlock::restrictedByConditional
This commit is contained in:
parent
c072972153
commit
0a23876e01
21 changed files with 147 additions and 34 deletions
|
@ -25,7 +25,8 @@ ElementId ELEM_HIGHLIST = ElementId("highlist",117);
|
|||
ElementId ELEM_JUMPTABLELIST = ElementId("jumptablelist",118);
|
||||
ElementId ELEM_VARNODES = ElementId("varnodes",119);
|
||||
|
||||
/// \param nm is the (base) name of the function
|
||||
/// \param nm is the (base) name of the function, as a formal symbol
|
||||
/// \param disp is the name used when displaying the function name in output
|
||||
/// \param scope is Symbol scope associated with the function
|
||||
/// \param addr is the entry address for the function
|
||||
/// \param sym is the symbol representing the function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue