commit | 8c246a9dc294760f2a981cf5144fe4939d1554e6 | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Tue Jul 14 21:14:10 2009 -0700 |
committer | Jack Palevich <jackpal@google.com> | Tue Jul 14 21:14:10 2009 -0700 |
tree | 3acddb5c558e29ca12ef29e78c068d88c1b70ba9 | |
parent | fd3db48e2e066a36371fbd018082c7f5db8e37e5 [diff] |
Add accRegisterSymbolCallback API to control external symbol linkage. Until now dlsym was used to lookup external symbols. Now you can register your own function to be called when an undefined symbol is used.