DEBSOURCES
Skip Quicknav
sources / python-pyelftools / 0.32-1 / test / testfiles_for_readelf / tls.c
12345678
// Compile into tls.elf using: // $ gcc -m32 -o tls.elf tls.c // For tls64.elf, use: // $ gcc -m64 -o tls64.elf tls.c __thread int i; int main(){}