Searched refs:pSD (Results 1 - 13 of 13) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DRegionFragment.cpp17 RegionFragment::RegionFragment(MemoryRegion& pRegion, SectionData* pSD) argument
18 : Fragment(Fragment::Region, pSD), m_Region(pRegion) {
H A DAlignFragment.cpp22 SectionData *pSD)
23 : Fragment(Fragment::Alignment, pSD), m_Alignment(pAlignment),
18 AlignFragment(unsigned int pAlignment, int64_t pValue, unsigned int pValueSize, unsigned int pMaxBytesToEmit, SectionData *pSD) argument
H A DFillFragment.cpp22 SectionData* pSD)
23 : Fragment(Fragment::Fillment, pSD), m_Value(pValue), m_ValueSize(pValueSize),
19 FillFragment(int64_t pValue, unsigned int pValueSize, uint64_t pSize, SectionData* pSD) argument
H A DLayout.cpp135 void Layout::addInputRange(const SectionData& pSD, argument
141 if (pSD.getFragmentList().empty() || 0 == m_SDRangeMap.count(&pSD)) {
143 m_SDRangeMap[&pSD] = range_list;
146 range_list = m_SDRangeMap[&pSD];
158 // if the pSD's fragment list is empty, the range.prevRear keeps NULL.
159 if (!pSD.getFragmentList().empty()) {
161 const_cast<Fragment*>(&pSD.getFragmentList().back());
175 SectionData& pSD,
185 &pSD);
174 appendFragment(Fragment& pFrag, SectionData& pSD, uint32_t pAlignConstraint) argument
[all...]
H A DEhFrame.cpp33 SectionData& pSD,
141 section_size += pLayout.appendFragment(**it, pSD, pSection.align());
31 readEhFrame(Layout& pLayout, const TargetLDBackend& pBackend, SectionData& pSD, const Input& pInput, LDSection& pSection, MemoryArea& pArea) argument
/frameworks/compile/mclinker/include/mcld/LD/
H A DTargetFragment.h30 TargetFragment(Fragment::Type pKind, SectionData* pSD = NULL)
31 : Fragment(pKind, pSD) {}
H A DFillFragment.h28 SectionData* pSD = NULL);
H A DLDSectionFactory.h49 void destroy(LDSection*& pSD);
H A DRegionFragment.h28 RegionFragment(MemoryRegion& pRegion, SectionData* pSD = NULL);
H A DAlignFragment.h26 unsigned int pMaxBytesToEmit, SectionData *pSD = NULL);
H A DLDSection.h137 void setSectionData(SectionData* pSD) argument
138 { m_pSectionData = pSD; }
H A DEhFrame.h52 /// @param pSD - the SectionData of this input eh_frame
59 SectionData& pSD,
H A DLayout.h122 void addInputRange(const SectionData& pSD, const LDSection& pInputHdr);
129 uint64_t appendFragment(Fragment& pFrag, SectionData& pSD,

Completed in 370 milliseconds