Searched refs:sect_data (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DLDSection.cpp36 m_Data.sect_data = NULL;
56 m_Data.sect_data = NULL;
95 return (NULL != m_Data.sect_data);
H A DELFObjectWriter.cpp402 const RelocData* sect_data = pSection.getRelocData(); local
403 assert(NULL != sect_data && "SectionData is NULL in emitRelocation!");
407 emitRel<32>(pConfig, *sect_data, pRegion);
409 emitRel<64>(pConfig, *sect_data, pRegion);
416 emitRela<32>(pConfig, *sect_data, pRegion);
418 emitRela<64>(pConfig, *sect_data, pRegion);
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h154 const SectionData* getSectionData() const { return m_Data.sect_data; }
155 SectionData* getSectionData() { return m_Data.sect_data; }
157 void setSectionData(SectionData* pSD) { m_Data.sect_data = pSD; }
191 SectionData* sect_data; member in union:mcld::LDSection::SectOrRelocData
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentGraph.cpp302 SectionData* sect_data = NULL; local
308 sect_data = section->getSectionData();
309 if (NULL == sect_data)
316 SectionData::iterator frag_it = sect_data->begin();
317 SectionData::iterator frag_end = sect_data->end();
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp328 SectionData* sect_data = SectionData::Create(pSection); local
329 pSection.setSectionData(sect_data);
330 return sect_data;
359 SectionData* sect_data = SectionData::Create(pSection); local
360 pSection.setSectionData(sect_data);
365 ObjectBuilder::AppendFragment(*frag, *sect_data);
366 return sect_data;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp324 const SectionData* sect_data = pSection.getSectionData(); local
325 SectionData::const_iterator frag_iter, frag_end = sect_data->end();
327 for (frag_iter = sect_data->begin(); frag_iter != frag_end; ++frag_iter) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp181 const SectionData* sect_data = pSection.getSectionData(); local
182 SectionData::const_iterator frag_iter, frag_end = sect_data->end();
184 for (frag_iter = sect_data->begin(); frag_iter != frag_end; ++frag_iter) {

Completed in 252 milliseconds