OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateSectionFlags
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h
118
///
updateSectionFlags
- update pTo's flags when merging pFrom
122
virtual bool
updateSectionFlags
(LDSection& pTo, const LDSection& pFrom)
GNULDBackend.h
197
///
updateSectionFlags
- update pTo's flags when merging pFrom
199
virtual bool
updateSectionFlags
(LDSection& pTo, const LDSection& pFrom);
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
274
if (!m_LDBackend.
updateSectionFlags
(*out_sect, **sect)) {
292
if (!m_LDBackend.
updateSectionFlags
(*out_sect, **sect)) {
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
[
all
...]
Completed in 4027 milliseconds