Home
last modified time | relevance | path

Searched refs:DW_OP_mod (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/dbghelp/
H A Ddwarf.h321 DW_OP_mod = 0x1d, enumerator
H A Ddwarf.c743 case DW_OP_mod: stack[stk-1] = stack[stk-1] % stack[stk]; stk--; break; in compute_location()
3156 … case DW_OP_mod: stack[sp-1] = (LONG_PTR)stack[sp-1] % (LONG_PTR)stack[sp]; sp--; break; in eval_expression()
/reactos/sdk/tools/rsym/
H A Ddwarf2.h396 DW_OP_mod = 0x1d, enumerator