Searched refs:last_size (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dasan.c1057 HOST_WIDE_INT last_offset, last_size; local
1290 last_size = 0;
1295 if (last_offset + last_size != offset)
1301 asan_clear_shadow (shadow_mem, last_size >> ASAN_SHADOW_SHIFT);
1303 last_size = 0;
1305 last_size += base_offset + ((offsets[l - 2] - base_offset)
1309 if (last_size)
1314 asan_clear_shadow (shadow_mem, last_size >> ASAN_SHADOW_SHIFT);
H A Dpasses.c1808 gcov_type last_time = 0, last_size = 0;
1827 if (last_size)
1829 - (double)last_size) * 100 / (double)last_size;
1893 last_size = profile_record[i].size[j];
1807 gcov_type last_time = 0, last_size = 0; local
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dutils.c2051 merge_sizes (tree last_size, tree first_bit, tree size, bool special,
2054 tree type = TREE_TYPE (last_size);
2061 new_size = size_binop (MAX_EXPR, last_size, new_size);
2067 ? last_size : merge_sizes (last_size, first_bit,
2071 ? last_size : merge_sizes (last_size, first_bit,
2042 merge_sizes(tree last_size, tree first_bit, tree size, bool special, bool has_rep) argument
/haiku-buildtools/binutils/bfd/
H A Delf.c4501 bfd_vma last_size;
4586 last_size = 0;
4654 else if (hdr->lma < last_hdr->lma + last_size
4655 || last_hdr->lma + last_size < last_hdr->lma)
4666 else if ((BFD_ALIGN (last_hdr->lma + last_size, maxpagesize) + maxpagesize
4668 && (BFD_ALIGN (last_hdr->lma + last_size, maxpagesize) + maxpagesize
4678 || (((last_hdr->lma + last_size - 1) & -maxpagesize)
4699 && (((last_hdr->lma + last_size - 1) & -maxpagesize)
4734 last_size = hdr->size;
4736 last_size
4499 bfd_vma last_size; local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf.c3605 bfd_vma last_size;
3684 last_size = 0;
3733 else if (BFD_ALIGN (last_hdr->lma + last_size, maxpagesize)
3757 && (((last_hdr->lma + last_size - 1)
3783 last_size = hdr->size;
3785 last_size = 0;
3807 last_size = hdr->size;
3809 last_size = 0;
3600 bfd_vma last_size; local
/haiku-buildtools/binutils/gold/
H A Dscript-sections.cc3995 uint64_t last_size = 0; local
4016 else if (align_address(last_lma + last_size, abi_pagesize)
4068 last_size = size;
/haiku-buildtools/legacy/gcc/gcc/
H A Ddwarf2out.c588 int last_size = -1; local
611 if (! HARD_REGNO_MODE_OK (i, mode) && last_size != -1)
612 size = last_size;
614 if (size != last_size)
617 ranges[n_ranges].size = last_size = size;

Completed in 168 milliseconds