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

Function cs_group_name

cs.c:1237–1247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1235}
1236
1237CAPSTONE_EXPORT
1238const char * CAPSTONE_API cs_group_name(csh ud, unsigned int group)
1239{
1240 struct cs_struct *handle = (struct cs_struct *)(uintptr_t)ud;
1241
1242 if (!handle || handle->group_name == NULL) {
1243 return NULL;
1244 }
1245
1246 return handle->group_name(ud, group);
1247}
1248
1249CAPSTONE_EXPORT
1250bool CAPSTONE_API cs_insn_group(csh ud, const cs_insn *insn, unsigned int group_id)

Callers 12

test_single_issueFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85
mainFunction · 0.85
bcs_group_nameFunction · 0.85
ocaml_group_nameFunction · 0.85
test_iter.cFile · 0.85
print_insn_detailFunction · 0.85
print_insn_detailFunction · 0.85
print_insn_detailFunction · 0.85
print_insn_detailFunction · 0.85
test_detail.cFile · 0.85
print_detailsFunction · 0.85

Calls 1

group_nameMethod · 0.45

Tested by 5

test_single_issueFunction · 0.68
print_insn_detailFunction · 0.68
print_insn_detailFunction · 0.68
print_insn_detailFunction · 0.68
print_insn_detailFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…