Chapter Contents |
Previous |
Next |
Extended Names |
For example, suppose an input object file contains the
extended name
Step_Into
, which has an associated external symbol
@@024561
, and the following
GATHER statement is used:
GATHER Step
When COOL processes the object file,
@@024561
will be gathered
because the prefix of
Step_Into
exactly matches
Step
. The external symbol
associated with a function named
stepOver
would not be gathered because the function
name does not begin with the exact prefix specified in the GATHER statement.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.