Lines Matching refs:sub
50 u32 sub;
127 if (leaf->sub == 0)
131 leaf->sub, leaf->eax, leaf->ebx, leaf->ecx, leaf->edx);
173 leaf->sub = subleaf;
299 u32 sub;
354 sub = strtoul(tokens[1], NULL, 0);
355 if ((int)sub > func->nr)
358 leaf = &func->leafs[sub];
486 leaf->index, leaf->sub);
597 "\t-s|--subleaf=sub Specify the subleaf you want to check\n"