HomeSort by relevance Sort by last modified time
    Searched refs:output_sect (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 46 LDSection* output_sect = m_Module.getSection(output_name); local
47 if (NULL == output_sect) {
48 output_sect = LDSection::Create(pName, pKind, pType, pFlag);
49 output_sect->setAlign(pAlign);
50 m_Module.getSectionTable().push_back(output_sect);
52 return output_sect;
  /frameworks/compile/mclinker/lib/Script/
ScriptFile.cpp 217 OutputSectDesc* output_sect = llvm::cast<OutputSectDesc>(sections->back()); local
219 output_sect->push_back(new InputSectDesc(pPolicy, pSpec, *output_sect));
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 2623 LDSection* output_sect = pModule.getSection((*rs)->name()); local
    [all...]

Completed in 700 milliseconds