Home
last modified time | relevance | path

Searched refs:span (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dsysdump.c87 int span = 16; in dh() local
91 for (i = 0; i < size; i += span) in dh()
93 for (j = 0; j < span; j++) in dh()
101 for (j = 0; j < span && j + i < size; j++) in dh()
DChangeLog-2008606 * rcparse.y (resid): Allow control text to span multiple lines.
/toolchain/binutils/binutils-2.25/bfd/
Delfnn-aarch64.c3064 unsigned int span; in _bfd_aarch64_erratum_835769_scan() local
3083 for (span = 0; span < sec_data->mapcount; span++) in _bfd_aarch64_erratum_835769_scan()
3085 unsigned int span_start = sec_data->map[span].vma; in _bfd_aarch64_erratum_835769_scan()
3086 unsigned int span_end = ((span == sec_data->mapcount - 1) in _bfd_aarch64_erratum_835769_scan()
3088 : sec_data->map[span + 1].vma); in _bfd_aarch64_erratum_835769_scan()
3090 char span_type = sec_data->map[span].type; in _bfd_aarch64_erratum_835769_scan()
3352 unsigned int span; in _bfd_aarch64_erratum_843419_scan() local
3364 for (span = 0; span < sec_data->mapcount; span++) in _bfd_aarch64_erratum_843419_scan()
3366 unsigned int span_start = sec_data->map[span].vma; in _bfd_aarch64_erratum_843419_scan()
3367 unsigned int span_end = ((span == sec_data->mapcount - 1) in _bfd_aarch64_erratum_843419_scan()
[all …]
Delf32-arm.c4685 unsigned int span; in cortex_a8_erratum_scan() local
4704 for (span = 0; span < sec_data->mapcount; span++) in cortex_a8_erratum_scan()
4706 unsigned int span_start = sec_data->map[span].vma; in cortex_a8_erratum_scan()
4707 unsigned int span_end = (span == sec_data->mapcount - 1) in cortex_a8_erratum_scan()
4708 ? section->size : sec_data->map[span + 1].vma; in cortex_a8_erratum_scan()
4710 char span_type = sec_data->map[span].type; in cortex_a8_erratum_scan()
6768 unsigned int i, span, first_fmac = 0, veneer_of_insn = 0; in bfd_elf32_arm_vfp11_erratum_scan() local
6794 for (span = 0; span < sec_data->mapcount; span++) in bfd_elf32_arm_vfp11_erratum_scan()
6796 unsigned int span_start = sec_data->map[span].vma; in bfd_elf32_arm_vfp11_erratum_scan()
6797 unsigned int span_end = (span == sec_data->mapcount - 1) in bfd_elf32_arm_vfp11_erratum_scan()
[all …]
DChangeLog341 (struct data_struct <chunk_init>): Use one byte per span, update
436 relaxation, reduce the size of symbols that span the deleted
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/
Dtemplate35 # to see. Since each pattern explicitly will not span line breaks, there's
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-rx.texi182 If the next opcode does not span a fetch line, this directive has no
Dc-tilepro.texi54 A bundle can span multiple lines. If you want to put multiple
Dc-tilegx.texi70 A bundle can span multiple lines. If you want to put multiple
Dc-i960.texi280 \omit{\hfil\it Compare and\hfil}\span\omit&\cr
Das.texinfo4527 For some targets, it's an ABI requirement that no instruction may span a
4532 effect, no single instruction may span a boundary between bundles. If an
4557 entire sequence must fit into a single bundle and may not span a bundle
/toolchain/binutils/binutils-2.25/gprof/
Dgprof.texi2134 scale factor, a sample bin may span multiple symbols,