Global Variables

Functions

fn initStaticTLS(phdrs: []elf.Phdr) void

No documentation provided.

fn prepareTLS(area: []u8) usize

Initializes all the fields of the static TLS area and returns the computed arch…

Initializes all the fields of the static TLS area and returns the computed architecture-specific value of the thread-pointer register

fn setThreadPointer(addr: usize) void

No documentation provided.