Home
last modified time | relevance | path

Searched refs:out_sect (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp314 LDSection* out_sect = (*out)->getSection(); in mergeSections() local
333 out_sect->setAlign(out_align); in mergeSections()
372 LDSection* out_sect = NULL; in mergeSections() local
373 if ((out_sect = builder.MergeSection(**obj, **sect)) != NULL) { in mergeSections()
374 if (!m_LDBackend.updateSectionFlags(*out_sect, **sect)) { in mergeSections()
392 LDSection* out_sect = NULL; in mergeSections() local
393 if ((out_sect = builder.MergeSection(**obj, **sect)) != NULL) { in mergeSections()
394 if (!m_LDBackend.updateSectionFlags(*out_sect, **sect)) { in mergeSections()
411 LDSection* out_sect = (*out)->getSection(); in mergeSections() local
419 *out_sect->getSectionData())) { in mergeSections()
[all …]
/frameworks/compile/mclinker/lib/LD/
DRelocator.cpp44 const LDSection& out_sect = in partialScanRelocation() local
47 pModule.getSectionSymbolSet().get(out_sect)->resolveInfo(); in partialScanRelocation()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp485 const LDSection& out_sect = in partialScanRelocation() local
488 pModule.getSectionSymbolSet().get(out_sect)->resolveInfo(); in partialScanRelocation()