Home
last modified time | relevance | path

Searched refs:size1 (Results 26 – 31 of 31) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-data-ref.c2246 poly_widest_int size1, size2; in dr_may_alias_p() local
2247 get_inner_reference_aff (DR_REF (a), &off1, &size1); in dr_may_alias_p()
2251 if (aff_comb_cannot_overlap_p (&off2, size1, size2)) in dr_may_alias_p()
H A Ddwarf2out.c16485 unsigned int size0, size1; in concat_loc_descriptor() local
16487 || !GET_MODE_SIZE (GET_MODE (x1)).is_constant (&size1)) in concat_loc_descriptor()
16503 add_loc_descr_op_piece (&cc_loc_result, size1); in concat_loc_descriptor()
29927 unsigned enc1, enc2, size1, size2; in resolve_addr_in_expr() local
29946 size1 = get_AT_unsigned (base1, DW_AT_byte_size); in resolve_addr_in_expr()
29948 if (size1 == size2 in resolve_addr_in_expr()
/dragonfly/contrib/gdb-7/bfd/
H A Delf.c4231 bfd_size_type size1, size2; in elf_sort_sections() local
4271 size1 = (sec1->flags & SEC_LOAD) ? sec1->size : 0; in elf_sort_sections()
4274 if (size1 < size2) in elf_sort_sections()
4276 if (size1 > size2) in elf_sort_sections()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf.c4874 bfd_size_type size1, size2; in elf_sort_sections() local
4914 size1 = (sec1->flags & SEC_LOAD) ? sec1->size : 0; in elf_sort_sections()
4917 if (size1 < size2) in elf_sort_sections()
4919 if (size1 > size2) in elf_sort_sections()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf.c5256 bfd_size_type size1, size2; in elf_sort_sections() local
5289 size1 = (sec1->flags & SEC_LOAD) ? sec1->size : 0; in elf_sort_sections()
5292 if (size1 < size2) in elf_sort_sections()
5294 if (size1 > size2) in elf_sort_sections()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddwarf2out.c21874 unsigned enc1, enc2, size1, size2; in resolve_addr_in_expr() local
21891 size1 = get_AT_unsigned (base1, DW_AT_byte_size); in resolve_addr_in_expr()
21893 if (size1 == size2 in resolve_addr_in_expr()

12