Searched refs:Mapping (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionMap.h31 struct Mapping { struct in class:mcld::SectionMap
36 typedef std::vector<struct Mapping> SectionMappingTy;
57 Mapping* at(const std::string& pInput);
H A DSectionMerger.h33 struct Mapping { struct in class:mcld::SectionMerger
37 typedef std::vector<Mapping> LDSectionMapTy;
/frameworks/compile/mclinker/lib/LD/
H A DSectionMap.cpp54 struct Mapping mapping = {
72 SectionMap::Mapping* SectionMap::at(const std::string& pInput)
134 struct Mapping mapping = { m_StdSectionMap[i].from, m_StdSectionMap[i].to};
H A DSectionMerger.cpp86 struct Mapping mapping = {

Completed in 108 milliseconds