HomeSort by relevance Sort by last modified time
    Searched refs:sectionMap (Results 1 - 12 of 12) sorted by null

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMEmulation.cpp 39 pScript.sectionMap().insert(".ARM.exidx*", ".ARM.exidx");
40 pScript.sectionMap().insert(".ARM.extab*", ".ARM.extab");
41 pScript.sectionMap().insert(".ARM.attributes*", ".ARM.attributes");
  /frameworks/compile/mclinker/lib/Script/
Assignment.cpp 90 SectionMap::reference out = script.sectionMap().back();
94 SectionMap::iterator prev = script.sectionMap().begin() +
95 script.sectionMap().size() - 2;
131 SectionMap::Output::reference in = script.sectionMap().back()->back();
InputSectDesc.cpp 101 pModule.getScript().sectionMap().insert(*this, m_OutputSectDesc);
OutputSectDesc.cpp 188 pModule.getScript().sectionMap().insert(inputDesc, *this);
  /frameworks/compile/mclinker/include/mcld/
LinkerScript.h 17 #include <mcld/Object/SectionMap.h>
55 const SectionMap& sectionMap() const { return m_SectionMap; }
56 SectionMap& sectionMap() { return m_SectionMap; }
92 SectionMap m_SectionMap;
  /frameworks/compile/mclinker/lib/Target/
ELFEmulation.cpp 79 std::pair<SectionMap::mapping, bool> res =
80 pScript.sectionMap().insert(map[i].from, map[i].to, map[i].policy);
87 pScript.sectionMap().insert("", "");
GNULDBackend.cpp 38 #include <mcld/Object/SectionMap.h>
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
EventListenersSidebarPane.js 117 var sectionMap = {};
125 var section = sectionMap[type];
128 sectionMap[type] = section;
140 var section = sectionMap[sectionNames[i]];
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Emulation.cpp 39 pScript.sectionMap().insert(".ARM.attributes*", ".ARM.attributes");
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 14 #include <mcld/Object/SectionMap.h>
41 SectionMap::const_mapping pair =
42 m_Module.getScript().sectionMap().find("*", pName);
59 SectionMap::mapping pair =
60 m_Module.getScript().sectionMap().find(pInputFile.path().native(),
ObjectLinker.cpp 369 SectionMap::iterator out, outBegin, outEnd;
370 outBegin = m_pModule->getScript().sectionMap().begin();
371 outEnd = m_pModule->getScript().sectionMap().end();
375 SectionMap::Output::iterator in, inBegin, inEnd;
    [all...]
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 41 // FIXME: these rules should be added into SectionMap, while currently adding to
42 // SectionMap will cause the output order change in .text section and leads to
195 // input sections and check the SectionMap to find the KEEP sections
197 SectionMap& sect_map = m_Module.getScript().sectionMap();
206 SectionMap::Input* sm_input =

Completed in 1912 milliseconds