OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELFSegmentFactory
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/lib/LD/
ELFSegmentFactory.cpp
1
//===-
ELFSegmentFactory
.cpp ----------------------------------------------===//
9
#include <mcld/LD/
ELFSegmentFactory
.h>
14
//
ELFSegmentFactory
16
ELFSegmentFactory
::
ELFSegmentFactory
(size_t pNum)
21
ELFSegmentFactory
::~
ELFSegmentFactory
()
28
ELFSegment*
ELFSegmentFactory
::produce(uint32_t pType, uint32_t pFlag)
36
ELFSegmentFactory
::find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear)
50
ELFSegmentFactory
::find(uint32_t pType
[
all
...]
Android.mk
21
ELFSegmentFactory
.cpp \
ELFObjectWriter.cpp
27
#include <mcld/LD/
ELFSegmentFactory
.h>
141
ELFSegmentFactory
::iterator seg, segEnd = target().elfSegmentTable().end();
341
ELFSegmentFactory
::const_iterator seg = target().elfSegmentTable().begin(),
/frameworks/compile/mclinker/include/mcld/LD/
ELFSegmentFactory.h
1
//===-
ELFSegmentFactory
.h ------------------------------------------------===//
20
/** \class
ELFSegmentFactory
23
class
ELFSegmentFactory
: public GCFactory<ELFSegment, 0>
26
///
ELFSegmentFactory
- the factory of ELFSegment
28
ELFSegmentFactory
(size_t pNum);
29
~
ELFSegmentFactory
();
/frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h
28
#include <mcld/LD/
ELFSegmentFactory
.h>
175
ELFSegmentFactory
& elfSegmentTable() { return m_ELFSegmentTable; }
178
const
ELFSegmentFactory
& elfSegmentTable() const { return m_ELFSegmentTable; }
463
ELFSegmentFactory
m_ELFSegmentTable;
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
[
all
...]
Completed in 220 milliseconds