HomeSort by relevance Sort by last modified time
    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();
  /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;
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp 43 : m_Set(org_set), m_Entry(elem) {
44 m_Set->insert(m_Entry);
46 ~ScopedSetInsertion() { m_Set->erase(m_Entry); }
50 const T m_Entry;
    [all...]

Completed in 344 milliseconds