Home
last modified time | relevance | path

Searched refs:this_size (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dalloca.c312 long this_size; /* Size of this block (does not include member
369 size = trailer->this_size; in i00afunc()
389 if (trailer->this_size <= 0) in i00afunc()
391 result += trailer->this_size; in i00afunc()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-h8300.c1090 int this_size; in get_specific() local
1094 this_size = this_try->opcode->how & SN; in get_specific()
1263 else if (this_size != size && (this_size != SN && size != SN)) in get_specific()
Dtc-xtensa.c3138 int this_size = 0; in xg_get_max_insn_widen_size() local
3146 this_size = xg_get_max_insn_widen_size (build_list->opcode); in xg_get_max_insn_widen_size()
3154 this_size += xg_get_single_size (build_list->opcode); in xg_get_max_insn_widen_size()
3162 if (this_size > max_size) in xg_get_max_insn_widen_size()
3163 max_size = this_size; in xg_get_max_insn_widen_size()
3184 int this_size = 0; in xg_get_max_insn_widen_literal_size() local
3192 this_size = xg_get_max_insn_widen_literal_size (build_list->opcode); in xg_get_max_insn_widen_literal_size()
3201 this_size += 4; in xg_get_max_insn_widen_literal_size()
3209 if (this_size > max_size) in xg_get_max_insn_widen_literal_size()
3210 max_size = this_size; in xg_get_max_insn_widen_literal_size()
/toolchain/binutils/binutils-2.27/bfd/
Dieee.c1695 bfd_vma this_size; in do_one() local
1697 if (parse_int (&(ieee->h), &this_size)) in do_one()
1701 for (i = 0; i < this_size; i++) in do_one()
/toolchain/binutils/binutils-2.27/gold/
Dpowerpc.cc2680 uint64_t this_size; in can_add_to_stub_group() local
2686 this_size = o->data_size(); in can_add_to_stub_group()
2690 this_size = i->data_size(); in can_add_to_stub_group()
2693 uint64_t end_addr = start_addr + this_size; in can_add_to_stub_group()
2698 if (this_size > group_size && !this->suppress_size_errors_) in can_add_to_stub_group()
2707 (long long) this_size, in can_add_to_stub_group()
2709 ? this_size in can_add_to_stub_group()
2749 && this_size <= this->group_size_ in can_add_to_stub_group()