Searched refs:relocSec (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DWriter.cpp272 OutputSection *relocSec; member in class:lld::coff::__anon3772::Writer
821 relocSec = createSection(".reloc", data | discardable | r);
1036 if (s == relocSec)
1231 if (sec == relocSec)
1409 if (relocSec->getVirtualSize()) {
1410 dir[BASE_RELOCATION_TABLE].RelativeVirtualAddress = relocSec->getRVA();
1411 dir[BASE_RELOCATION_TABLE].Size = relocSec->getVirtualSize();
1905 relocSec->chunks.clear();
1929 relocSec->addChunk(make<BaserelChunk>(page, &v[i], &v[0] + j));
1935 relocSec
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp901 InputSection *relocSec = make<InputSection>(*this, sec, name); local
907 target->dependentSections.push_back(relocSec);
908 return relocSec;
933 InputSection *relocSec = make<InputSection>(*this, sec, name); local
935 target->dependentSections.push_back(relocSec);
936 return relocSec;

Completed in 116 milliseconds