HomeSort by relevance Sort by last modified time
    Searched full:out_sect (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 276 LDSection* out_sect = builder.MergeSection(**sect); local
277 if (NULL != out_sect) {
278 if (!m_LDBackend.updateSectionFlags(*out_sect, **sect)) {
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 730 const LDSection& out_sect = local
732 ResolveInfo* sym_info = pModule.getSectionSymbolSet().get(out_sect)->resolveInfo();
    [all...]

Completed in 615 milliseconds