Searched refs:tlsSym (Results 1 – 1 of 1) sorted by relevance
2398 Defined *tlsSym = in fixTlsAlignment() local2400 if (!tlsSym) in fixTlsAlignment()2403 OutputSection *sec = ctx.getOutputSection(tlsSym->getChunk()); in fixTlsAlignment()2404 assert(sec && tlsSym->getRVA() >= sec->getRVA() && in fixTlsAlignment()2408 uint64_t tlsOffset = tlsSym->getRVA() - sec->getRVA(); in fixTlsAlignment()