OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initStdSections
(Results
1 - 9
of
9
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h
55
///
initStdSections
- initialize all standard section headers.
58
virtual void
initStdSections
(ObjectBuilder& pBuilder,
ELFFileFormat.h
39
void
initStdSections
(ObjectBuilder& pBuilder, unsigned int pBitClass);
/frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h
45
///
initStdSections
- initialize standard sections of the output file.
46
bool
initStdSections
();
/frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h
75
virtual bool
initStdSections
(ObjectBuilder& pBuilder) = 0;
GNULDBackend.h
64
///
initStdSections
- initialize standard sections of the output file.
65
bool
initStdSections
(ObjectBuilder& pBuilder);
/frameworks/compile/mclinker/lib/Core/
Linker.cpp
91
if (!m_pObjLinker->
initStdSections
())
/frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp
67
void ELFFileFormat::
initStdSections
(ObjectBuilder& pBuilder, unsigned int pBitClass)
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
101
///
initStdSections
- initialize standard sections
102
bool ObjectLinker::
initStdSections
()
107
if (!m_LDBackend.
initStdSections
(builder))
[
all
...]
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
191
bool GNULDBackend::
initStdSections
(ObjectBuilder& pBuilder)
197
m_pDynObjFileFormat->
initStdSections
(pBuilder,
205
m_pExecFileFormat->
initStdSections
(pBuilder,
212
m_pObjectFileFormat->
initStdSections
(pBuilder,
[
all
...]
Completed in 2139 milliseconds