Lines Matching full:script
8 * The "source" command allows to define "script images", i. e. files
11 * executed from the script. This is very similar to running a shell
12 * script in a UNIX shell, hence the name for the command.
90 /* get length of script */ in source()
94 puts ("Empty Script\n"); in source()
122 /* get script component image node offset */ in source()
142 /* get script subimage data address and length */ in source()
144 puts ("Could not find script subimage data\n"); in source()
157 debug ("** Script length: %ld\n", len); in source()
169 /* Find script image */ in do_source()
183 printf ("## Executing script at %08lx\n", addr); in do_source()
191 "\t- run script starting at addr\n"
203 "run script from memory", source_help_text