summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/arch-x86_64.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-28tools/nolibc: x86_64: add stackprotector supportThomas Weißschuh1-0/+5
2023-01-11tools/nolibc: add auxiliary vector retrieval for x86_64Willy Tarreau1-0/+7
2023-01-11tools/nolibc: export environ as a weak symbol on x86_64Willy Tarreau1-0/+3
2023-01-11tools/nolibc: remove local definitions of O_* flags for open/fcntlWilly Tarreau1-12/+0
2023-01-11tools/nolibc: make compiler and assembler agree on the section around _startWilly Tarreau1-14/+16
2022-04-21tools/nolibc: Remove .global _start from the entry point codeAmmar Faizi1-1/+0
2022-04-21tools/nolibc: Replace `asm` with `__asm__`Ammar Faizi1-36/+36
2022-04-21tools/nolibc: x86-64: Update System V ABI document linkAmmar Faizi1-1/+1
2022-04-21tools/nolibc/arch: mark the _start symbol as weakWilly Tarreau1-0/+1
2022-04-21tools/nolibc/arch: split arch-specific code into individual filesWilly Tarreau1-0/+215