Searched refs:tlsBase (Results 1 – 7 of 7) sorted by relevance
289 auto *tlsBase = cast<DefinedGlobal>(WasmSym::tlsBase); in layoutMemory() local290 setGlobalPtr(tlsBase, memoryPtr); in layoutMemory()1149 writeUleb128(os, WasmSym::tlsBase->getGlobalIndex(), "global index"); in createInitTLSFunction()
79 GlobalSymbol *WasmSym::tlsBase; member in lld::wasm::WasmSym
658 WasmSym::tlsBase = createGlobalVariable("__tls_base", true); in createSyntheticSymbols()695 WasmSym::tlsBase = createOptionalGlobal("__tls_base", false); in createOptionalSymbols()
451 static GlobalSymbol *tlsBase; member
45 tlsBase = 0; in Function()
1266 uint32_t tlsBase; // base address for l[] space (if no stack pointer is used) variable
1678 offset += func->tlsBase; in assignSlot()1883 func->tlsBase = prog->tlsSize; in exec()