Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/Object/
H A 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
392 LDSection* out_sect = NULL; in mergeSections() local
411 LDSection* out_sect = (*out)->getSection(); in mergeSections() local
419 *out_sect->getSectionData())) { in mergeSections()
420 builder.UpdateSectionAlign(*out_sect, *in_sect); in mergeSections()
421 m_LDBackend.updateSectionFlags(*out_sect, *in_sect); in mergeSections()
428 if (builder.MoveSectionData(*out_sect->getSectionData(), in mergeSections()
430 builder.UpdateSectionAlign(*target, *out_sect); in mergeSections()
[all …]
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DRelocator.cpp44 const LDSection& out_sect = in partialScanRelocation() local
47 pModule.getSectionSymbolSet().get(out_sect)->resolveInfo(); in partialScanRelocation()
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp485 const LDSection& out_sect = in partialScanRelocation() local
488 pModule.getSectionSymbolSet().get(out_sect)->resolveInfo(); in partialScanRelocation()