Home
last modified time | relevance | path

Searched refs:power (Results 1 – 25 of 68) sorted by relevance

123

/toolchain/binutils/binutils-2.25/bfd/
Dlinker.c1146 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 …]
Dpdp11.c2625 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()
Daoutx.h3330 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()
DCOPYING187 When you convey a covered work, you waive any legal power to forbid
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
Dscomm-directive-1.d4 #error: alignment is not a power of 2
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
Dalign.s3 * .align [size] ; size is number of words (value must be a power of 2)
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-xc16x.texi52 aligned to the power of two specified by @var{align}. @var{length} and
Dc-nios2.texi178 this aligns to a power of two.
Dc-nds32.texi17 The NDS32 processors family includes high-performance and low-power 32-bit
Dc-i960.texi150 aligned to the power of two specified by @var{align}. @var{length} and
Dc-hppa.texi244 beginning of this subsection; a power of two), @samp{access=@var{expr}} (value
Dc-tic54x.texi331 @var{size}. @var{size} may be any power of 2. @code{.even} is
/toolchain/binutils/binutils-2.25/ld/
Dldlang.c5907 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()
DChangeLog-20071097 or -z common-page-size argument is a power of 2. Call
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/
Dtemplate84 # the assembler with the power set of the list of options supplied.
/toolchain/binutils/binutils-2.25/
Dconfig-ml.in418 power | */power | */power/* ) : ;;
DCOPYING3187 When you convey a covered work, you waive any legal power to forbid
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dm68hc1xelf.em131 "is not a power of 2\n"));
/toolchain/binutils/binutils-2.25/libiberty/
Dobstacks.texi600 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/
Dor1kcommon.cpu229 (SYS UPR PMP 9 9 "power management present bit")
/toolchain/binutils/binutils-2.25/gas/
DNEWS619 * For i386, .align is now power-of-two; was number-of-bytes.
DCOPYING187 When you convey a covered work, you waive any legal power to forbid
/toolchain/binutils/binutils-2.25/include/
DChangeLog-91031862 alignment power, by using a pointer to a structure instead.
1904 bit in the alignment power is enough for a 64 bit address space.
DCOPYING3187 When you convey a covered work, you waive any legal power to forbid
/toolchain/binutils/binutils-2.25/ld/testsuite/
DChangeLog-2004615 directive takes a power-of-two argument.

123