Searched refs:errorLimit (Results 1 – 5 of 5) sorted by relevance
274 if (errorLimit == 0 || errorCount < errorLimit) { in error()276 } else if (errorCount == errorLimit) { in error()312 uint64_t currentErrorLimit = errorLimit; in error()313 errorLimit = 0; in error()315 errorLimit = currentErrorLimit; in error()
98 uint64_t errorLimit = 20; variable
1507 ctx->e.errorLimit = args::getInteger(args, OPT_error_limit_eq, 20); in link()
1472 errorHandler().errorLimit = n; in linkerMain()
608 errorHandler().errorLimit = args::getInteger(args, OPT_error_limit, 20); in linkerMain()