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

Function PPC_option

arch/PowerPC/PPCModule.c:33–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33cs_err PPC_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 if (type == CS_OPT_MODE) {
39 handle->mode = (cs_mode)value;
40 }
41
42 return CS_ERR_OK;
43}
44
45#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…