Lines Matching full:for
1 # This template file can be used as a starting point for implementing support
2 # for additional tools for reading and/or conversion of elf files.
8 # - memusage : Tool for reporting target memory usage
10 # - disassembly : Tool for disassemble the target
11 # - elfconvert : Tool for converting from elf into another format.
12 # - readelf : Tool for elf file processing
13 # - strip : Tool for symbol stripping
14 # - symbols : Tool for listing symbols in a binary
35 # The bintools properties are made generic so that implementing support for an
38 # scheme does not cover the exact needs. For those use-cases it is possible
40 # For example, to call a custom script for elfconvert command, one can specify:
54 # Note: For gcc compilers this command is not used,
55 # instead a linker flag is used for this)
58 # memusage_flag_infile: Flag for specifying the input file
62 # - elfconvert : Name of command for elf file conversion.
63 # For GNU binary utilities this is objcopy
67 # elfconvert_flag_strip_all : Flag that is used for stripping all symbols when converting
70 # elfconvert_flag_intarget : Flag for specifying target used for infile
71 # elfconvert_flag_outtarget : Flag for specifying target to use for converted file.
73 # elfconvert_flag_section_remove: Flag for specifying that following section must be removed
74 # elfconvert_flag_section_only : Flag for specifying that only the following section should be k…
75 # elfconvert_flag_section_rename: Flag for specifying that following section must be renamed
76 # elfconvert_flag_gapfill : Flag for specifying the value to fill in gaps between sections
77 # elfconvert_flag_srec_len : Flag for specifying maximum length of Srecord values
78 # elfconvert_flag_infile : Flag for specifying the input file
79 # elfconvert_flag_outfile : Flag for specifying the output file
80 # For tools that prints to standard out, this should be ">" to in…
83 # - disassembly : Name of command for disassembly of files
84 # For GNU binary utilities this is objdump
88 # disassembly_flag_all : Flag to use for disassemble everything, including zeroes
89 # disassembly_flag_infile : Flag for specifying the input file
90 # disassembly_flag_outfile : Flag for specifying the output file
91 # For tools that prints to standard out, this should be ">" to i…
94 # - readelf : Name of command for reading elf files.
95 # For GNU binary utilities this is readelf
98 # readelf_flag_headers : Flag to use for specifying ELF headers should be read
99 # readelf_flag_infile : Flag for specifying the input file
100 # readelf_flag_outfile : Flag for specifying the output file
101 # For tools that prints to standard out, this should be ">" to indicate r…
104 # - strip: Name of command for stripping symbols
105 # For GNU binary utilities this is strip
108 # strip_flag_all : Flag for removing all symbols
109 # strip_flag_debug : Flag for removing debug symbols
110 # strip_flag_dwo : Flag for removing dwarf sections
111 # strip_flag_infile : Flag for specifying the input file
112 # strip_flag_outfile : Flag for specifying the output file
114 # - symbols : Name of command for printing out symbols
115 # For GNU binary utilities this is nm
132 # disassembly command to use for generation of list file.
140 # elfconvert to use for transforming an elf file into another format, such as intel hex, s-rec, bin…
152 # readelf for processing of elf files.
160 # strip command for stripping symbols