Home
last modified time | relevance | path

Searched refs:sectionIndex (Results 1 – 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DOutputSections.cpp381 os->link = in.symTab->getParent()->sectionIndex; in finalizeShtGroup()
394 seen.insert(osec->sectionIndex); in finalizeShtGroup()
407 link = ex->getLinkOrderDep()->getParent()->sectionIndex; in finalize()
410 link = d->getParent()->sectionIndex; in finalize()
428 link = in.symTab->getParent()->sectionIndex; in finalize()
432 info = s->getOutputSection()->sectionIndex; in finalize()
DLinkerScript.cpp612 overwrite->sectionIndex = i++; in processSectionCommands()
615 osec->sectionIndex = i++; in processSectionCommands()
623 if (osec->partition == 1 && osec->sectionIndex == UINT32_MAX) in processSectionCommands()
633 aether->sectionIndex = 1; in processSymbolAssignments()
794 s->getOutputSection()->sectionIndex == UINT32_MAX); in addOrphanSections()
1115 if (sec->sectionIndex != UINT32_MAX) in adjustSectionsBeforeSorting()
DOutputSections.h45 uint32_t sectionIndex = UINT32_MAX; variable
DSyntheticSections.cpp1405 this->link = sec->sectionIndex; in finalizeContents()
1667 getParent()->link = symTab->getParent()->sectionIndex; in finalizeContents()
1673 getParent()->info = in.gotPlt->getParent()->sectionIndex; in finalizeContents()
1677 getParent()->info = in.igotPlt->getParent()->sectionIndex; in finalizeContents()
2100 getParent()->link = sec->sectionIndex; in finalizeContents()
2212 return os->sectionIndex >= SHN_LORESERVE ? (uint32_t)SHN_XINDEX in getSymSectionIndex()
2213 : os->sectionIndex; in getSymSectionIndex()
2322 write32(buf, entry.sym->getOutputSection()->sectionIndex); in writeTo()
2341 getParent()->link = in.symTab->getParent()->sectionIndex; in finalizeContents()
2385 getParent()->link = sec->sectionIndex; in finalizeContents()
[all …]
DInputFiles.cpp317 uint64_t sectionIndex = object::SectionedAddress::UndefSection; in getDILineInfo() local
321 sectionIndex = curIndex; in getDILineInfo()
326 return getDwarf()->getDILineInfo(offset, sectionIndex); in getDILineInfo()
DWriter.cpp1612 return sec->sectionIndex == UINT32_MAX; in sortSections()
2120 Out::elfHeader->sectionIndex = 1; in finalizeSections()
2124 sec->sectionIndex = i + 1; in finalizeSections()
2895 uint32_t strTabIndex = in.shStrTab->getParent()->sectionIndex; in writeHeader()
DInputSection.cpp394 if (osec && seen.insert(osec->sectionIndex).second) in copyShtGroup()
395 *to++ = osec->sectionIndex; in copyShtGroup()
/freebsd-12-stable/contrib/llvm-project/lld/Common/
DDWARF.cpp92 uint64_t sectionIndex) { in getDILineInfo() argument
96 {offset, sectionIndex}, nullptr, in getDILineInfo()
/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Common/
DDWARF.h30 uint64_t sectionIndex);
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DWriter.h71 uint32_t sectionIndex = 0; variable
DPDB.cpp725 sc.ISect = os ? os->sectionIndex : llvm::pdb::kInvalidStreamIndex; in createSectionContrib()
1132 pub.Segment = os->sectionIndex; in createPublic()
1446 cgs.Segment = os.sectionIndex; in addLinkerModuleCoffGroup()
1469 sym.SectionNumber = os.sectionIndex; in addLinkerModuleSectionSymbol()
1543 ts.Segment = thunkOS->sectionIndex; in addImportFilesToPDB()
DMapFile.cpp278 writeHeader(os, sec->sectionIndex, address); in writeMapFile()
DInputFiles.h223 uint32_t sectionIndex);
DInputFiles.cpp950 uint32_t sectionIndex) { in getDILineInfo() argument
957 return dwarf->getDILineInfo(offset, sectionIndex); in getDILineInfo()
DWriter.cpp1117 os->sectionIndex = idx; in assignOutputSectionIndices()
1161 sym.SectionNumber = os->sectionIndex; in createSymbol()
DChunks.cpp101 add16(off, os->sectionIndex); in applySecIdx()
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler.h123 typedef std::function<llvm::Error (uint32_t sectionIndex, uint64_t addr,
DMachONormalizedFileToAtoms.cpp228 uint32_t sectionIndex, in appendSymbolsInSection() argument
234 if (sym.sect != sectionIndex) in appendSymbolsInSection()
DMachONormalizedFileFromAtoms.cpp548 uint32_t sectionIndex = 1; in organizeSections() local
552 sect->finalSectionIndex = sectionIndex++; in organizeSections()
/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DWriter.cpp886 uint32_t sectionIndex = 0; in sortSegmentsAndSections() local
893 osec->index = ++sectionIndex; in sortSegmentsAndSections()