Home
last modified time | relevance | path

Searched refs:m_Entry (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/LD/
H A DBranchIsland.cpp24 : m_Entry(pEntryFrag), in BranchIsland()
40 return ++iterator(&m_Entry); in begin()
44 return ++iterator(&m_Entry); in begin()
50 return m_Entry.getParent()->end(); in end()
56 return m_Entry.getParent()->end(); in end()
60 return m_Entry.getOffset() + m_Entry.size(); in offset()
67 m_Entry.getNextNode()->getOffset(); in size()
106 SectionData* sd = m_Entry.getParent(); in addStub()
132 SectionData* sd = m_Entry.getParent(); in addStub()
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DEntryCmd.cpp21 : ScriptCommand(ScriptCommand::ENTRY), m_Entry(pEntry) { in EntryCmd()
28 mcld::outs() << "ENTRY ( " << m_Entry << " )\n"; in dump()
34 script.setEntry(m_Entry); in activate()
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DLinkerScript.cpp35 return m_Entry; in entry()
39 m_Entry = pEntry; in setEntry()
43 return !m_Entry.empty(); in hasEntry()
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h77 SectionData* getParent() const { return m_Entry.getParent(); } in getParent()
163 Fragment& m_Entry; // entry fragment of the island
/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DEntryCmd.h38 std::string m_Entry;
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DLinkerScript.h105 std::string m_Entry; variable