update_table     3586 ext/pcre/pcrelib/pcre_jit_compile.c sljit_ub *update_table = NULL;
update_table     3639 ext/pcre/pcrelib/pcre_jit_compile.c   update_table = (sljit_ub *)allocate_read_only_data(common, 256);
update_table     3640 ext/pcre/pcrelib/pcre_jit_compile.c   if (update_table == NULL)
update_table     3642 ext/pcre/pcrelib/pcre_jit_compile.c   memset(update_table, IN_UCHARS(range_len), 256);
update_table     3652 ext/pcre/pcrelib/pcre_jit_compile.c       if (update_table[*byte_set] > IN_UCHARS(i))
update_table     3653 ext/pcre/pcrelib/pcre_jit_compile.c         update_table[*byte_set] = IN_UCHARS(i);
update_table     3741 ext/pcre/pcrelib/pcre_jit_compile.c   OP1(SLJIT_MOV, RETURN_ADDR, 0, SLJIT_IMM, (sljit_sw)update_table);
update_table     3760 ext/pcre/pcrelib/pcre_jit_compile.c   OP1(SLJIT_MOV_UB, TMP1, 0, SLJIT_MEM1(TMP1), (sljit_sw)update_table);