Searched refs:tlsSym (Results 1 – 1 of 1) sorted by relevance
2846 Defined *tlsSym = in fixTlsAlignment() local2848 if (!tlsSym) in fixTlsAlignment()2851 OutputSection *sec = ctx.getOutputSection(tlsSym->getChunk()); in fixTlsAlignment()2852 assert(sec && tlsSym->getRVA() >= sec->getRVA() && in fixTlsAlignment()2856 uint64_t tlsOffset = tlsSym->getRVA() - sec->getRVA(); in fixTlsAlignment()