Home
last modified time | relevance | path

Searched refs:outSec (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.cpp171 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()
H A DLinkerScript.h264 OutputSection *outSec = nullptr; member
H A DScriptParser.cpp96 OutputDesc *readOutputSectionDescription(StringRef outSec);
902 OutputDesc *ScriptParser::readOutputSectionDescription(StringRef outSec) { in readOutputSectionDescription() argument
903 OutputDesc *cmd = script->createOutputSection(outSec, getCurrentLocation()); in readOutputSectionDescription()
H A DSyntheticSections.cpp766 if (const OutputSection *outSec = sym.getOutputSection()) { in getPageEntryOffset() local
767 uint64_t secAddr = getMipsPageAddr(outSec->addr); in getPageEntryOffset()
769 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()