Lines Matching full:output

9 :program:`llvm-objcopy` [*options*] *input* [*output*]
15 usage, it makes a semantic copy of the input to the output. If any options are
16 specified, the output may be modified along the way, e.g. by removing sections.
18 If no output file is specified, the input file is modified in-place. If "-" is
20 input stream. If "-" is specified for the output file, the output is written to
21 the standard output stream of the program.
37 Add a .gnu_debuglink section for ``<debug-file>`` to the output.
42 output. For ELF objects the section will be of type `SHT_NOTE`, if the name
60 Remove most local symbols from the output. Different file formats may limit
68 ``<file>`` is unrelated to the input and output files provided to
83 Mark any defined symbols named ``<symbol>`` as global symbols in the output.
89 those names as global in the output. In the file, each line represents a single
99 Mark all symbols local in the output, except for symbols with the name
104 Mark all symbols local in the output, except for symbols named in the file
112 output. Can be specified multiple times to mark multiple symbols as local.
117 symbols with those names as local in the output. In the file, each line
124 Produce a debug file as the output that only preserves contents of sections
133 Remove all sections from the output, except for sections named ``<section>``.
141 Rename symbols called ``<old>`` to ``<new>`` in the output. Can be specified
146 Rename symbols in the output as described in the file ``<filename>``. In the
164 Remove the specified section from the output. Can be specified multiple times
177 Set section properties in the output of section ``<section>`` based on the
232 Remove all symbols, debug sections and relocations from the output. This option
237 For ELF objects, remove from the output all symbols and non-alloc sections not
242 relocations from the output.
246 Remove all debug sections from the output.
250 Remove all symbols named ``<symbol>`` from the output. Can be specified
256 output. In the file, each line represents a single symbol name, with leading
262 Remove from the output all symbols named ``<symbol>`` that are local or
268 output, if they are local or undefined and are not required by any relocation.
275 Remove from the output all local or undefined symbols that are not required by
325 Add a new symbol called ``<name>`` to the output symbol table, in the section
372 Compress DWARF debug sections in the output, using the specified format.
385 Decompress any compressed DWARF debug sections in the output.
389 Remove local symbols starting with ".L" from the output.
393 Remove all sections that are not DWARF .dwo sections from the output.
397 Extract the main partition from the output.
401 Extract the named partition from the output.
420 When removing sections from the output, do not remove sections named
425 When removing symbols from the output, do not remove symbols named
430 When removing symbols from the output do not remove symbols named in the file
437 Mark all symbols with hidden or internal visibility local in the output.
455 .. option:: --output-target <format>, -O
457 Write the output as the specified format. See `SUPPORTED FORMATS`_ for a list
458 of valid ``<format>`` values. If unspecified, the output format is assumed to
464 For binary outputs, pad the output to the load address ``<address>`` using a value
470 output.
474 Add ``<prefix>`` to the front of every symbol name in the output.
478 Preserve access and modification timestamps in the output.
487 Rename sections called ``<old>`` to ``<new>`` in the output, and apply any
498 Set the start address of the output to ``<addr>``. Overrides any previously
513 ``<dwo-file>`` as the output file and no other options, and then with
518 Remove all DWARF .dwo sections from the output.
522 Remove from the output all non-allocatable sections that are not within
527 Remove from the output all section headers and all section data not within
533 Equivalent to :option:`--input-target` and :option:`--output-target` for the
544 Mark global symbols named ``<symbol>`` as weak symbols in the output. Can
550 those names as weak in the output. In the file, each line represents a single
556 Mark all defined global symbols as weak in the output.
576 :option:`--input-target`, :option:`--output-target`, and :option:`--target`
609 :option:`--output-target` only:
616 BINARY INPUT AND OUTPUT
626 If `binary` is used as the value for :option:`--output-target`, the output file
629 the address of the first loadable section in the output.