Searched refs:main (Results 26 - 50 of 79) sorted by relevance

1234

/seL4-refos-master/seL4_tools/elfloader-tool/src/arch-arm/64/
H A Dcrt0.S15 .extern main
41 b main
/seL4-refos-master/tools/elfloader/src/arch-arm/32/
H A Dcrt0.S12 .extern main
53 b main
/seL4-refos-master/tools/elfloader/src/arch-arm/64/
H A Dcrt0.S15 .extern main
41 b main
/seL4-refos-master/projects/seL4_libs/libsel4test/tools/
H A Dextract_results.py66 def main(): function
119 sys.exit(main())
/seL4-refos-master/seL4_tools/misc/
H A Dwhence.py45 def main(argv): function
115 sys.exit(main(sys.argv))
H A Dcpio-strip.c51 int main(int argc, char **argv) function
/seL4-refos-master/projects/refos/impl/apps/console_server/src/
H A Dconsole_server.c25 @brief Console Server main source file.
128 main(void) function
134 __vsyscall_ptr in main(), the compiler optimizes away __vsyscall_ptr
/seL4-refos-master/projects/refos/impl/apps/file_server/src/
H A Dfile_server.c14 @brief CPIO File Server main source file.
16 The main role of the fileserver in the system is to provide the executable file contents via
128 main() function
134 __vsyscall_ptr in main(), the compiler optimizes away __vsyscall_ptr
/seL4-refos-master/projects/refos/impl/apps/timer_server/src/
H A Dtimer_server.c24 @brief Timer Server main source file.
119 main() function
/seL4-refos-master/apps/console_server/src/
H A Dconsole_server.c25 @brief Console Server main source file.
128 main(void) function
134 __vsyscall_ptr in main(), the compiler optimizes away __vsyscall_ptr
/seL4-refos-master/apps/file_server/src/
H A Dfile_server.c14 @brief CPIO File Server main source file.
16 The main role of the fileserver in the system is to provide the executable file contents via
128 main() function
134 __vsyscall_ptr in main(), the compiler optimizes away __vsyscall_ptr
/seL4-refos-master/apps/timer_server/src/
H A Dtimer_server.c24 @brief Timer Server main source file.
119 main() function
/seL4-refos-master/kernel/manual/tools/
H A Dgen_invocations.py121 def main(): function
142 sys.exit(main())
/seL4-refos-master/seL4_tools/cmake-tool/helpers/
H A Dplatform_sift.py185 Handle one non-optional command-line argument; called by `main()`.
211 def main() -> int: function
237 int main(int argc, char *argv[]) {
276 sys.exit(main())
H A Dshoehorn.py113 def main() -> int: function
228 sys.exit(main())
/seL4-refos-master/projects/refos/impl/apps/process_server/src/
H A Dmain.c14 @brief Top-level main module for process server.
16 The top level main module of the process server, containing the main function which runs as
115 The main loop that the process server goes into and keeps looping until the process server
138 /*! @brief Process server main entry point. */
140 main(void) function
/seL4-refos-master/apps/process_server/src/
H A Dmain.c14 @brief Top-level main module for process server.
16 The top level main module of the process server, containing the main function which runs as
115 The main loop that the process server goes into and keeps looping until the process server
138 /*! @brief Process server main entry point. */
140 main(void) function
/seL4-refos-master/projects/refos/impl/apps/terminal/src/
H A Dterminal.c213 int main() function
/seL4-refos-master/apps/terminal/src/
H A Dterminal.c213 int main() function
/seL4-refos-master/seL4_tools/elfloader-tool/src/arch-arm/
H A Dsys_boot.c97 void main(UNUSED void *arg) function
/seL4-refos-master/tools/elfloader/src/arch-arm/
H A Dsys_boot.c97 void main(UNUSED void *arg) function
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Duudecode.c87 int main(argc, argv)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Duudecode.c87 int main(argc, argv)
/seL4-refos-master/projects/refos/impl/apps/snake/src/
H A Dsnake.c198 /*! @brief Snake main function. */
200 main() function
/seL4-refos-master/apps/snake/src/
H A Dsnake.c198 /*! @brief Snake main function. */
200 main() function

Completed in 88 milliseconds

1234