Searched refs:col (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/gprof/ |
D | cg_print.c | 568 int col, starting_col; in cg_print_index() local 598 col = 0; in cg_print_index() 618 col += strlen (buf); in cg_print_index() 620 for (; col < starting_col + 5; ++col) in cg_print_index() 624 col += print_name_only (sym); in cg_print_index() 641 col += strlen (filename) + 3; in cg_print_index() 655 col += strlen (buf); in cg_print_index() 656 for (; col < starting_col + 5; ++col) in cg_print_index() 661 col += strlen (buf); in cg_print_index()
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ppc-dis.c | 742 unsigned int i, col; in print_ppc_disassembler_options() local 748 for (col = 0, i = 0; i < sizeof (ppc_opts) / sizeof (ppc_opts[0]); i++) in print_ppc_disassembler_options() 750 col += fprintf (stream, " %s,", ppc_opts[i].opt); in print_ppc_disassembler_options() 751 if (col > 66) in print_ppc_disassembler_options() 754 col = 0; in print_ppc_disassembler_options()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | Makefile.in | 1018 0:XFAIL) col=$$red; res=XPASS;; \ 1019 0:*) col=$$grn; res=PASS ;; \ 1020 77:*) col=$$blu; res=SKIP ;; \ 1021 99:*) col=$$red; res=FAIL ;; \ 1022 *:XFAIL) col=$$lgn; res=XFAIL;; \ 1023 *:*) col=$$red; res=FAIL ;; \ 1025 echo "$${col}$$res$${std}: $$f"; \
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-sh.texi | 254 @c this table, due to the multi-col faking and hardcoded order, looks silly
|
D | c-h8300.texi | 189 @c this table, due to the multi-col faking and hardcoded order, looks silly
|
D | c-z8k.texi | 238 @c this table, due to the multi-col faking and hardcoded order, looks silly
|
D | as.texinfo | 69 @c Unfortunately, Texinfo doesn't have a general-purpose multi-col format, so 70 @c the multi-col format is faked within @example sections.
|
/toolchain/binutils/binutils-2.25/texinfo/ |
D | texinfo.tex | 3603 % @item first col stuff @tab second col stuff @tab third col 3605 % first col stuff 3607 % second col stuff 3609 % third col 3610 % @item first col stuff @tab second col stuff 3647 \expandafter\xdef\csname col\the\colcount\endcsname{#1\hsize}% 3666 \expandafter\xdef\csname col\the\colcount\endcsname{\the\wd0}% 3751 \hsize=\expandafter\csname col\the\colcount\endcsname
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | Makefile.in | 4026 0:XFAIL) col=$$red; res=XPASS;; \ 4027 0:*) col=$$grn; res=PASS ;; \ 4028 77:*) col=$$blu; res=SKIP ;; \ 4029 99:*) col=$$red; res=FAIL ;; \ 4030 *:XFAIL) col=$$lgn; res=XFAIL;; \ 4031 *:*) col=$$red; res=FAIL ;; \ 4033 echo "$${col}$$res$${std}: $$f"; \
|