Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonConfig.h61 SecReadonly = 1 << 3, enumerator
H A DConfigManager.cpp179 .CaseLower("readonly", SectionFlag::SecReadonly) in parseSectionRenameFlag()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp117 if (!(AllFlags & SectionFlag::SecReadonly)) in setSectionFlags()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp78 if (!(AllFlags & SectionFlag::SecReadonly)) in getNewShfFlags()