| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | DWARF.cpp | 92 uint64_t sectionIndex) { in getDILineInfo() argument 96 {offset, sectionIndex}, false, nullptr, in getDILineInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/ |
| H A D | ObjectFileXCOFF.cpp | 261 size_t sectionIndex = static_cast<size_t>(sectionNumber - 1); in ParseSymtab() local 263 if (sectionIndex < sectionList->GetSize()) { in ParseSymtab() 266 sectionList->GetSectionAtIndex(sectionIndex); in ParseSymtab()
|
| /freebsd/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | DWARF.h | 30 uint64_t sectionIndex);
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Writer.h | 77 uint32_t sectionIndex = 0; variable
|
| H A D | PDB.cpp | 716 sc.ISect = os ? os->sectionIndex : llvm::pdb::kInvalidStreamIndex; in createSectionContrib() 1142 pub.Segment = os->sectionIndex; in createPublic() 1484 cgs.Segment = os.sectionIndex; in addLinkerModuleCoffGroup() 1507 sym.SectionNumber = os.sectionIndex; in addLinkerModuleSectionSymbol() 1583 ts.Segment = thunkOS->sectionIndex; in addImportFilesToPDB()
|
| H A D | MapFile.cpp | 279 writeHeader(os, sec->sectionIndex, address); in writeMapFile()
|
| H A D | InputFiles.h | 225 uint32_t sectionIndex);
|
| H A D | InputFiles.cpp | 1193 uint32_t sectionIndex) { in getDILineInfo() argument 1200 return dwarf->getDILineInfo(offset, sectionIndex); in getDILineInfo()
|
| H A D | Writer.cpp | 1424 os->sectionIndex = idx; in assignOutputSectionIndices() 1464 sym.SectionNumber = os->sectionIndex; in createSymbol() 2923 loadConfig->DynamicValueRelocTableSection = relocSec->sectionIndex; in prepareLoadConfig()
|
| H A D | Chunks.cpp | 119 add16(off, os->sectionIndex); in applySecIdx()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | OutputSections.cpp | 616 os->link = ctx.in.symTab->getParent()->sectionIndex; in finalizeShtGroup() 632 seen.insert(osec->sectionIndex); in finalizeShtGroup() 746 link = ex->getLinkOrderDep()->getParent()->sectionIndex; in finalize() 749 link = d->getParent()->sectionIndex; in finalize() 767 link = ctx.in.symTab->getParent()->sectionIndex; in finalize() 771 info = s->getOutputSection()->sectionIndex; in finalize()
|
| H A D | LinkerScript.cpp | 781 overwrite->osec.sectionIndex = i++; in processSectionCommands() 784 osec->sectionIndex = i++; in processSectionCommands() 835 if (osd->osec.partition == 1 && osd->osec.sectionIndex == UINT32_MAX) in processSectionCommands() 860 aether->sectionIndex = 1; in processSymbolAssignments() 1019 s->getOutputSection()->sectionIndex == UINT32_MAX); in addOrphanSections() 1139 if (sec->sectionIndex == UINT32_MAX && hint) in findMemoryRegion() 1398 if (sec->sectionIndex != UINT32_MAX) in adjustOutputSections()
|
| H A D | OutputSections.h | 48 uint32_t sectionIndex = UINT32_MAX; variable
|
| H A D | SyntheticSections.cpp | 1630 getParent()->link = sec->sectionIndex; in finalizeContents() 1737 getParent()->link = symTab->getParent()->sectionIndex; in finalizeContents() 1743 getParent()->info = ctx.in.gotPlt->getParent()->sectionIndex; in finalizeContents() 2188 getParent()->link = sec->sectionIndex; in finalizeContents() 2297 return os->sectionIndex >= SHN_LORESERVE ? (uint32_t)SHN_XINDEX in getSymSectionIndex() 2298 : os->sectionIndex; in getSymSectionIndex() 2395 write32(ctx, buf, entry.sym->getOutputSection()->sectionIndex); in writeTo() 2414 getParent()->link = ctx.in.symTab->getParent()->sectionIndex; in finalizeContents() 2457 getParent()->link = sec->sectionIndex; in finalizeContents() 2570 getParent()->link = sec->sectionIndex; in finalizeContents() [all …]
|
| H A D | InputSection.cpp | 337 uint64_t sectionIndex = it != sections.end() in operator <<() local 341 if (auto info = dwarf->getDILineInfo(msg.offset, sectionIndex)) in operator <<() 419 if (osec && seen.insert(osec->sectionIndex).second) in copyShtGroup() 420 *to++ = osec->sectionIndex; in copyShtGroup()
|
| H A D | Writer.cpp | 1366 return osd->osec.sectionIndex == UINT32_MAX; in sortOrphanSections() 1414 return aOut->sectionIndex < bOut->sectionIndex; in compareByFilePosition() 2008 osec->sectionIndex = ctx.outputSections.size(); in finalizeSections() 2034 ctx.out.elfHeader->sectionIndex = 1; in finalizeSections() 2903 uint32_t strTabIndex = ctx.in.shStrTab->getParent()->sectionIndex; in writeHeader()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Writer.cpp | 983 uint32_t sectionIndex = 0; in sortSegmentsAndSections() local 1002 osec->index = ++sectionIndex; in sortSegmentsAndSections()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_dispatch.cpp | 2577 kmp_int32 sectionIndex = 0; in __kmpc_next_section() local 2581 sectionIndex = test_then_inc<kmp_int32>((kmp_int32 *)&sh->u.s.iteration); in __kmpc_next_section() 2582 if (sectionIndex >= numberOfSections) { in __kmpc_next_section() 2629 return sectionIndex; in __kmpc_next_section()
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | ARM.cpp | 1476 osec->sectionIndex = ++idx; in writeARMCmseImportLib() 1523 eHdr->e_shstrndx = shstrtab->getParent()->sectionIndex; in writeARMCmseImportLib()
|