diff options
author | midipix <writeonce@midipix.org> | 2015-12-19 08:28:11 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:29 -0500 |
commit | 43f283847eaa4d83a790698befad1427fe5af667 (patch) | |
tree | 95f9b37b2854e8b3975915bddfaf2386158bc7d0 /include | |
parent | 14073fe30b3cb3de5bfa152083b1f24b943fba1d (diff) | |
download | mdso-43f283847eaa4d83a790698befad1427fe5af667.tar.bz2 mdso-43f283847eaa4d83a790698befad1427fe5af667.tar.xz |
driver: mdso_create_symbol_vector(): 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 14a5817..de0bd89 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -63,6 +63,7 @@ struct mdso_unit_ctx { const char * const * path; const struct mdso_input * map; const struct mdso_common_ctx * cctx; + const char * const * syms; void * any; int status; int nerrors; |