Searched refs:outSec (Results 1 – 4 of 4) sorted by relevance
163 expandMemoryRegion(state->memRegion, size, state->outSec->name); in expandMemoryRegions()166 expandMemoryRegion(state->lmaRegion, size, state->outSec->name); in expandMemoryRegions()170 state->outSec->size += size; in expandOutputSection()183 state->outSec->name + "'") in setDot()696 st.outSec = aether; in processSymbolAssignments()1016 state->outSec = sec; in assignOffsets()1358 st.outSec = aether; in assignAddresses()1426 return {state->outSec, false, dot - state->outSec->addr, loc}; in getSymbolValue()
272 OutputSection *outSec = nullptr; member
96 OutputDesc *readOutputSectionDescription(StringRef outSec);922 OutputDesc *ScriptParser::readOutputSectionDescription(StringRef outSec) { in readOutputSectionDescription() argument924 script->createOutputSection(unquote(outSec), getCurrentLocation()); in readOutputSectionDescription()
774 if (const OutputSection *outSec = sym.getOutputSection()) { in getPageEntryOffset() local775 uint64_t secAddr = getMipsPageAddr(outSec->addr); in getPageEntryOffset()777 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()