Home
last modified time | relevance | path

Searched refs:col (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/gprof/
Dcg_print.c568 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/
Dppc-dis.c742 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/
DMakefile.in1018 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/
Dc-sh.texi254 @c this table, due to the multi-col faking and hardcoded order, looks silly
Dc-h8300.texi189 @c this table, due to the multi-col faking and hardcoded order, looks silly
Dc-z8k.texi238 @c this table, due to the multi-col faking and hardcoded order, looks silly
Das.texinfo69 @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/
Dtexinfo.tex3603 % @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/
DMakefile.in4026 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"; \