|
|||||||||||
|
Technical Support On-Line Manuals BL51 User's Guide |
Function PointersFunction pointers (and indirectly-called functions) present some special issues that must be taken into consideration when creating functions that are called indirectly.
Note
There are two very good reasons why you must adjust the call tree if you use function pointers.
The easiest solution for indirectly-called functions is to remove them from the call tree. For example: ... OVERLAY (sfname-caller ~ (sfname-callee, sfname-callee)) ... And, then add specific references from the calling functions to the indirectly-called function. For example: ... OVERLAY (sfname-caller ! (sfname-callee, sfname-callee)) ... | ||||||||||
|
|||||||||||