diff options
author | midipix <writeonce@midipix.org> | 2017-02-07 00:54:48 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-02-07 00:55:22 -0500 |
commit | bc1dc46ba6c36e53d563450bcbbc876d0f5d011a (patch) | |
tree | f5ee2cb121198487cfa1c7c3342d22cbc13688d9 /include | |
parent | ea45e3920154630de07a6d47742c4803713b25a9 (diff) | |
download | mdso-bc1dc46ba6c36e53d563450bcbbc876d0f5d011a.tar.bz2 mdso-bc1dc46ba6c36e53d563450bcbbc876d0f5d011a.tar.xz |
object generation: added mdso_objgen_symentry().
Diffstat (limited to 'include')
-rw-r--r-- | include/mdso/mdso.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h index 68676d2..7bbe894 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -147,6 +147,7 @@ mdso_api uint64_t mdso_crc64_mbstr (const unsigned char * str, size_t * symlen); mdso_api int mdso_asmgen_dsometa (const struct mdso_driver_ctx *, FILE * fout); mdso_api int mdso_asmgen_symentry (const struct mdso_driver_ctx *, const char * sym, FILE * fout); mdso_api int mdso_asmgen_symfn (const struct mdso_driver_ctx *, const char * sym, FILE * fout); +mdso_api int mdso_objgen_symentry (const struct mdso_driver_ctx *, const char * sym, FILE * fout, struct mdso_object *); mdso_api int mdso_objgen_symfn (const struct mdso_driver_ctx *, const char * sym, FILE * fout, struct mdso_object *); #ifdef __cplusplus |