F_ENTRY
else if (symbols[i].flags & F_ENTRY)
if (symbols[i].flags & F_ENTRY || symbols[i].patchlist == NULL)
flags = type == S_LABEL ? F_ENTRY : 0;