Searched refs:stackPointer (Results 1 – 8 of 8) sorted by relevance
74 __GLXattribute **spp = gc->attributes.stackPointer, *sp; in __indirect_glPushClientAttrib()86 gc->attributes.stackPointer = spp + 1; in __indirect_glPushClientAttrib()106 __GLXattribute **spp = gc->attributes.stackPointer, *sp; in __indirect_glPopClientAttrib()114 gc->attributes.stackPointer = spp; in __indirect_glPopClientAttrib()
418 gc->attributes.stackPointer = &gc->attributes.stack[0]; in indirect_create_context()
222 __GLXattribute **stackPointer; member
297 *data = (GLintptr) (gc->attributes.stackPointer - gc->attributes.stack); in get_client_data()
627 WasmSym::stackPointer = in createSyntheticSymbols()644 WasmSym::stackPointer = createGlobalVariable("__stack_pointer", true); in createSyntheticSymbols()645 WasmSym::stackPointer->markLive(); in createSyntheticSymbols()
78 GlobalSymbol *WasmSym::stackPointer; member in lld::wasm::WasmSym
446 static GlobalSymbol *stackPointer; member
242 auto *sp = cast<DefinedGlobal>(WasmSym::stackPointer); in layoutMemory()