/toolchain/binutils/binutils-2.25/bfd/ |
D | linker.c | 1146 unsigned int power; in generic_link_check_archive_element() local 1166 power = bfd_log2 (size); in generic_link_check_archive_element() 1167 if (power > 4) in generic_link_check_archive_element() 1168 power = 4; in generic_link_check_archive_element() 1169 h->u.c.p->alignment_power = power; in generic_link_check_archive_element() 1631 unsigned int power; in _bfd_generic_link_add_one_symbol() local 1633 power = bfd_log2 (value); in _bfd_generic_link_add_one_symbol() 1634 if (power > 4) in _bfd_generic_link_add_one_symbol() 1635 power = 4; in _bfd_generic_link_add_one_symbol() 1636 h->u.c.p->alignment_power = power; in _bfd_generic_link_add_one_symbol() [all …]
|
D | pdp11.c | 2625 unsigned int power; in aout_link_check_ar_symbols() local 2654 power = bfd_log2 (value); in aout_link_check_ar_symbols() 2655 if (power > bfd_get_arch_info (abfd)->section_align_power) in aout_link_check_ar_symbols() 2656 power = bfd_get_arch_info (abfd)->section_align_power; in aout_link_check_ar_symbols() 2657 h->u.c.p->alignment_power = power; in aout_link_check_ar_symbols()
|
D | aoutx.h | 3330 unsigned int power; in aout_link_check_ar_symbols() local 3360 power = bfd_log2 (value); in aout_link_check_ar_symbols() 3361 if (power > bfd_get_arch_info (abfd)->section_align_power) in aout_link_check_ar_symbols() 3362 power = bfd_get_arch_info (abfd)->section_align_power; in aout_link_check_ar_symbols() 3363 h->u.c.p->alignment_power = power; in aout_link_check_ar_symbols()
|
D | COPYING | 187 When you convey a covered work, you waive any legal power to forbid
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
D | scomm-directive-1.d | 4 #error: alignment is not a power of 2
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
D | align.s | 3 * .align [size] ; size is number of words (value must be a power of 2)
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-xc16x.texi | 52 aligned to the power of two specified by @var{align}. @var{length} and
|
D | c-nios2.texi | 178 this aligns to a power of two.
|
D | c-nds32.texi | 17 The NDS32 processors family includes high-performance and low-power 32-bit
|
D | c-i960.texi | 150 aligned to the power of two specified by @var{align}. @var{length} and
|
D | c-hppa.texi | 244 beginning of this subsection; a power of two), @samp{access=@var{expr}} (value
|
D | c-tic54x.texi | 331 @var{size}. @var{size} may be any power of 2. @code{.even} is
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldlang.c | 5907 unsigned int power; in lang_common() local 5911 for (power = 4; power > 0; power--) in lang_common() 5912 bfd_link_hash_traverse (link_info.hash, lang_one_common, &power); in lang_common() 5914 power = 0; in lang_common() 5915 bfd_link_hash_traverse (link_info.hash, lang_one_common, &power); in lang_common() 5919 for (power = 0; power <= 4; power++) in lang_common() 5920 bfd_link_hash_traverse (link_info.hash, lang_one_common, &power); in lang_common() 5922 power = (unsigned int) -1; in lang_common() 5923 bfd_link_hash_traverse (link_info.hash, lang_one_common, &power); in lang_common()
|
D | ChangeLog-2007 | 1097 or -z common-page-size argument is a power of 2. Call
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ |
D | template | 84 # the assembler with the power set of the list of options supplied.
|
/toolchain/binutils/binutils-2.25/ |
D | config-ml.in | 418 power | */power | */power/* ) : ;;
|
D | COPYING3 | 187 When you convey a covered work, you waive any legal power to forbid
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | m68hc1xelf.em | 131 "is not a power of 2\n"));
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | obstacks.texi | 600 less than a power of 2; the effect is that all object addresses are 601 multiples of that power of 2. The default value of the mask is a value 658 power of 2. The default chunk size, 4096, was chosen because it is long
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | or1kcommon.cpu | 229 (SYS UPR PMP 9 9 "power management present bit")
|
/toolchain/binutils/binutils-2.25/gas/ |
D | NEWS | 619 * For i386, .align is now power-of-two; was number-of-bytes.
|
D | COPYING | 187 When you convey a covered work, you waive any legal power to forbid
|
/toolchain/binutils/binutils-2.25/include/ |
D | ChangeLog-9103 | 1862 alignment power, by using a pointer to a structure instead. 1904 bit in the alignment power is enough for a 64 bit address space.
|
D | COPYING3 | 187 When you convey a covered work, you waive any legal power to forbid
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog-2004 | 615 directive takes a power-of-two argument.
|