diff options
author | midipix <writeonce@midipix.org> | 2015-12-22 23:26:55 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:30 -0500 |
commit | efc615e033a4e0e3ed23e62edb3053a80a43b437 (patch) | |
tree | ac71d2250aa814be9a718b45cf03e2d66a59bd15 /include | |
parent | 67025de5a14bc568da8576b1a0cbded6ebedf7f2 (diff) | |
download | mdso-efc615e033a4e0e3ed23e62edb3053a80a43b437.tar.bz2 mdso-efc615e033a4e0e3ed23e62edb3053a80a43b437.tar.xz |
mdso_generate_symentry(): 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 f912fe8..2ac8dd4 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -91,6 +91,7 @@ mdso_api int mdso_output_export_symbols(const struct mdso_unit_ctx *, const str 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); #ifdef __cplusplus } |