Home
last modified time | relevance | path

Searched refs:listing (Results 1 – 25 of 65) sorted by relevance

123

/toolchain/binutils/binutils-2.25/gas/
Dlisting.c204 extern int listing;
305 if (listing == 0) in listing_newline()
316 if ((listing & LISTING_NODEBUG) != 0 in listing_newline()
430 if ((listing & LISTING_NODEBUG) != 0) in listing_newline()
1271 if (current_hll_file && list->hll_line && (listing & LISTING_HLL)) in listing_listing()
1276 if (!((listing & LISTING_NODEBUG) in listing_listing()
1299 if (!((listing & LISTING_NODEBUG) in listing_listing()
1431 if (listing & LISTING_NOFORM) in listing_print()
1434 if (listing & LISTING_GENERAL) in listing_print()
1437 if (listing & LISTING_LISTING) in listing_print()
[all …]
Das.c71 int listing; variable
858 listing |= LISTING_LISTING; in parse_args()
890 listing |= LISTING_NOCOND; in parse_args()
893 listing |= LISTING_NODEBUG; in parse_args()
896 listing |= LISTING_GENERAL; in parse_args()
899 listing |= LISTING_HLL; in parse_args()
902 listing |= LISTING_LISTING; in parse_args()
905 listing |= LISTING_MACEXP; in parse_args()
908 listing |= LISTING_NOFORM; in parse_args()
911 listing |= LISTING_SYMBOLS; in parse_args()
[all …]
Dlisting.h36 #define LISTING_NEWLINE() { if (listing) listing_newline (NULL); }
42 #define LISTING_SKIP_COND() ((listing & LISTING_NOCOND) != 0)
Ddep-in.sed40 s! listing\.h!!g
Dmakefile.vms45 subsegs.obj,symbols.obj,write.obj,listing.obj,ecoff.obj,stabs.obj,sb.obj,\
Das.h396 extern int listing;
DNEWS109 generate a listing output. The 'g' sub-option will insert into the listing
385 listing.
476 * A bug in the listing code which could cause an infinite loop has been fixed.
DChangeLog-9899950 * listing.c (listing_listing): Change list_line to unsigned int.
1560 * listing.c (listing_newline): Use unsigned char variable, so
1852 * listing.c (listing_newline): Add cast to avoid warning.
2404 * listing.c: Ignore line terminator characters found inside
2478 * listing.c: Add support for producing a listing from piped
3158 * listing.c (listing_listing): For EDICT_LIST, skip all lines up to
3160 * listing.h (LISTING_EOF): New.
4251 * listing.c (listing_page, calc_hex, print_lines): Likewise.
4271 * listing.c (file_info_struct): Change linenum to unsigned int.
4434 * listing.c (list_symbol_table): Categorize symbols by
[all …]
Dstabs.c278 if (listing) in s_stab_generic()
DChangeLog-9697776 * listing.c (struct list_info_struct): Add debugging field.
779 the listing structure.
976 * listing.c (struct list_info_struct): Add line_contents.
978 (listing_listing): ... and regurgitate during listing instead of line
980 * listing.h (LISTING_MACEXP): New define.
1128 * cond.c (s_else): If not listing false conditionals, turn listing
1558 (CPU backend): Document listing macros.
1560 * listing.c (data_buffer): Set size based on other listing macros,
1851 * listing.c (print_lines): Add lineno parameter. Change all
1855 order to handle listing commands in macros correctly.
[all …]
Dread.c795 if (listing) in read_a_source_file()
797 if ((listing & LISTING_MACEXP) && macro_nest > 0) in read_a_source_file()
1908 if (listing) in s_app_file_string()
2050 if (listing) in s_app_line()
3182 if (listing & LISTING_SYMBOLS) in assign_symbol()
DMakefile.am78 listing.c \
112 listing.h \
DChangeLog-2008384 * listing.c (buffer_line): Open the source file with FOPEN_RB.
458 * listing.c (print_options): Don't call fprintf without format string.
1205 * listing.c (print_timestamp): Use localtime rather than
1223 * listing.c: Add -ag listing flag to show general information in
1231 * listing.h (LISTING_GENERAL): Define.
DChangeLog-9295427 * listing.c (listing_newline): Don't create a frag in the absolute
556 * listing.c (frag_now): Don't declare.
1385 * listing.c (listing_title): Don't require the title to be quoted.
1648 * listing.c (listing_nopage): New function.
1649 * listing.h (listing_nopage): Declare.
1709 * listing.c (listing_psize): Treat argument as indicating whether
2287 (parse_args): Support = option of -a to set name of listing file.
2289 * listing.c (list_file): New static variable.
2298 * listing.c (struct file_info_struct): Rename end_pending field to
2717 * config/tc-arm.c: Include subsegs.h, symbols.h and listing.h.
[all …]
/toolchain/binutils/binutils-2.25/gprof/
Dflat_bl.m10 listing.
24 for this listing. The index shows the location of
25 the function in the gprof listing. If the index is
27 the gprof listing if it were to be printed.
Dbsd_callg_bl.m6 for this listing.
11 listing, as an aid to locating it (see below).
34 listing, as an aid to locating it.
61 listing, as an aid in locating it.
86 index the index of this child in the call graph listing,
DREADME230 listing. If the option is specified multiple
231 times, the execution count listing includes
235 Suppress output in the execution count listing.
236 If given without an argument, the listing is
Dgprof.texi167 to be spontaneously invoked in the call graph listing, and will
254 The @dfn{annotated source} listing is a copy of the program's
401 listing of the basic-block execution counts. Unfortunately, the
912 * Annotated Source:: The annotated source listing displays source code
985 The remaining functions in the listing (those whose
1008 The flat profile listing is sorted first by this number.
1520 @code{gprof}'s @samp{-A} option triggers an annotated source listing,
1571 annotated source listing for a sample @code{gzip} run:
1791 In the annotated source listing,
2024 the annotated source listing (INCL_ANNO/EXCL_ANNO),
[all …]
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-coff.c348 extern int listing; in c_dot_file_symbol()
350 if (listing) in c_dot_file_symbol()
485 extern int listing; in obj_coff_ln()
487 if (listing) in obj_coff_ln()
532 extern int listing; in obj_coff_loc()
534 if (listing) in obj_coff_loc()
925 extern int listing; in obj_coff_line()
927 if (listing) in obj_coff_line()
Dtc-m68k.c5993 listing |= LISTING_SYMBOLS; in opt_list_symbols()
5995 listing &= ~LISTING_SYMBOLS; in opt_list_symbols()
6093 int listing; member
6118 s->listing = listing; in s_save()
6152 listing = s->listing; in s_restore()
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/
Dtemplate2 # This is sort of a prototype test case, which parses the listing output
6 # When you write a test case that uses the listing output, just copy this
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-tic54x.texi389 file to be printed in the assembly listing and .include will not, but
413 Control printing of directives to the listing file. Ignored.
432 Control printing of false conditional blocks to the listing file.
487 Set the page length and width of the output listing file. Ignored.
493 Control whether the source listing is printed. Ignored.
537 listing output. Ignored.
553 Set listing options. Ignored.
586 Controls the inclusion of subsym replacement in the listing output. Ignored.
635 Set the tab size in the output listing. Ignored.
Das.texinfo235 [@b{-K}] [@b{-L}] [@b{--listing-lhs-width}=@var{NUM}]
236 [@b{--listing-lhs-width2}=@var{NUM}] [@b{--listing-rhs-width}=@var{NUM}]
237 [@b{--listing-cont-lines}=@var{NUM}] [@b{--keep-locals}] [@b{-o}
613 set the name of the listing file
617 listing without forms processing. The @samp{=file} option, if used, must be
717 @item --listing-lhs-width=@var{number}
719 listing to @var{number}.
721 @item --listing-lhs-width2=@var{number}
723 lines in an assembler listing to @var{number}.
725 @item --listing-rhs-width=@var{number}
[all …]
/toolchain/binutils/binutils-2.25/gas/po/
DPOTFILES.in241 listing.c
242 listing.h
/toolchain/binutils/binutils-2.25/binutils/
DNEWS282 * readelf: Add --wide option to not break section header or segment listing
426 listing, for a more useful listing of relocatable files.

123