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}, nullptr, in getDILineInfo()
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DDWARF.h30 uint64_t sectionIndex);
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp597 os->link = in.symTab->getParent()->sectionIndex; in finalizeShtGroup()
613 seen.insert(osec->sectionIndex); in finalizeShtGroup()
723 link = ex->getLinkOrderDep()->getParent()->sectionIndex; in finalize()
726 link = d->getParent()->sectionIndex; in finalize()
744 link = in.symTab->getParent()->sectionIndex; in finalize()
748 info = s->getOutputSection()->sectionIndex; in finalize()
H A DLinkerScript.cpp716 overwrite->osec.sectionIndex = i++; in processSectionCommands()
719 osec->sectionIndex = i++; in processSectionCommands()
727 if (osd->osec.partition == 1 && osd->osec.sectionIndex == UINT32_MAX) in processSectionCommands()
737 aether->sectionIndex = 1; in processSymbolAssignments()
894 s->getOutputSection()->sectionIndex == UINT32_MAX); in addOrphanSections()
1007 if (sec->sectionIndex == UINT32_MAX && hint) in findMemoryRegion()
1263 if (sec->sectionIndex != UINT32_MAX) in adjustOutputSections()
H A DOutputSections.h47 uint32_t sectionIndex = UINT32_MAX; variable
H A DSyntheticSections.cpp1575 getParent()->link = sec->sectionIndex; in finalizeContents()
1680 getParent()->link = symTab->getParent()->sectionIndex; in finalizeContents()
1686 getParent()->info = in.gotPlt->getParent()->sectionIndex; in finalizeContents()
2129 getParent()->link = sec->sectionIndex; in finalizeContents()
2237 return os->sectionIndex >= SHN_LORESERVE ? (uint32_t)SHN_XINDEX in getSymSectionIndex()
2238 : os->sectionIndex; in getSymSectionIndex()
2332 write32(buf, entry.sym->getOutputSection()->sectionIndex); in writeTo()
2351 getParent()->link = in.symTab->getParent()->sectionIndex; in finalizeContents()
2394 getParent()->link = sec->sectionIndex; in finalizeContents()
2506 getParent()->link = sec->sectionIndex; in finalizeContents()
[all …]
H A DWriter.cpp1317 return osd->osec.sectionIndex == UINT32_MAX; in sortOrphanSections()
1363 return aOut->sectionIndex < bOut->sectionIndex; in compareByFilePosition()
1892 osec->sectionIndex = outputSections.size(); in finalizeSections()
1916 Out::elfHeader->sectionIndex = 1; in finalizeSections()
2733 uint32_t strTabIndex = in.shStrTab->getParent()->sectionIndex; in writeHeader()
H A DInputFiles.cpp504 uint64_t sectionIndex = object::SectionedAddress::UndefSection; in getDILineInfo() local
508 sectionIndex = curIndex; in getDILineInfo()
513 return getDwarf()->getDILineInfo(offset, sectionIndex); in getDILineInfo()
H A DInputSection.cpp387 if (osec && seen.insert(osec->sectionIndex).second) in copyShtGroup()
388 *to++ = osec->sectionIndex; in copyShtGroup()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.h74 uint32_t sectionIndex = 0;
68 uint32_t sectionIndex = 0; global() variable
H A DPDB.cpp722 sc.ISect = os ? os->sectionIndex : llvm::pdb::kInvalidStreamIndex; in createSectionContrib()
1145 pub.Segment = os->sectionIndex; in createPublic()
1476 cgs.Segment = os.sectionIndex; in addLinkerModuleCoffGroup()
1499 sym.SectionNumber = os.sectionIndex; in addLinkerModuleSectionSymbol()
1575 ts.Segment = thunkOS->sectionIndex; in addImportFilesToPDB()
H A DInputFiles.h216 uint32_t sectionIndex);
H A DMapFile.cpp280 writeHeader(os, sec->sectionIndex, address); in writeMapFile()
H A DInputFiles.cpp967 uint32_t sectionIndex) { in getDILineInfo() argument
974 return dwarf->getDILineInfo(offset, sectionIndex); in getDILineInfo()
H A DChunks.cpp108 add16(off, os->sectionIndex); in applySecIdx()
H A DWriter.cpp1274 os->sectionIndex = idx; in assignOutputSectionIndices()
1322 sym.SectionNumber = os->sectionIndex; in createSymbol()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp954 uint32_t sectionIndex = 0; in sortSegmentsAndSections() local
973 osec->index = ++sectionIndex; in sortSegmentsAndSections()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1469 osec->sectionIndex = ++idx; in writeARMCmseImportLib()
1516 eHdr->e_shstrndx = shstrtab->getParent()->sectionIndex; in writeARMCmseImportLib()
/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()