Searched refs:outSec (Results 1 – 4 of 4) sorted by relevance
171 expandMemoryRegion(state->memRegion, size, state->outSec->name); in expandMemoryRegions()174 expandMemoryRegion(state->lmaRegion, size, state->outSec->name); in expandMemoryRegions()178 state->outSec->size += size; in expandOutputSection()186 state->outSec->name); in setDot()690 st.outSec = aether; in processSymbolAssignments()996 state->outSec = sec; in assignOffsets()1324 st.outSec = aether; in assignAddresses()1391 return {state->outSec, false, dot - state->outSec->addr, loc}; in getSymbolValue()
264 OutputSection *outSec = nullptr; member
96 OutputDesc *readOutputSectionDescription(StringRef outSec);902 OutputDesc *ScriptParser::readOutputSectionDescription(StringRef outSec) { in readOutputSectionDescription() argument903 OutputDesc *cmd = script->createOutputSection(outSec, getCurrentLocation()); in readOutputSectionDescription()
766 if (const OutputSection *outSec = sym.getOutputSection()) { in getPageEntryOffset() local767 uint64_t secAddr = getMipsPageAddr(outSec->addr); in getPageEntryOffset()769 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()