Searched refs:isRO (Results 1 – 2 of 2) sorted by relevance
370 bool isRO = isReadOnly<ELFT>(ss); in addCopyRelSymbol() local371 BssSection *sec = make<BssSection>(ctx, isRO ? ".bss.rel.ro" : ".bss", in addCopyRelSymbol()373 OutputSection *osec = (isRO ? ctx.in.bssRelRo : ctx.in.bss)->getParent(); in addCopyRelSymbol()
54062 int isRO = 0; /* file is known to be accessible readonly */ local54214 rc2 = winAccess(pVfs, zUtf8Name, SQLITE_ACCESS_READ|NORETRY, &isRO);54216 if( rc2==SQLITE_OK && isRO ) break;54233 rc2 = winAccess(pVfs, zUtf8Name, SQLITE_ACCESS_READ|NORETRY, &isRO);54235 if( rc2==SQLITE_OK && isRO ) break;54248 if( isReadWrite && isRO && !isExclusive ){