LIBRARY GNURX INITGLOBAL DESCRIPTION 'GNU RX regular expression library' DATA MULTIPLE NONSHARED EXPORTS re_syntax_options @1 re_error_msg @2 rx_id_instruction_table @3 rx_cache_bound @4 rx_compile @5 ; rx_exec @6 re_set_syntax @7 re_set_registers @8 ; re_comp @9 re_compile_pattern @10 re_compile_fastmap @11 re_search @12 re_search_2 @13 re_match @14 re_match_2 @15 regcomp @16 regexec @17 regerror @18 regfree @19