Searched refs:help (Results 1 – 19 of 19) sorted by relevance
/seL4-master/tools/ |
A D | hardware_gen.py | 45 group.add_argument('--' + name, help=task.__doc__.strip(), action='store_true') 70 parser.add_argument('--dtb', help='device tree blob to parse for generation', 72 …parser.add_argument('--hardware-config', help='YAML file containing configuration for kernel devic… 74 parser.add_argument('--hardware-schema', help='YAML file containing schema for hardware config', 76 parser.add_argument('--arch', help='architecture to generate for', default='arm') 78 … help='maximum address that is available as device untyped', type=int, default=32) 80 parser.add_argument('--enable-profiling', help='enable profiling',
|
A D | invocation_header_gen.py | 147 help='Name of xml file with invocation definitions', required=True) 149 help='Name of file to create', required=True) 151 help='Is this being generated for libsel4?') 154 help='Is this being generated for the arch layer?') 156 help='Is this being generated for the seL4 arch layer?')
|
A D | syscall_header_gen.py | 131 help='Name of xml file with syscall name definitions', required=True) 133 help='Name of file to generate for kernel') 135 help='Name of file to generate for libsel4') 137 help='Generate MCS api')
|
A D | circular_includes.py | 71 help="Files to ignore when parsing the sel4 source")
|
A D | reciprocal.py | 43 help="Devisor to calculate magic numbers for")
|
A D | bitfield_gen.py | 2677 help="Location of the 'cspec' directory containing 'KernelState_C'.") 2679 help="Path that the output theory files will be located in.")
|
/seL4-master/libsel4/tools/ |
A D | invocation_header_gen.py | 147 help='Name of xml file with invocation definitions', required=True) 149 help='Name of file to create', required=True) 151 help='Is this being generated for libsel4?') 154 help='Is this being generated for the arch layer?') 156 help='Is this being generated for the seL4 arch layer?')
|
A D | syscall_header_gen.py | 131 help='Name of xml file with syscall name definitions', required=True) 133 help='Name of file to generate for kernel') 135 help='Name of file to generate for libsel4') 137 help='Generate MCS api')
|
A D | syscall_stub_gen.py | 1058 help="Output file to write stub to. (default: %(default)s).") 1060 …help="Use IPC buffer exclusively, i.e. do not pass syscall arguments by registers. (default: %(def… 1062 help="Architecture to generate stubs for.") 1064 help="Generate MCS api.") 1068 help="Word size(in bits), for the platform.") 1070 help="Config file for Kbuild, used to get Word size.") 1073 help="Input XML files.")
|
A D | bitfield_gen.py | 2677 help="Location of the 'cspec' directory containing 'KernelState_C'.") 2679 help="Path that the output theory files will be located in.")
|
/seL4-master/manual/tools/ |
A D | gen_invocations.py | 111 help="Output file to write stub to. (default: %(default)s).") 113 help="Input XML files.") 116 help="DTD xml schema to validate input files against")
|
A D | parse_doxygen_xml.py | 629 default="latex", help="Format of doxygen output") 632 help="File containing doxygen-generated xml.") 634 help="Output latex file.") 637 help="Level for each method, 0 = top level")
|
/seL4-master/tools/hardware/outputs/ |
A D | compat_strings.py | 30 help='output file for compat strings list', type=argparse.FileType('w'))
|
A D | yaml.py | 68 parser.add_argument('--yaml-out', help='output file for memory yaml',
|
A D | elfloader.py | 177 parser.add_argument('--elfloader-out', help='output file for elfloader header',
|
A D | c_header.py | 220 parser.add_argument('--header-out', help='output file for c header',
|
/seL4-master/manual/ |
A D | Makefile | 242 help: target
|
A D | Doxyfile | 1164 # to YES can help to show when doxygen was last run and thus if the 1244 # files are now used as the Windows 98 help format, and will replace the old 1262 # including file name) of the HTML help compiler (hhc.exe). If non-empty, 1263 # doxygen will try to run the HTML help compiler on the generated index.hhp. 1291 # the table of contents of the HTML help documentation and to the tree view. 1362 # install this plugin and make it available under the help contents menu in 1366 # After copying Eclipse needs to be restarted before the help appears. 1503 # should work on any modern browser. Note that when using HTML help 1504 # (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) 1623 # documents. This may be useful for small projects and may help to save some [all …]
|
/seL4-master/ |
A D | gdb-macros | 39 Type help <command> for more information on a specific command
|
Completed in 27 milliseconds