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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMEmulation.cpp 38 pScript.sectionMap().insert(".ARM.exidx*", ".ARM.exidx");
39 pScript.sectionMap().insert(".ARM.extab*", ".ARM.extab");
40 pScript.sectionMap().insert(".ARM.attributes*", ".ARM.attributes");
  /frameworks/compile/mclinker/lib/Script/
Assignment.cpp 89 SectionMap::reference out = script.sectionMap().back();
93 SectionMap::iterator prev =
94 script.sectionMap().begin() + script.sectionMap().size() - 2;
133 SectionMap::Output::reference in = script.sectionMap().back()->back();
InputSectDesc.cpp 103 pModule.getScript().sectionMap().insert(*this, m_OutputSectDesc);
OutputSectDesc.cpp 188 pModule.getScript().sectionMap().insert(inputDesc, *this);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Emulation.cpp 39 pScript.sectionMap().insert(".ARM.attributes*", ".ARM.attributes");
  /frameworks/compile/mclinker/include/mcld/
LinkerScript.h 16 #include "mcld/Object/SectionMap.h"
60 const SectionMap& sectionMap() const { return m_SectionMap; }
61 SectionMap& sectionMap() { return m_SectionMap; }
100 SectionMap m_SectionMap;
  /frameworks/compile/mclinker/lib/Target/
ELFEmulation.cpp 77 std::pair<SectionMap::mapping, bool> res =
78 pScript.sectionMap().insert(map[i].from, map[i].to, map[i].policy);
85 pScript.sectionMap().insert("", "");
GNULDBackend.cpp 35 #include "mcld/Object/SectionMap.h"
    [all...]
  /test/vti/dashboard/src/main/java/com/android/vts/servlet/
ShowCoverageServlet.java 96 Map<String, List<Integer>> sectionMap = new HashMap<>();
103 if (!sectionMap.containsKey(coverageEntity.group)) {
104 sectionMap.put(coverageEntity.group, new ArrayList<Integer>());
106 sectionMap.get(coverageEntity.group).add(coverageVectors.size());
132 request.setAttribute("sectionMap", new Gson().toJson(sectionMap));
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AlphabeticalAppsList.java 262 TreeMap<String, ArrayList<AppInfo>> sectionMap = new TreeMap<>(new LabelComparator());
268 ArrayList<AppInfo> sectionApps = sectionMap.get(sectionName);
271 sectionMap.put(sectionName, sectionApps);
278 for (Map.Entry<String, ArrayList<AppInfo>> entry : sectionMap.entrySet()) {
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 21 #include "mcld/Object/SectionMap.h"
40 SectionMap::const_mapping pair =
41 m_Module.getScript().sectionMap().find("*", pName);
57 SectionMap::mapping pair = m_Module.getScript().sectionMap().find(
ObjectLinker.cpp 309 SectionMap::iterator out, outBegin, outEnd;
310 outBegin = m_pModule->getScript().sectionMap().begin();
311 outEnd = m_pModule->getScript().sectionMap().end();
315 SectionMap::Output::iterator in, inBegin, inEnd;
407 SectionMap::iterator out, outBegin, outEnd;
408 outBegin = m_pModule->getScript().sectionMap().begin();
409 outEnd = m_pModule->getScript().sectionMap().end();
412 SectionMap::Output::iterator in, inBegin, inEnd;
    [all...]
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess_elf.c 547 const struct SectionMap {
550 } sectionMap[] = {
571 for (size_t i = 0; i < ARRAY_SIZE(sectionMap); i++) {
572 if (strcmp(name, sectionMap[i].name) != 0) {
575 appSection = (struct ElfAppSection *) &appBytes[sectionMap[i].offset];
    [all...]
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 42 // FIXME: these rules should be added into SectionMap, while currently adding to
43 // SectionMap will cause the output order change in .text section and leads to
183 // input sections and check the SectionMap to find the KEEP sections
185 SectionMap& sect_map = m_Module.getScript().sectionMap();
194 SectionMap::Input* sm_input =
  /external/annotation-tools/scene-lib/
ant-contrib.jar 

Completed in 2342 milliseconds