ibf_offset_t     7005 compile.c      #define IBF_OFFSET(ptr) ((ibf_offset_t)(VALUE)(ptr))
ibf_offset_t     7018 compile.c          ibf_offset_t iseq_list_offset;
ibf_offset_t     7019 compile.c          ibf_offset_t id_list_offset;
ibf_offset_t     7020 compile.c          ibf_offset_t object_list_offset;
ibf_offset_t     7053 compile.c      static ibf_offset_t
ibf_offset_t     7059 compile.c      static ibf_offset_t
ibf_offset_t     7062 compile.c          ibf_offset_t pos = ibf_dump_pos(dump);
ibf_offset_t     7079 compile.c      ibf_load_alloc(const struct ibf_load *load, ibf_offset_t offset, int size)
ibf_offset_t     7170 compile.c      static ibf_offset_t ibf_dump_iseq_each(struct ibf_dump *dump, const rb_iseq_t *iseq);
ibf_offset_t     7342 compile.c      	ibf_offset_t offset = IBF_OFFSET(body->param.opt_table);
ibf_offset_t     7537 compile.c      	ibf_offset_t kw_arg_offset = IBF_OFFSET(ci_kw_entries[i].kw_arg);
ibf_offset_t     7552 compile.c      static ibf_offset_t
ibf_offset_t     7590 compile.c      ibf_load_iseq_each(const struct ibf_load *load, rb_iseq_t *iseq, ibf_offset_t offset)
ibf_offset_t     7636 compile.c          ibf_offset_t *list = ALLOCA_N(ibf_offset_t, size);
ibf_offset_t     7640 compile.c      	list[i] = (ibf_offset_t)NUM2LONG(rb_ary_entry(dump->iseq_list, i));
ibf_offset_t     7643 compile.c          header->iseq_list_offset = ibf_dump_write(dump, list, sizeof(ibf_offset_t) * size);
ibf_offset_t     7765 compile.c      ibf_load_object_unsupported(const struct ibf_load *load, const struct ibf_object_header *header, ibf_offset_t offset)
ibf_offset_t     7793 compile.c      ibf_load_object_class(const struct ibf_load *load, const struct ibf_object_header *header, ibf_offset_t offset)
ibf_offset_t     7819 compile.c      ibf_load_object_float(const struct ibf_load *load, const struct ibf_object_header *header, ibf_offset_t offset)
ibf_offset_t     7844 compile.c      ibf_load_object_string(const struct ibf_load *load, const struct ibf_object_header *header, ibf_offset_t offset)
ibf_offset_t     7873 compile.c      ibf_load_object_regexp(const struct ibf_load *load, const struct ibf_object_header *header, ibf_offset_t offset)
ibf_offset_t     7897 compile.c      ibf_load_object_array(const struct ibf_load *load, const struct ibf_object_header *header, ibf_offset_t offset)
ibf_offset_t     7933 compile.c      ibf_load_object_hash(const struct ibf_load *load, const struct ibf_object_header *header, ibf_offset_t offset)
ibf_offset_t     7973 compile.c      ibf_load_object_struct(const struct ibf_load *load, const struct ibf_object_header *header, ibf_offset_t offset)
ibf_offset_t     7996 compile.c      ibf_load_object_bignum(const struct ibf_load *load, const struct ibf_object_header *header, ibf_offset_t offset)
ibf_offset_t     8026 compile.c      ibf_load_object_data(const struct ibf_load *load, const struct ibf_object_header *header, ibf_offset_t offset)
ibf_offset_t     8054 compile.c      ibf_load_object_complex_rational(const struct ibf_load *load, const struct ibf_object_header *header, ibf_offset_t offset)
ibf_offset_t     8076 compile.c      ibf_load_object_symbol(const struct ibf_load *load, const struct ibf_object_header *header, ibf_offset_t offset)
ibf_offset_t     8121 compile.c      static ibf_offset_t
ibf_offset_t     8125 compile.c          ibf_offset_t current_offset = ibf_dump_pos(dump);
ibf_offset_t     8200 compile.c      	    ibf_offset_t *offsets = (ibf_offset_t *)(load->header->object_list_offset + load->buff);
ibf_offset_t     8201 compile.c      	    ibf_offset_t offset = offsets[object_index];
ibf_offset_t     8227 compile.c      	ibf_offset_t offset = lbf_dump_object_object(dump, obj);
ibf_offset_t     8234 compile.c      	ibf_offset_t offset = NUM2UINT(RARRAY_AREF(list, i));
ibf_offset_t     8347 compile.c      static const ibf_offset_t *
ibf_offset_t     8350 compile.c          return (ibf_offset_t *)(load->buff + load->header->iseq_list_offset);