Home
last modified time | relevance | path

Searched defs:sectionMap (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/compile/mclinker/include/mcld/
H A DLinkerScript.h60 const SectionMap& sectionMap() const { return m_SectionMap; } in sectionMap() function
61 SectionMap& sectionMap() { return m_SectionMap; } in sectionMap() function
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAlphabeticalAppsList.java237 TreeMap<String, ArrayList<AppInfo>> sectionMap = new TreeMap<>(new LabelComparator()); in onAppsUpdated() local
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2297 SectionMap& sectionMap = pModule.getScript().sectionMap(); in placeOutputSections() local
2449 SectionMap& sectionMap = pModule.getScript().sectionMap(); in layout() local