HomeSort by relevance Sort by last modified time
    Searched refs:m_Entry (Results 1 - 6 of 6) 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/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();
  /frameworks/compile/mclinker/lib/Core/
LinkerScript.cpp 35 return m_Entry;
39 m_Entry = pEntry;
43 return !m_Entry.empty();
  /frameworks/compile/mclinker/include/mcld/Script/
EntryCmd.h 38 std::string m_Entry;
  /frameworks/compile/mclinker/include/mcld/
LinkerScript.h 105 std::string m_Entry;
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 159 Fragment& m_Entry; // entry fragment of the island

Completed in 313 milliseconds