OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Entry
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/mclinker/lib/Script/
EntryCmd.cpp
21
: ScriptCommand(ScriptCommand::ENTRY),
m_Entry
(pEntry) {
28
mcld::outs() << "ENTRY ( " <<
m_Entry
<< " )\n";
34
script.setEntry(
m_Entry
);
/frameworks/compile/mclinker/lib/Core/
LinkerScript.cpp
35
return
m_Entry
;
39
m_Entry
= pEntry;
43
return !
m_Entry
.empty();
/external/pdfium/third_party/base/
stl_util.h
53
: m_Set(org_set),
m_Entry
(elem) {
54
m_Set->insert(
m_Entry
);
56
~ScopedSetInsertion() { m_Set->erase(
m_Entry
); }
60
const T
m_Entry
;
/frameworks/compile/mclinker/include/mcld/Script/
EntryCmd.h
38
std::string
m_Entry
;
/frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp
24
:
m_Entry
(pEntryFrag),
40
return ++iterator(&
m_Entry
);
44
return ++iterator(&
m_Entry
);
50
return
m_Entry
.getParent()->end();
56
return
m_Entry
.getParent()->end();
60
return
m_Entry
.getOffset() +
m_Entry
.size();
67
m_Entry
.getNextNode()->getOffset();
106
SectionData* sd =
m_Entry
.getParent();
132
SectionData* sd =
m_Entry
.getParent()
[
all
...]
/frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h
77
SectionData* getParent() const { return
m_Entry
.getParent(); }
163
Fragment&
m_Entry
; // entry fragment of the island
/frameworks/compile/mclinker/include/mcld/
LinkerScript.h
105
std::string
m_Entry
;
Completed in 4835 milliseconds