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

/frameworks/compile/mclinker/lib/LD/
H A DRelocator.cpp40 const LDSection& out_sect = local
43 pModule.getSectionSymbolSet().get(out_sect)->resolveInfo();
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp267 LDSection* out_sect = NULL; local
268 if (NULL == (out_sect = builder.MergeSection(**sect))) {
274 if (!m_LDBackend.updateSectionFlags(*out_sect, **sect)) {
285 LDSection* out_sect = NULL; local
286 if (NULL == (out_sect = builder.MergeSection(**sect))) {
292 if (!m_LDBackend.updateSectionFlags(*out_sect, **sect)) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp316 const LDSection& out_sect = local
319 pModule.getSectionSymbolSet().get(out_sect)->resolveInfo();

Completed in 119 milliseconds