Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp165 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()
H A DLinkerScript.h284 OutputSection *outSec = nullptr; member
H A DScriptParser.cpp98 OutputDesc *readOutputSectionDescription(StringRef outSec);
965 OutputDesc *ScriptParser::readOutputSectionDescription(StringRef outSec) { in readOutputSectionDescription() argument
967 script->createOutputSection(unquote(outSec), getCurrentLocation()); in readOutputSectionDescription()
H A DSyntheticSections.cpp801 if (const OutputSection *outSec = sym.getOutputSection()) { in getPageEntryOffset() local
802 uint64_t secAddr = getMipsPageAddr(outSec->addr); in getPageEntryOffset()
804 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()