dl-tls.h 208 B

123456789
  1. /* Type used for the representation of TLS information in the GOT. */
  2. typedef struct
  3. {
  4. unsigned long int ti_module;
  5. unsigned long int ti_offset;
  6. } tls_index;
  7. extern void *__tls_get_addr (tls_index *ti);