MCPcopy Create free account
hub / github.com/ZDoom/Raze / WriteDefineStackOffset

Function WriteDefineStackOffset

source/common/scripting/jit/jit_runtime.cpp:478–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478static void WriteDefineStackOffset(TArray<uint8_t> &fdeInstructions, int stackOffset)
479{
480 WriteUInt8(fdeInstructions, 0x0e); // DW_CFA_def_cfa_offset
481 WriteULEB128(fdeInstructions, stackOffset);
482}
483
484static void WriteRegisterStackLocation(TArray<uint8_t> &instructions, int dwarfRegId, int stackLocation)
485{

Callers 1

CreateUnwindInfoUnixFunction · 0.85

Calls 2

WriteUInt8Function · 0.85
WriteULEB128Function · 0.85

Tested by

no test coverage detected