| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | OutputSections.cpp | 381 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()
|
| D | LinkerScript.cpp | 612 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()
|
| D | OutputSections.h | 45 uint32_t sectionIndex = UINT32_MAX; variable
|
| D | SyntheticSections.cpp | 1405 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 …]
|
| D | InputFiles.cpp | 317 uint64_t sectionIndex = object::SectionedAddress::UndefSection; in getDILineInfo() local 321 sectionIndex = curIndex; in getDILineInfo() 326 return getDwarf()->getDILineInfo(offset, sectionIndex); in getDILineInfo()
|
| D | Writer.cpp | 1612 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()
|
| D | InputSection.cpp | 394 if (osec && seen.insert(osec->sectionIndex).second) in copyShtGroup() 395 *to++ = osec->sectionIndex; in copyShtGroup()
|
| /freebsd-12-stable/contrib/llvm-project/lld/Common/ |
| D | DWARF.cpp | 92 uint64_t sectionIndex) { in getDILineInfo() argument 96 {offset, sectionIndex}, nullptr, in getDILineInfo()
|
| /freebsd-12-stable/contrib/llvm-project/lld/include/lld/Common/ |
| D | DWARF.h | 30 uint64_t sectionIndex);
|
| /freebsd-12-stable/contrib/llvm-project/lld/COFF/ |
| D | Writer.h | 71 uint32_t sectionIndex = 0; variable
|
| D | PDB.cpp | 725 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()
|
| D | MapFile.cpp | 278 writeHeader(os, sec->sectionIndex, address); in writeMapFile()
|
| D | InputFiles.h | 223 uint32_t sectionIndex);
|
| D | InputFiles.cpp | 950 uint32_t sectionIndex) { in getDILineInfo() argument 957 return dwarf->getDILineInfo(offset, sectionIndex); in getDILineInfo()
|
| D | Writer.cpp | 1117 os->sectionIndex = idx; in assignOutputSectionIndices() 1161 sym.SectionNumber = os->sectionIndex; in createSymbol()
|
| D | Chunks.cpp | 101 add16(off, os->sectionIndex); in applySecIdx()
|
| /freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| D | ArchHandler.h | 123 typedef std::function<llvm::Error (uint32_t sectionIndex, uint64_t addr,
|
| D | MachONormalizedFileToAtoms.cpp | 228 uint32_t sectionIndex, in appendSymbolsInSection() argument 234 if (sym.sect != sectionIndex) in appendSymbolsInSection()
|
| D | MachONormalizedFileFromAtoms.cpp | 548 uint32_t sectionIndex = 1; in organizeSections() local 552 sect->finalSectionIndex = sectionIndex++; in organizeSections()
|
| /freebsd-12-stable/contrib/llvm-project/lld/MachO/ |
| D | Writer.cpp | 886 uint32_t sectionIndex = 0; in sortSegmentsAndSections() local 893 osec->index = ++sectionIndex; in sortSegmentsAndSections()
|