In example.c:
FOR_EACH_PTR(list, sym) {
struct entrypoint *ep;
expand_symbol(sym);
ep = linearize_symbol(sym);
if (ep)
output(ep);
} END_FOR_EACH_PTR(sym);Does 'struct entrypoint' include stuff outside function scope like global and static variables?
Jeff
- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
