MCPcopy Create free account
hub / github.com/capstone-engine/capstone / SystemZ_option

Function SystemZ_option

arch/SystemZ/SystemZModule.c:33–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33cs_err SystemZ_option(cs_struct *handle, cs_opt_type type, size_t value)
34{
35 if (type == CS_OPT_SYNTAX)
36 handle->syntax = (int) value;
37
38 // Do not set mode because only CS_MODE_BIG_ENDIAN is valid; we cannot
39 // test for CS_MODE_LITTLE_ENDIAN because it is 0
40
41 return CS_ERR_OK;
42}
43
44#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…