Lines Matching full:that
18 # - <tool>_flag : Flags that must always be used with this command
28 # only set those flags that a given set of tools support.
31 # This is done, so that unexpected calls to non-implemented command can be easily detected.
35 # The bintools properties are made generic so that implementing support for an
56 # memusage_flag : Flags that must always be applied when calling memusage command
57 # memusage_flag_final : Flags that must always be applied last at the memusage command
65 # elfconvert_flag : Flags that must always be applied when calling elfconvert comma…
66 # elfconvert_flag_final : Flags that must always be applied last at the elfconvert command
67 # elfconvert_flag_strip_all : Flag that is used for stripping all symbols when converting
68 # elfconvert_flag_strip_debug : Flag that is used to strip debug symbols when converting
69 # elfconvert_flag_compress_debug_sections: Flag that is used to compress debug sections when conv…
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
80 # For tools that prints to standard out, this should be ">" to in…
85 # disassembly_flag : Flags that must always be applied when calling disassembly com…
86 # disassembly_flag_final : Flags that must always be applied last at the disassembly comm…
91 # For tools that prints to standard out, this should be ">" to i…
96 # readelf_flag : Flags that must always be applied when calling readelf command
97 # readelf_flag_final : Flags that must always be applied last at the readelf command
101 # For tools that prints to standard out, this should be ">" to indicate r…
106 # strip_flag : Flags that must always be applied when calling strip command
107 # strip_flag_final : Flags that must always be applied last at the strip command