Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjCopy/
HDCommonConfig.h55 SecReadonly = 1 << 3, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
HDCOFFObjcopy.cpp117 if (!(AllFlags & SectionFlag::SecReadonly)) in flagsToCharacteristics()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObjcopy.cpp76 if (!(AllFlags & SectionFlag::SecReadonly)) in getNewShfFlags()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDObjcopyOptions.cpp162 .CaseLower("readonly", SectionFlag::SecReadonly) in parseSectionRenameFlag()