Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/Common/
H A DDWARF.cpp92 uint64_t sectionIndex) { in getDILineInfo() argument
96 {offset, sectionIndex}, false, nullptr, in getDILineInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp261 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 DDWARF.h30 uint64_t sectionIndex);
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.h77 uint32_t sectionIndex = 0; variable
H A DPDB.cpp716 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 DMapFile.cpp279 writeHeader(os, sec->sectionIndex, address); in writeMapFile()
H A DInputFiles.h225 uint32_t sectionIndex);
H A DInputFiles.cpp1193 uint32_t sectionIndex) { in getDILineInfo() argument
1200 return dwarf->getDILineInfo(offset, sectionIndex); in getDILineInfo()
H A DWriter.cpp1424 os->sectionIndex = idx; in assignOutputSectionIndices()
1464 sym.SectionNumber = os->sectionIndex; in createSymbol()
2923 loadConfig->DynamicValueRelocTableSection = relocSec->sectionIndex; in prepareLoadConfig()
H A DChunks.cpp119 add16(off, os->sectionIndex); in applySecIdx()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp616 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 DLinkerScript.cpp781 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 DOutputSections.h48 uint32_t sectionIndex = UINT32_MAX; variable
H A DSyntheticSections.cpp1630 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 DInputSection.cpp337 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 DWriter.cpp1366 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 DWriter.cpp983 uint32_t sectionIndex = 0; in sortSegmentsAndSections() local
1002 osec->index = ++sectionIndex; in sortSegmentsAndSections()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp2577 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 DARM.cpp1476 osec->sectionIndex = ++idx; in writeARMCmseImportLib()
1523 eHdr->e_shstrndx = shstrtab->getParent()->sectionIndex; in writeARMCmseImportLib()