Searched defs:pSectionMap (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h53 virtual bool initTargetSectionMap(SectionMap& pSectionMap) { return true;} argument
/frameworks/compile/mclinker/lib/LD/
H A DSectionMerger.cpp18 SectionMerger::SectionMerger(SectionMap& pSectionMap, LDContext& pContext) argument
19 : m_SectionNameMap(pSectionMap),
/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp39 SectionMap& pSectionMap)
42 m_SectionMap(pSectionMap),
37 MCLinker(TargetLDBackend& pBackend, MCLDInfo& pInfo, SectionMap& pSectionMap) argument
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp81 bool ARMGNULDBackend::initTargetSectionMap(SectionMap& pSectionMap) argument
83 if (!pSectionMap.push_back(".ARM.exidx", ".ARM.exidx") ||
84 !pSectionMap.push_back(".ARM.extab", ".ARM.extab") ||
85 !pSectionMap.push_back(".ARM.attributes", ".ARM.attributes"))
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp693 bool X86GNULDBackend::initTargetSectionMap(SectionMap& pSectionMap) argument
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp62 bool MipsGNULDBackend::initTargetSectionMap(SectionMap& pSectionMap) argument

Completed in 634 milliseconds