ibf_dump_write 7086 compile.c #define IBF_W(b, type, n) (type *)(VALUE)ibf_dump_write(dump, (b), sizeof(type) * (n)) ibf_dump_write 7087 compile.c #define IBF_WV(variable) ibf_dump_write(dump, &(variable), sizeof(variable)) ibf_dump_write 7088 compile.c #define IBF_WP(b, type, n) ibf_dump_write(dump, (b), sizeof(type) * (n)) ibf_dump_write 7461 compile.c return (struct iseq_catch_table *)(VALUE)ibf_dump_write(dump, dump_table, byte_size); ibf_dump_write 7513 compile.c dump_ci_kw_entries[i].kw_arg = (struct rb_call_info_kw_arg *)(VALUE)ibf_dump_write(dump, &kw_arg->keyword_len, sizeof(int)); ibf_dump_write 7514 compile.c ibf_dump_write(dump, keywords, sizeof(VALUE) * kw_arg->keyword_len); ibf_dump_write 7518 compile.c return (struct rb_call_info *)(VALUE)ibf_dump_write(dump, dump_ci_entries, byte_size); ibf_dump_write 7576 compile.c return ibf_dump_write(dump, &dump_body, sizeof(dump_body)); ibf_dump_write 7643 compile.c header->iseq_list_offset = ibf_dump_write(dump, list, sizeof(ibf_offset_t) * size); ibf_dump_write 7683 compile.c header->id_list_offset = ibf_dump_write(dump, arg.list, sizeof(long) * size); ibf_dump_write 7789 compile.c ibf_dump_write(dump, &cindex, sizeof(cindex)); ibf_dump_write 7815 compile.c ibf_dump_write(dump, &dbl, sizeof(dbl)); ibf_dump_write 8313 compile.c ibf_dump_write(dump, &header, sizeof(header)); ibf_dump_write 8314 compile.c ibf_dump_write(dump, RUBY_PLATFORM, strlen(RUBY_PLATFORM) + 1); ibf_dump_write 8332 compile.c ibf_dump_write(dump, ptr, header.extra_size);