Searched refs:span (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | sysdump.c | 87 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()
|
D | ChangeLog-2008 | 606 * rcparse.y (resid): Allow control text to span multiple lines.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfnn-aarch64.c | 3064 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 …]
|
D | elf32-arm.c | 4685 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 …]
|
D | ChangeLog | 341 (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/ |
D | template | 35 # to see. Since each pattern explicitly will not span line breaks, there's
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-rx.texi | 182 If the next opcode does not span a fetch line, this directive has no
|
D | c-tilepro.texi | 54 A bundle can span multiple lines. If you want to put multiple
|
D | c-tilegx.texi | 70 A bundle can span multiple lines. If you want to put multiple
|
D | c-i960.texi | 280 \omit{\hfil\it Compare and\hfil}\span\omit&\cr
|
D | as.texinfo | 4527 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/ |
D | gprof.texi | 2134 scale factor, a sample bin may span multiple symbols,
|