Searched refs:isRO (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | Relocations.cpp | 382 bool isRO = isReadOnly<ELFT>(ss); in addCopyRelSymbol() local 384 make<BssSection>(isRO ? ".bss.rel.ro" : ".bss", symSize, ss.alignment); in addCopyRelSymbol() 385 OutputSection *osec = (isRO ? in.bssRelRo : in.bss)->getParent(); in addCopyRelSymbol()
|
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 52547 int isRO = 0; /* file is known to be accessible readonly */ local 52714 rc2 = winAccess(pVfs, zUtf8Name, SQLITE_ACCESS_READ|NORETRY, &isRO); 52716 if( rc2==SQLITE_OK && isRO ) break; 52731 rc2 = winAccess(pVfs, zUtf8Name, SQLITE_ACCESS_READ|NORETRY, &isRO); 52733 if( rc2==SQLITE_OK && isRO ) break; 52751 rc2 = winAccess(pVfs, zUtf8Name, SQLITE_ACCESS_READ|NORETRY, &isRO); 52753 if( rc2==SQLITE_OK && isRO ) break; 52766 if( isReadWrite && isRO && !isExclusive ){
|