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

/openbsd-current/gnu/llvm/lld/ELF/
H A DLinkerScript.cpp171 expandMemoryRegion(state->memRegion, size, state->outSec->name);
174 expandMemoryRegion(state->lmaRegion, size, state->outSec->name);
178 state->outSec->size += size;
186 state->outSec->name);
690 st.outSec = aether;
996 state->outSec = sec;
1324 st.outSec = aether;
1391 return {state->outSec, false, dot - state->outSec->addr, loc};
H A DLinkerScript.h264 OutputSection *outSec = nullptr; member in struct:lld::elf::final::AddressState
H A DScriptParser.cpp96 OutputDesc *readOutputSectionDescription(StringRef outSec);
902 OutputDesc *ScriptParser::readOutputSectionDescription(StringRef outSec) {
903 OutputDesc *cmd = script->createOutputSection(outSec, getCurrentLocation());
H A DSyntheticSections.cpp766 if (const OutputSection *outSec = sym.getOutputSection()) {
767 uint64_t secAddr = getMipsPageAddr(outSec->addr);
769 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff;

Completed in 188 milliseconds