libtcc: tcc_get_symbol uses the TCCState parameter
commitf98c2306a0857ad3f8800f91e0554a27adc7f675
authorgrischka <grischka>
Wed, 18 Apr 2012 16:48:26 +0000 (18 18:48 +0200)
committergrischka <grischka>
Wed, 18 Apr 2012 16:48:26 +0000 (18 18:48 +0200)
treeee3546311e05e66d1bce05d1cff80915f6b1b4df
parent32a411914b5bc5ad9549c43f25c737d891016f68
libtcc: tcc_get_symbol uses the TCCState parameter

This allows using tcc_get_symbol on some other than the
current TCCState. (Suggested by David Mertens)
libtcc.c
tcc.h
tccelf.c