Home
last modified time | relevance | path

Searched refs:newFlag (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp352 uint8_t elf::getMipsFpAbiFlag(uint8_t oldFlag, uint8_t newFlag, in getMipsFpAbiFlag() argument
354 if (compareMipsFpAbi(newFlag, oldFlag) >= 0) in getMipsFpAbiFlag()
355 return newFlag; in getMipsFpAbiFlag()
356 if (compareMipsFpAbi(oldFlag, newFlag) < 0) in getMipsFpAbiFlag()
357 error(fileName + ": floating point ABI '" + getMipsFpAbiName(newFlag) + in getMipsFpAbiFlag()
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.h53 uint8_t getMipsFpAbiFlag(uint8_t oldFlag, uint8_t newFlag,
/freebsd/contrib/sqlite3/
H A Dshell.c27609 int newFlag = 0; /* True to delete file before opening */ in do_meta_command() local
27617 newFlag = 1; in do_meta_command()
27664 if( newFlag && zFN && !p->bSafeMode ) shellDeleteFile(zFN); in do_meta_command()
H A Dsqlite3.c73709 SQLITE_PRIVATE int sqlite3BtreeSecureDelete(Btree *p, int newFlag){
73715 if( newFlag>=0 ){
73717 p->pBt->btsFlags |= BTS_SECURE_DELETE*newFlag;