|
|
|
Re: Can weak references refer to a variable (instead of a function)? | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
On 25/06/12 23:42, Erik Leunissen wrote:
a. is that true for both the alias and the symbol to which it refers? b. with respect to the symbol referred to, does it matter what its storage class is (global extent, static local extent or automatic local extent)?
additionally:c. does it matter whether the link is resolved by the link editor or dynamically, at runtime, by the loader?
Erik.
Thanks for any insight, Erik.