Home | History | Annotate | Download | only in LD

Lines Matching refs:sect

55     LDSection* sect = pOutput.context()->getSection(secIdx);
58 switch(sect->kind()) {
62 region = pOutput.memArea()->request(sect->offset(), sect->size());
67 sect->name() +
84 << sect->kind()
86 << sect->name()
93 switch(sect->kind()) {
95 emitSectionData(m_Linker.getLayout(), *sect, *region);
99 emitRelocation(m_Linker.getLayout(), pOutput, *sect, *region);
102 target().emitSectionData(pOutput, *sect, m_Linker.getLDInfo(), *region);