/toolchain/binutils/binutils-2.25/gas/ |
D | listing.c | 204 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 …]
|
D | as.c | 71 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 …]
|
D | listing.h | 36 #define LISTING_NEWLINE() { if (listing) listing_newline (NULL); } 42 #define LISTING_SKIP_COND() ((listing & LISTING_NOCOND) != 0)
|
D | dep-in.sed | 40 s! listing\.h!!g
|
D | makefile.vms | 45 subsegs.obj,symbols.obj,write.obj,listing.obj,ecoff.obj,stabs.obj,sb.obj,\
|
D | as.h | 396 extern int listing;
|
D | NEWS | 109 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.
|
D | ChangeLog-9899 | 950 * 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 …]
|
D | stabs.c | 278 if (listing) in s_stab_generic()
|
D | ChangeLog-9697 | 776 * 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 …]
|
D | read.c | 795 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()
|
D | Makefile.am | 78 listing.c \ 112 listing.h \
|
D | ChangeLog-2008 | 384 * 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.
|
D | ChangeLog-9295 | 427 * 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/ |
D | flat_bl.m | 10 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.
|
D | bsd_callg_bl.m | 6 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,
|
D | README | 230 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
|
D | gprof.texi | 167 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/ |
D | obj-coff.c | 348 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()
|
D | tc-m68k.c | 5993 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/ |
D | template | 2 # 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/ |
D | c-tic54x.texi | 389 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.
|
D | as.texinfo | 235 [@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/ |
D | POTFILES.in | 241 listing.c 242 listing.h
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | NEWS | 282 * readelf: Add --wide option to not break section header or segment listing 426 listing, for a more useful listing of relocatable files.
|