Searched refs:span (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | sysdump.c | 90 int span = 16; in dh() local 94 for (i = 0; i < size; i += span) in dh() 96 for (j = 0; j < span; j++) in dh() 104 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.27/zlib/examples/ |
D | zran.c | 144 local int build_index(FILE *in, off_t span, struct access **built) in build_index() argument 215 (totout == 0 || totout - last > span)) { in build_index()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elfnn-aarch64.c | 3513 unsigned int span; in _bfd_aarch64_erratum_835769_scan() local 3532 for (span = 0; span < sec_data->mapcount; span++) in _bfd_aarch64_erratum_835769_scan() 3534 unsigned int span_start = sec_data->map[span].vma; in _bfd_aarch64_erratum_835769_scan() 3535 unsigned int span_end = ((span == sec_data->mapcount - 1) in _bfd_aarch64_erratum_835769_scan() 3537 : sec_data->map[span + 1].vma); in _bfd_aarch64_erratum_835769_scan() 3539 char span_type = sec_data->map[span].type; in _bfd_aarch64_erratum_835769_scan() 3801 unsigned int span; in _bfd_aarch64_erratum_843419_scan() local 3813 for (span = 0; span < sec_data->mapcount; span++) in _bfd_aarch64_erratum_843419_scan() 3815 unsigned int span_start = sec_data->map[span].vma; in _bfd_aarch64_erratum_843419_scan() 3816 unsigned int span_end = ((span == sec_data->mapcount - 1) in _bfd_aarch64_erratum_843419_scan() [all …]
|
D | ChangeLog-2014 | 901 (struct data_struct <chunk_init>): Use one byte per span, update 996 relaxation, reduce the size of symbols that span the deleted
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/ |
D | template | 35 # to see. Since each pattern explicitly will not span line breaks, there's
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | c-rx.texi | 198 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 | 4656 For some targets, it's an ABI requirement that no instruction may span a 4661 effect, no single instruction may span a boundary between bundles. If an 4686 entire sequence must fit into a single bundle and may not span a bundle
|
/toolchain/binutils/binutils-2.27/gprof/ |
D | gprof.texi | 2134 scale factor, a sample bin may span multiple symbols,
|