Searched refs:outSec (Results 1 – 4 of 4) sorted by relevance
165 expandMemoryRegion(state->memRegion, size, state->outSec->name); in expandMemoryRegions()168 expandMemoryRegion(state->lmaRegion, size, state->outSec->name); in expandMemoryRegions()172 state->outSec->size += size; in expandOutputSection()184 Twine::utohexstr(val) + " for section '" + state->outSec->name + in setDot()744 st.outSec = aether; in processSymbolAssignments()1065 state->outSec = sec; in assignOffsets()1409 st.outSec = aether; in assignAddresses()1586 return {state->outSec, false, dot - state->outSec->addr, loc}; in getSymbolValue()
284 OutputSection *outSec = nullptr; member
98 OutputDesc *readOutputSectionDescription(StringRef outSec);965 OutputDesc *ScriptParser::readOutputSectionDescription(StringRef outSec) { in readOutputSectionDescription() argument967 script->createOutputSection(unquote(outSec), getCurrentLocation()); in readOutputSectionDescription()
801 if (const OutputSection *outSec = sym.getOutputSection()) { in getPageEntryOffset() local802 uint64_t secAddr = getMipsPageAddr(outSec->addr); in getPageEntryOffset()804 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()