OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setSectionFlags
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
COFFObjcopy.cpp
97
static void
setSectionFlags
(Section &Sec, SectionFlag AllFlags) {
225
if (!Config.
SetSectionFlags
.empty())
227
const auto It = Config.
SetSectionFlags
.find(Sec.Name);
228
if (It != Config.
SetSectionFlags
.end())
229
setSectionFlags
(Sec, It->second.NewFlags);
/src/external/bsd/elftosb/dist/common/
EncoreBootImage.h
468
inline void
setSectionFlags
(uint32_t flags) { m_sectionFlags = flags; }
Completed in 23 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026