summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/crt.h
AgeCommit message (Expand)AuthorFilesLines
2025-02-03tools/nolibc: add prototypes for non-static functionsThomas Weißschuh1-0/+2
2024-08-16tools/nolibc: crt: mark _start_c() as usedThomas Weißschuh1-1/+1
2024-08-09tools/nolibc: pass argc, argv and envp to constructorsThomas Weißschuh1-11/+12
2023-10-12tools/nolibc: add support for constructors and destructorsThomas Weißschuh1-1/+22
2023-10-12tools/nolibc: mark start_c as weakThomas Weißschuh1-0/+1
2023-08-23tools/nolibc: stackprotector.h: make __stack_chk_init staticZhangjin Wu1-1/+1
2023-08-23tools/nolibc: crt.h: initialize stack protectorZhangjin Wu1-0/+4
2023-08-23tools/nolibc: add new crt.h with _start_cZhangjin Wu1-0/+57