Lines Matching refs:command
18 # - <tool>_flag : Flags that must always be used with this command
30 # Commands will default echo a message if called, but no command has been defined.
31 # This is done, so that unexpected calls to non-implemented command can be easily detected.
32 # To disable the message, simply silence the command with:
33 # set_property(TARGET bintools PROPERTY <command>_command ${CMAKE_COMMAND} -E echo "")
40 # For example, to call a custom script for elfconvert command, one can specify:
53 # - memusage : Name of command to execute
54 # Note: For gcc compilers this command is not used,
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
62 # - elfconvert : Name of command for elf file conversion.
64 # elfconvert_formats : Formats supported by this command.
65 … elfconvert_flag : Flags that must always be applied when calling elfconvert command
66 # elfconvert_flag_final : Flags that must always be applied last at the elfconvert command
83 # - disassembly : Name of command for disassembly of files
85 …disassembly_flag : Flags that must always be applied when calling disassembly command
86 … disassembly_flag_final : Flags that must always be applied last at the disassembly command
94 # - readelf : Name of command for reading elf files.
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
104 # - strip: Name of command for stripping symbols
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
114 # - symbols : Name of command for printing out symbols
121 set(COMMAND_NOT_SUPPORTED "command not supported on bintools: ")
123 # If memusage is supported as post-build command, set memusage_type to: command
124 # and this value to the command to execute in the form: <command> <arguments>
132 # disassembly command to use for generation of list file.
160 # strip command for stripping symbols