template <class Elf, ElfMachine Machine>

struct TlsTraitsImpl

This is specialized to give the machine-specific details on dynamic linking

for TLS. This is only what relocation needs to handle, not the whole

thread-pointer ABI for the machine. Each specialization must meet the

concept TlsTraitsApi

<Elf

> defined below.