Home | History | Annotate | Download | only in core

Lines Matching full:executable

1670 ## Commands for filtering a target executable or library
1694 ## Commands for packing a target executable or library
1704 ## Commands for running gcc to link an executable
1707 define transform-o-to-executable-inner
1734 define transform-o-to-executable
1735 @echo "target Executable: $(PRIVATE_MODULE) ($@)"
1737 $(transform-o-to-executable-inner)
1742 ## Commands for linking a static executable. In practice,
1744 ## have transform-o-to-static-executable defined.
1745 ## Clang driver needs -static to create static executable.
1751 define transform-o-to-static-executable-inner
1777 define transform-o-to-static-executable
1780 $(transform-o-to-static-executable-inner)
1785 ## Commands for running gcc to link a host executable
1798 define transform-host-o-to-executable-inner
1823 define transform-host-o-to-executable
1824 @echo "$($(PRIVATE_PREFIX)DISPLAY) Executable: $(PRIVATE_MODULE) ($@)"
1826 $(transform-host-o-to-executable-inner)