Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.h196 DefinedRegular *loadConfigSym = nullptr; variable
H A DChunks.cpp583 if (ctx.config.machine == ARM64X && ctx.hybridSymtab->loadConfigSym && in getBaserels()
584 ctx.hybridSymtab->loadConfigSym->getChunk() == this && in getBaserels()
585 ctx.symtab.loadConfigSym && in getBaserels()
590 ctx.hybridSymtab->loadConfigSym->getRVA() + in getBaserels()
H A DWriter.cpp1931 if (symtab.loadConfigSym) { in writeHeader()
1933 symtab.loadConfigSym->getRVA(); in writeHeader()
2821 ctx.symtab.loadConfigSym); in createDynamicRelocs()
2877 if (!symtab.loadConfigSym) in prepareLoadConfig()
2880 OutputSection *sec = ctx.getOutputSection(symtab.loadConfigSym->getChunk()); in prepareLoadConfig()
2882 uint8_t *symBuf = secBuf + (symtab.loadConfigSym->getRVA() - sec->getRVA()); in prepareLoadConfig()
2940 ctx.getOutputSection(ctx.symtab.loadConfigSym->getChunk()); in prepareLoadConfig()
2944 secBuf + (ctx.symtab.loadConfigSym->getRVA() - sec->getRVA())); in prepareLoadConfig()
H A DSymbolTable.cpp607 loadConfigSym = sym; in initializeLoadConfig()