Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/Common/
H A DDWARF.cpp92 uint64_t sectionIndex) { in getDILineInfo() argument
96 {offset, sectionIndex}, nullptr, in getDILineInfo()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A 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()
H A 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()
H A DOutputSections.h45 uint32_t sectionIndex = UINT32_MAX; variable
H A 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()
2213 : os->sectionIndex; in getSymSectionIndex()
2341 getParent()->link = in.symTab->getParent()->sectionIndex; in finalizeContents()
2385 getParent()->link = sec->sectionIndex; in finalizeContents()
2521 getParent()->link = sec->sectionIndex; in finalizeContents()
3101 getParent()->link = sec->sectionIndex; in finalizeContents()
[all …]
H A DInputFiles.cpp317 uint64_t sectionIndex = object::SectionedAddress::UndefSection; in getDILineInfo() local
321 sectionIndex = curIndex; in getDILineInfo()
326 return getDwarf()->getDILineInfo(offset, sectionIndex); in getDILineInfo()
H A 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()
H A DInputSection.cpp394 if (osec && seen.insert(osec->sectionIndex).second) in copyShtGroup()
395 *to++ = osec->sectionIndex; in copyShtGroup()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/
H A DDWARF.h30 uint64_t sectionIndex);
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DWriter.h71 uint32_t sectionIndex = 0; variable
H A 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()
H A DMapFile.cpp278 writeHeader(os, sec->sectionIndex, address); in writeMapFile()
H A DInputFiles.h223 uint32_t sectionIndex);
H A DInputFiles.cpp950 uint32_t sectionIndex) { in getDILineInfo() argument
957 return dwarf->getDILineInfo(offset, sectionIndex); in getDILineInfo()
H A DWriter.cpp1117 os->sectionIndex = idx; in assignOutputSectionIndices()
1161 sym.SectionNumber = os->sectionIndex; in createSymbol()
H A DChunks.cpp101 add16(off, os->sectionIndex); in applySecIdx()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler.h123 typedef std::function<llvm::Error (uint32_t sectionIndex, uint64_t addr,
H A DMachONormalizedFileToAtoms.cpp228 uint32_t sectionIndex, in appendSymbolsInSection() argument
234 if (sym.sect != sectionIndex) in appendSymbolsInSection()
H A DMachONormalizedFileFromAtoms.cpp548 uint32_t sectionIndex = 1; in organizeSections() local
552 sect->finalSectionIndex = sectionIndex++; in organizeSections()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.cpp886 uint32_t sectionIndex = 0; in sortSegmentsAndSections() local
893 osec->index = ++sectionIndex; in sortSegmentsAndSections()