is_notype_sym
if (is_notype_sym(func) && strstarts(func->name, ".L"))
if (sym && (is_notype_sym(sym) ||
if (!is_notype_sym(func) && !is_func_sym(func))
if (is_notype_sym(func))
return is_notype_sym(sym) &&