IBF_OFFSET       7089 compile.c      #define IBF_R(val, type, n) (type *)ibf_load_alloc(load, IBF_OFFSET(val), sizeof(type) * (n))
IBF_OFFSET       7342 compile.c      	ibf_offset_t offset = IBF_OFFSET(body->param.opt_table);
IBF_OFFSET       7475 compile.c      	size = *(unsigned int *)(load->buff + IBF_OFFSET(body->catch_table));
IBF_OFFSET       7476 compile.c      	table = ibf_load_alloc(load, IBF_OFFSET(body->catch_table), iseq_catch_table_bytes(size));
IBF_OFFSET       7527 compile.c          struct rb_call_info *ci_entries = ibf_load_alloc(load, IBF_OFFSET(body->ci_entries),
IBF_OFFSET       7537 compile.c      	ibf_offset_t kw_arg_offset = IBF_OFFSET(ci_kw_entries[i].kw_arg);