template <typename GotEntry>
struct TlsGetAddrGotLayout
Defined at line 507 of file ../../src/lib/elfldltl/include/lib/elfldltl/layout.h
When the compiler generates a call to __tls_get_addr, the linker
generates two corresponding dynamic relocation entries applying to
adjacent GOT slots that form a pair describing what module and symbol
resolved the reference at dynamic link time. The first slot holds the
module ID, a 1-origin index. The second slot holds the offset from
that module's PT_TLS segment.
Public Members
GotEntry tls_modid
GotEntry offset