Searched refs:sh_groups (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmcs.h146 APlist *sh_groups; /* list of SHT_GROUP sections */ member in struct:cmd_info
H A Dfile.c369 if (aplist_append(&cmd_info->sh_groups,
1521 cmd_info->sh_groups = NULL;
1569 for (APLIST_TRAVERSE(cmd_info->sh_groups, idx, sinfo)) {
1613 for (APLIST_TRAVERSE(cmd_info->sh_groups, idx, sinfo)) {
1647 free(cmd_info->sh_groups);
1648 cmd_info->sh_groups = NULL;

Completed in 56 milliseconds