From 43f283847eaa4d83a790698befad1427fe5af667 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Dec 2015 08:28:11 -0500 Subject: driver: mdso_create_symbol_vector(): initial implementation. --- include/mdso/mdso.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3