Searched refs:this_size (Results 1 – 5 of 5) sorted by relevance
312 long this_size; /* Size of this block (does not include member369 size = trailer->this_size; in i00afunc()389 if (trailer->this_size <= 0) in i00afunc()391 result += trailer->this_size; in i00afunc()
1085 int this_size; in get_specific() local1089 this_size = this_try->opcode->how & SN; in get_specific()1258 else if (this_size != size && (this_size != SN && size != SN)) in get_specific()
3087 int this_size = 0; in xg_get_max_insn_widen_size() local3095 this_size = xg_get_max_insn_widen_size (build_list->opcode); in xg_get_max_insn_widen_size()3103 this_size += xg_get_single_size (build_list->opcode); in xg_get_max_insn_widen_size()3111 if (this_size > max_size) in xg_get_max_insn_widen_size()3112 max_size = this_size; in xg_get_max_insn_widen_size()3133 int this_size = 0; in xg_get_max_insn_widen_literal_size() local3141 this_size = xg_get_max_insn_widen_literal_size (build_list->opcode); in xg_get_max_insn_widen_literal_size()3150 this_size += 4; in xg_get_max_insn_widen_literal_size()3158 if (this_size > max_size) in xg_get_max_insn_widen_literal_size()3159 max_size = this_size; in xg_get_max_insn_widen_literal_size()
1628 bfd_vma this_size; in do_one() local1630 if (parse_int (&(ieee->h), &this_size)) in do_one()1634 for (i = 0; i < this_size; i++) in do_one()
2449 uint64_t this_size; in can_add_to_stub_group() local2455 this_size = o->data_size(); in can_add_to_stub_group()2459 this_size = i->data_size(); in can_add_to_stub_group()2461 uint64_t end_addr = start_addr + this_size; in can_add_to_stub_group()2462 bool toobig = this_size > group_size; in can_add_to_stub_group()