Searched refs:ptralign (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delf32-cr16.c586 int ptralign; local
595 ptralign = 1;
599 ptralign = 2;
613 || ! bfd_set_section_alignment (abfd, s, ptralign))
621 || ! bfd_set_section_alignment (abfd, s, ptralign))
2231 int ptralign = 0; local
2236 ptralign = 1;
2240 ptralign = 2;
2260 || ! bfd_set_section_alignment (abfd, s, ptralign))
2297 || ! bfd_set_section_alignment (abfd, s, ptralign))
[all...]
H A Delf-m10300.c693 int ptralign; local
703 ptralign = 2;
707 ptralign = 3;
745 || ! bfd_set_section_alignment (abfd, s, ptralign))
753 || ! bfd_set_section_alignment (abfd, s, ptralign))
4801 int ptralign = 0;
4806 ptralign = 2;
4810 ptralign = 3;
4829 || ! bfd_set_section_alignment (abfd, s, ptralign))
4866 || ! bfd_set_section_alignment (abfd, s, ptralign))
4800 int ptralign = 0; local
[all...]
H A Delf64-sh64.c3072 int ptralign = 0; local
3077 ptralign = 2;
3081 ptralign = 3;
3134 || ! bfd_set_section_alignment (abfd, s, ptralign))
3171 || ! bfd_set_section_alignment (abfd, s, ptralign))
H A Delf32-m32r.c1617 int ptralign = 2; /* 32bit */
1669 || ! bfd_set_section_alignment (abfd, s, ptralign))
1708 || ! bfd_set_section_alignment (abfd, s, ptralign))
1613 int ptralign = 2; /* 32bit */ local
H A Delf32-lm32.c2401 int ptralign = 2; /* 32bit */ local
2463 || ! bfd_set_section_alignment (abfd, s, ptralign))
2502 || ! bfd_set_section_alignment (abfd, s, ptralign))
H A Delf32-bfin.c3370 int ptralign;
3381 ptralign = 3;
3390 || !bfd_set_section_alignment (abfd, s, ptralign))
3365 int ptralign; local
H A Delf32-sh.c2676 int ptralign = 0;
2681 ptralign = 2;
2685 ptralign = 3;
2748 || ! bfd_set_section_alignment (abfd, s, ptralign))
2788 || ! bfd_set_section_alignment (abfd, s, ptralign))
2672 int ptralign = 0; local
H A Delf32-frv.c4171 int ptralign;
4183 ptralign = 3;
4192 || !bfd_set_section_alignment (abfd, s, ptralign))
4166 int ptralign; local
H A Delf32-nds32.c3398 int ptralign = 2; /* 32-bit */
3450 || !bfd_set_section_alignment (abfd, s, ptralign))
3477 || !bfd_set_section_alignment (abfd, s, ptralign))
3513 || !bfd_set_section_alignment (abfd, s, ptralign))
3395 int ptralign = 2; /* 32-bit */ local
/haiku-buildtools/legacy/binutils/bfd/
H A Delf-m10300.c547 int ptralign; local
556 ptralign = 2;
560 ptralign = 3;
596 || ! bfd_set_section_alignment (abfd, s, ptralign))
603 || ! bfd_set_section_alignment (abfd, s, ptralign))
3894 int ptralign = 0;
3899 ptralign = 2;
3903 ptralign = 3;
3922 || ! bfd_set_section_alignment (abfd, s, ptralign))
3949 || ! bfd_set_section_alignment (abfd, s, ptralign))
3893 int ptralign = 0; local
[all...]
H A Delf64-sh64.c3194 int ptralign = 0; local
3199 ptralign = 2;
3203 ptralign = 3;
3255 || ! bfd_set_section_alignment (abfd, s, ptralign))
3280 || ! bfd_set_section_alignment (abfd, s, ptralign))
3316 || ! bfd_set_section_alignment (abfd, s, ptralign))
H A Delf32-sh.c3676 int ptralign = 0;
3681 ptralign = 2;
3685 ptralign = 3;
3744 || ! bfd_set_section_alignment (abfd, s, ptralign))
3772 || ! bfd_set_section_alignment (abfd, s, ptralign))
3810 || ! bfd_set_section_alignment (abfd, s, ptralign))
3674 int ptralign = 0; local
H A Delf32-bfin.c3259 int ptralign;
3271 ptralign = 3;
3279 || !bfd_set_section_alignment (abfd, s, ptralign))
3286 || !bfd_set_section_alignment (abfd, s, ptralign))
3257 int ptralign; local
H A Delf32-m32r.c1639 int ptralign = 2; /* 32bit */
1688 || ! bfd_set_section_alignment (abfd, s, ptralign))
1716 || ! bfd_set_section_alignment (abfd, s, ptralign))
1753 || ! bfd_set_section_alignment (abfd, s, ptralign))
1635 int ptralign = 2; /* 32bit */ local
H A Delf32-frv.c4277 int ptralign;
4289 ptralign = 3;
4297 || !bfd_set_section_alignment (abfd, s, ptralign))
4304 || !bfd_set_section_alignment (abfd, s, ptralign))
4272 int ptralign; local
H A Delflink.c76 int ptralign; local
86 ptralign = 2;
90 ptralign = 3;
102 || !bfd_set_section_alignment (abfd, s, ptralign))
109 || !bfd_set_section_alignment (abfd, s, ptralign))
/haiku-buildtools/gcc/gcc/
H A Dubsan.c792 unsigned int ptralign = get_pointer_alignment (ptr) / BITS_PER_UNIT; local
793 if (compare_tree_int (align, ptralign) == 1)

Completed in 588 milliseconds