Searched refs:outSec (Results 1 – 4 of 4) sorted by relevance
175 expandMemoryRegion(state->memRegion, size, state->outSec->name); in expandMemoryRegions()178 expandMemoryRegion(state->lmaRegion, size, state->outSec->name); in expandMemoryRegions()182 state->outSec->size += size; in expandOutputSection()184 if (state->outSec->inOverlay) { in expandOutputSection()187 if (state->outSec->size > state->overlaySize) { in expandOutputSection()188 regionSize = state->outSec->size - state->overlaySize; in expandOutputSection()189 state->overlaySize = state->outSec->size; in expandOutputSection()205 Twine::utohexstr(val) + " for section '" + state->outSec->name + in setDot()867 st.outSec = aether.get(); in processSymbolAssignments()1198 state->outSec = sec; in assignOffsets()[all …]
309 OutputSection *outSec = nullptr; member
85 OutputDesc *readOutputSectionDescription(StringRef outSec);1005 OutputDesc *ScriptParser::readOutputSectionDescription(StringRef outSec) { in readOutputSectionDescription() argument1007 ctx.script->createOutputSection(unquote(outSec), getCurrentLocation()); in readOutputSectionDescription()
848 if (const OutputSection *outSec = sym.getOutputSection()) { in getPageEntryOffset() local849 uint64_t secAddr = getMipsPageAddr(outSec->addr); in getPageEntryOffset()851 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()