Author: Linux Manual

Linux man pages imported from manual pages.
  • |

    x86_64-linux-gnu-ld (1) Linux Manual Page

    ld – The GNU linker Synopsisld [options] objfile … Descriptionld combines a number of object and archive files, relocates their data and ties up symbol references. Usually the last step in compiling a program is to run ld. ld accepts Linker Command Language files written in a superset of AT&T‘s Link Editor Command Language syntax,…

  • |

    x86_64-linux-gnu-ld.gold (1) Linux Manual Page

    gold – The GNU ELF linker Synopsisld.gold [,options/] ,file/… Options–help Report usage information -v, –version Report version information -V Report version and target information –add-needed Not supported –no-add-needed Do not copy DT_NEEDED tags from shared libraries (default) –allow-multiple-definition Allow multiple definitions of symbols –no-allow-multiple-definition Do not allow multiple definitions (default) –allow-shlib-undefined Allow unresolved references in…

  • |

    x86_64-linux-gnu-ld.bfd (1) Linux Manual Page

    ld – The GNU linker Synopsisld [options] objfile … Descriptionld combines a number of object and archive files, relocates their data and ties up symbol references. Usually the last step in compiling a program is to run ld. ld accepts Linker Command Language files written in a superset of AT&T‘s Link Editor Command Language syntax,…

  • |

    x86_64-linux-gnu-gprof (1) Linux Manual Page

    gprof – display call graph profile data Synopsisgprof [ -[abcDhilLrsTvwxyz] ] [ -[ACeEfFJnNOpPqQRStZ][name] ]  [ -I dirs ] [ -d[num] ] [ -k from/to ]  [ -m min-count ] [ -R map_file ] [ -t table-length ]  [ –[no-]annotated-source[=name] ]  [ –[no-]exec-counts[=name] ]  [ –[no-]flat-profile[=name] ] [ –[no-]graph[=name] ]  [ –[no-]time=name] [ –all-lines ] [ –brief ]  [ –debug[=level] ] [ –function-ordering ]  [ –file-ordering map_file ] [ –directory-path=dirs ]  [ –display-unused-functions ] [ –file-format=name ]  [ –file-info ] [ –help ] [ –line ] [ –inline-file-names ]  [ –min-count=n ] [ –no-static ] [ –print-path ]  [ –separate-files ] [ –static-call-graph ] [ –sum ]  [ –table-length=len ] [ –traditional ] [ –version ]  [ –width=n ] [ –ignore-non-functions ]  [ –demangle[=STYLE] ] [ –no-demangle ]  [–external-symbol-table=name]  [ image-file ] [ profile-file … ] Description"gprof" produces an execution profile of C, Pascal, or Fortran77 programs. The effect of called routines is incorporated in the profile of each caller….

  • |

    x86_64-linux-gnu-gold (1) Linux Manual Page

    gold – The GNU ELF linker Synopsisld.gold [,options/] ,file/… Options–help Report usage information -v, –version Report version information -V Report version and target information –add-needed Not supported –no-add-needed Do not copy DT_NEEDED tags from shared libraries (default) –allow-multiple-definition Allow multiple definitions of symbols –no-allow-multiple-definition Do not allow multiple definitions (default) –allow-shlib-undefined Allow unresolved references in…

  • |

    x86_64-linux-gnu-gfortran (1) Linux Manual Page

    gfortran – GNU Fortran compiler Synopsisgfortran [-c|-S|-E]          [-g] [-pg] [-Olevel]          [-Wwarn…] [-pedantic]          [-Idir…] [-Ldir…]          [-Dmacro[=defn]…] [-Umacro]          [-foption…]          [-mmachine-option…]          [-o outfile] infile… Only the most useful options are listed here; see below for the remainder. DescriptionThe gfortran command supports all the options supported by the gcc command. Only options specific to GNU Fortran are documented here. All GCC and GNU Fortran options are…

  • |

    x86_64-linux-gnu-gfortran-9 (1) Linux Manual Page

    gfortran – GNU Fortran compiler Synopsisgfortran [-c|-S|-E]          [-g] [-pg] [-Olevel]          [-Wwarn…] [-pedantic]          [-Idir…] [-Ldir…]          [-Dmacro[=defn]…] [-Umacro]          [-foption…]          [-mmachine-option…]          [-o outfile] infile… Only the most useful options are listed here; see below for the remainder. DescriptionThe gfortran command supports all the options supported by the gcc command. Only options specific to GNU Fortran are documented here. All GCC and GNU Fortran options are…

  • |

    x86_64-linux-gnu-gfortran-8 (1) Linux Manual Page

    gfortran – GNU Fortran compiler Synopsisgfortran [-c|-S|-E]          [-g] [-pg] [-Olevel]          [-Wwarn…] [-pedantic]          [-Idir…] [-Ldir…]          [-Dmacro[=defn]…] [-Umacro]          [-foption…]          [-mmachine-option…]          [-o outfile] infile… Only the most useful options are listed here; see below for the remainder. DescriptionThe gfortran command supports all the options supported by the gcc command. Only options specific to GNU Fortran are documented here. All GCC and GNU Fortran options are…

  • |

    x86_64-linux-gnu-gfortran-11 (1) Linux Manual Page

    gfortran – GNU Fortran compiler Synopsisgfortran [-c|-S|-E]          [-g] [-pg] [-Olevel]          [-Wwarn…] [-pedantic]          [-Idir…] [-Ldir…]          [-Dmacro[=defn]…] [-Umacro]          [-foption…]          [-mmachine-option…]          [-o outfile] infile… Only the most useful options are listed here; see below for the remainder. DescriptionThe gfortran command supports all the options supported by the gcc command. Only options specific to GNU Fortran are documented here. All GCC and GNU Fortran options are…

  • |

    x86_64-linux-gnu-gcov (1) Linux Manual Page

    gcov – coverage testing tool Synopsisgcov [-v|–version] [-h|–help]      [-a|–all-blocks]      [-b|–branch-probabilities]      [-c|–branch-counts]      [-d|–display-progress]      [-f|–function-summaries]      [-j|–json-format]      [-H|–human-readable]      [-k|–use-colors]      [-l|–long-file-names]      [-m|–demangled-names]      [-n|–no-output]      [-o|–object-directory directory|file]      [-p|–preserve-paths]      [-q|–use-hotness-colors]      [-r|–relative-only]      [-s|–source-prefix directory]      [-t|–stdout]      [-u|–unconditional-branches]      [-x|–hash-filenames]      files Descriptiongcov is a test coverage program. Use it in concert with GCC to analyze your programs to help create more efficient, faster running code and to discover…

  • |

    x86_64-linux-gnu-gcov-tool (1) Linux Manual Page

    gcov-tool – offline gcda profile processing tool Synopsisgcov-tool [-v|–version] [-h|–help] gcov-tool merge [merge-options] directory1 directory2      [-o|–output directory]      [-v|–verbose]      [-w|–weight w1,w2] gcov-tool rewrite [rewrite-options] directory      [-n|–normalize long_long_value]      [-o|–output directory]      [-s|–scale float_or_simple-frac_value]      [-v|–verbose] gcov-tool overlap [overlap-options] directory1 directory2      [-f|–function]      [-F|–fullname]      [-h|–hotonly]      [-o|–object]      [-t|–hot_threshold] float      [-v|–verbose] Descriptiongcov-tool is an offline tool to process gcc’s gcda profile files. Current gcov-tool supports the following functionalities: *…

  • |

    x86_64-linux-gnu-gcov-tool-9 (1) Linux Manual Page

    gcov-tool – offline gcda profile processing tool Synopsisgcov-tool [-v|–version] [-h|–help] gcov-tool merge [merge-options] directory1 directory2      [-o|–output directory]      [-v|–verbose]      [-w|–weight w1,w2] gcov-tool rewrite [rewrite-options] directory      [-n|–normalize long_long_value]      [-o|–output directory]      [-s|–scale float_or_simple-frac_value]      [-v|–verbose] gcov-tool overlap [overlap-options] directory1 directory2      [-f|–function]      [-F|–fullname]      [-h|–hotonly]      [-o|–object]      [-t|–hot_threshold] float      [-v|–verbose] Descriptiongcov-tool is an offline tool to process gcc’s gcda profile files. Current gcov-tool supports the following functionalities: *…

  • |

    x86_64-linux-gnu-gcov-tool-8 (1) Linux Manual Page

    gcov-tool – offline gcda profile processing tool Synopsisgcov-tool [-v|–version] [-h|–help] gcov-tool merge [merge-options] directory1 directory2      [-o|–output directory]      [-v|–verbose]      [-w|–weight w1,w2] gcov-tool rewrite [rewrite-options] directory      [-n|–normalize long_long_value]      [-o|–output directory]      [-s|–scale float_or_simple-frac_value]      [-v|–verbose] gcov-tool overlap [overlap-options] directory1 directory2      [-f|–function]      [-F|–fullname]      [-h|–hotonly]      [-o|–object]      [-t|–hot_threshold] float      [-v|–verbose] Descriptiongcov-tool is an offline tool to process gcc’s gcda profile files. Current gcov-tool supports the following functionalities: *…

  • |

    x86_64-linux-gnu-gcov-tool-7 (1) Linux Manual Page

    gcov-tool – offline gcda profile processing tool Synopsisgcov-tool [-v|–version] [-h|–help] gcov-tool merge [merge-options] directory1 directory2      [-o|–output directory]      [-v|–verbose]      [-w|–weight w1,w2] gcov-tool rewrite [rewrite-options] directory      [-n|–normalize long_long_value]      [-o|–output directory]      [-s|–scale float_or_simple-frac_value]      [-v|–verbose] gcov-tool overlap [overlap-options] directory1 directory2      [-f|–function]      [-F|–fullname]      [-h|–hotonly]      [-o|–object]      [-t|–hot_threshold] float      [-v|–verbose] Descriptiongcov-tool is an offline tool to process gcc’s gcda profile files. Current gcov-tool supports the following functionalities: *…

  • |

    x86_64-linux-gnu-gcov-tool-12 (1) Linux Manual Page

    gcov-tool – offline gcda profile processing tool Synopsisgcov-tool [-v|–version] [-h|–help] gcov-tool merge [merge-options] directory1 directory2      [-o|–output directory]      [-v|–verbose]      [-w|–weight w1,w2] gcov-tool rewrite [rewrite-options] directory      [-n|–normalize long_long_value]      [-o|–output directory]      [-s|–scale float_or_simple-frac_value]      [-v|–verbose] gcov-tool overlap [overlap-options] directory1 directory2      [-f|–function]      [-F|–fullname]      [-h|–hotonly]      [-o|–object]      [-t|–hot_threshold] float      [-v|–verbose] Descriptiongcov-tool is an offline tool to process gcc’s gcda profile files. Current gcov-tool supports the following functionalities: *…

  • |

    x86_64-linux-gnu-gcov-tool-11 (1) Linux Manual Page

    gcov-tool – offline gcda profile processing tool Synopsisgcov-tool [-v|–version] [-h|–help] gcov-tool merge [merge-options] directory1 directory2      [-o|–output directory]      [-v|–verbose]      [-w|–weight w1,w2] gcov-tool rewrite [rewrite-options] directory      [-n|–normalize long_long_value]      [-o|–output directory]      [-s|–scale float_or_simple-frac_value]      [-v|–verbose] gcov-tool overlap [overlap-options] directory1 directory2      [-f|–function]      [-F|–fullname]      [-h|–hotonly]      [-o|–object]      [-t|–hot_threshold] float      [-v|–verbose] Descriptiongcov-tool is an offline tool to process gcc’s gcda profile files. Current gcov-tool supports the following functionalities: *…

  • |

    x86_64-linux-gnu-gcov-dump (1) Linux Manual Page

    gcov-dump – offline gcda and gcno profile dump tool Synopsisgcov-dump [-v|–version]      [-h|–help]      [-l|–long]      [-p|–positions]      [-r|–raw]      gcovfiles Descriptiongcov-dump is a tool you can use in conjunction with GCC to dump content of gcda and gcno profile files offline. Options-h –help Display help about using gcov-dump (on the standard output), and exit without doing any further processing….

  • |

    x86_64-linux-gnu-gcov-dump-9 (1) Linux Manual Page

    gcov-dump – offline gcda and gcno profile dump tool Synopsisgcov-dump [-v|–version]      [-h|–help]      [-l|–long]      [-p|–positions]      gcovfiles Descriptiongcov-dump is a tool you can use in conjunction with GCC to dump content of gcda and gcno profile files offline. Options-h –help Display help about using gcov-dump (on the standard output), and exit without doing any further processing. -l…

  • |

    x86_64-linux-gnu-gcov-dump-8 (1) Linux Manual Page

    gcov-dump – offline gcda and gcno profile dump tool Synopsisgcov-dump [-v|–version]      [-h|–help]      [-l|–long]      [-p|–positions]      [-w|–working-sets] gcovfiles Descriptiongcov-dump is a tool you can use in conjunction with GCC to dump content of gcda and gcno profile files offline. Options-h –help Display help about using gcov-dump (on the standard output), and exit without doing any further processing. -l…

  • |

    x86_64-linux-gnu-gcov-dump-7 (1) Linux Manual Page

    gcov-dump – offline gcda and gcno profile dump tool Synopsisgcov-dump [-v|–version]      [-h|–help]      [-l|–long]      [-p|–positions]      [-w|–working-sets] gcovfiles Descriptiongcov-dump is a tool you can use in conjunction with GCC to dump content of gcda and gcno profile files offline. Options-h –help Display help about using gcov-dump (on the standard output), and exit without doing any further processing. -l…