Searched refs:offsetBase (Results 1 – 1 of 1) sorted by relevance
1650 int32_t offsetBase = stackSize; in assignSlot() local1658 offsetBase = align(offsetBase + func->tlsBase, size) - func->tlsBase; in assignSlot()1660 offsetBase = align(offsetBase, size); in assignSlot()1665 for (offset = offsetBase; offset < stackSize; offset += size) { in assignSlot()