summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/stackprotector.h
AgeCommit message (Expand)AuthorLines
2025-02-03tools/nolibc: add prototypes for non-static functionsThomas Weißschuh-0/+2
2024-08-16tools/nolibc: stackprotector: mark implicitly used symbols as usedThomas Weißschuh-2/+2
2023-08-23tools/nolibc: stackprotector.h: make __stack_chk_init staticZhangjin Wu-3/+2
2023-08-23tools/nolibc: stackprotector.h: add empty __stack_chk_init for !_NOLIBC_STACK...Zhangjin Wu-0/+2
2023-06-09tools/nolibc: fix segfaults on compilers without attribute no_stack_protectorThomas Weißschuh-1/+1
2023-06-09tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh-7/+3
2023-06-09tools/nolibc: ensure stack protector guard is never zeroThomas Weißschuh-2/+3
2023-06-09tools/nolibc: use C89 comment syntaxThomas Weißschuh-2/+2
2023-03-27tools/nolibc: add support for stack protectorThomas Weißschuh-0/+53