summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mdso/mdso.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h
index d8c5057..c60979a 100644
--- a/include/mdso/mdso.h
+++ b/include/mdso/mdso.h
@@ -133,9 +133,9 @@ mdso_api int mdso_output_error_vector (const struct mdso_driver_ctx *);
/* low-level api */
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 int mdso_generate_dsometa (const struct mdso_driver_ctx *, FILE * fout);
-mdso_api int mdso_generate_symentry(const struct mdso_driver_ctx *, const char * sym, FILE * fout);
-mdso_api int mdso_generate_symfn (const struct mdso_driver_ctx *, const char * sym, FILE * fout);
+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);
#ifdef __cplusplus
}