Searched refs:reloc_tbl (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Ddln.c494 static st_table *reloc_tbl = NULL; variable
517 if (reloc_tbl == NULL) {
518 reloc_tbl = st_init_numtable();
520 st_insert(reloc_tbl, u_no++, obj);
596 st_foreach(reloc_tbl, reloc_undef, &arg);
663 st_foreach(reloc_tbl, reloc_repl, &data);

Completed in 103 milliseconds