diff options
author | midipix <writeonce@midipix.org> | 2015-12-22 23:32:20 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:30 -0500 |
commit | 6691d883d212073b429b940edc8756b0179b4218 (patch) | |
tree | 84716ba85dd59e7c00222ed097752466e8dc54f2 /include | |
parent | efc615e033a4e0e3ed23e62edb3053a80a43b437 (diff) | |
download | mdso-6691d883d212073b429b940edc8756b0179b4218.tar.bz2 mdso-6691d883d212073b429b940edc8756b0179b4218.tar.xz |
mdso_generate_symfn(): initial implementation.
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 2ac8dd4..88159fc 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -92,6 +92,7 @@ mdso_api uint32_t mdso_crc32_mbstr (const unsigned char * str, size_t * symlen); mdso_api uint64_t mdso_crc64_mbstr (const unsigned char * str, size_t * symlen); mdso_api FILE * mdso_create_output (const struct mdso_driver_ctx *, const char * asmname); mdso_api int mdso_generate_symentry(const struct mdso_common_ctx *, const char * sym, FILE * fout); +mdso_api int mdso_generate_symfn (const char * sym, FILE * fout); #ifdef __cplusplus } |