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()
54107 int isRO = 0; /* file is known to be accessible readonly */ local54259 rc2 = winAccess(pVfs, zUtf8Name, SQLITE_ACCESS_READ|NORETRY, &isRO);54261 if( rc2==SQLITE_OK && isRO ) break;54278 rc2 = winAccess(pVfs, zUtf8Name, SQLITE_ACCESS_READ|NORETRY, &isRO);54280 if( rc2==SQLITE_OK && isRO ) break;54293 if( isReadWrite && isRO && !isExclusive ){