Searched defs:out_sect (Results 1 - 3 of 3) sorted by relevance

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

Completed in 89 milliseconds