S_ABSOLUTE
if (symbols[i].type == S_ABSOLUTE)
type = strcmpi (tokens[tokenix-1].name, "ABSOLUTE") ? S_RELATIVE : S_ABSOLUTE;