func linknew(arch *sys.Arch) *Link { … } // computeTLSOffset records the thread-local storage offset. // Not used for Android where the TLS offset is determined at runtime. func (ctxt *Link) computeTLSOffset() { … }
func linknew(arch *sys.Arch) *Link { … } // computeTLSOffset records the thread-local storage offset. // Not used for Android where the TLS offset is determined at runtime. func (ctxt *Link) computeTLSOffset() { … }