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.cpp559 os->link = in.symTab->getParent()->sectionIndex; in finalizeShtGroup()
575 seen.insert(osec->sectionIndex); in finalizeShtGroup()
588 link = ex->getLinkOrderDep()->getParent()->sectionIndex; in finalize()
591 link = d->getParent()->sectionIndex; in finalize()
609 link = in.symTab->getParent()->sectionIndex; in finalize()
613 info = s->getOutputSection()->sectionIndex; in finalize()
H A DLinkerScript.cpp668 overwrite->osec.sectionIndex = i++; in processSectionCommands()
671 osec->sectionIndex = i++; in processSectionCommands()
679 if (osd->osec.partition == 1 && osd->osec.sectionIndex == UINT32_MAX) in processSectionCommands()
689 aether->sectionIndex = 1; in processSymbolAssignments()
847 s->getOutputSection()->sectionIndex == UINT32_MAX); in addOrphanSections()
959 if (sec->sectionIndex == UINT32_MAX && hint) in findMemoryRegion()
1214 if (sec->sectionIndex != UINT32_MAX) in adjustOutputSections()
H A DOutputSections.h46 uint32_t sectionIndex = UINT32_MAX; variable
H A DSyntheticSections.cpp1559 getParent()->link = sec->sectionIndex; in finalizeContents()
1663 getParent()->link = symTab->getParent()->sectionIndex; in finalizeContents()
1669 getParent()->info = in.gotPlt->getParent()->sectionIndex; in finalizeContents()
1673 getParent()->info = in.igotPlt->getParent()->sectionIndex; in finalizeContents()
2108 getParent()->link = sec->sectionIndex; in finalizeContents()
2217 : os->sectionIndex; in getSymSectionIndex()
2330 getParent()->link = in.symTab->getParent()->sectionIndex; in finalizeContents()
2373 getParent()->link = sec->sectionIndex; in finalizeContents()
2485 getParent()->link = sec->sectionIndex; in finalizeContents()
3069 getParent()->link = sec->sectionIndex; in finalizeContents()
[all …]
H A DInputFiles.cpp481 uint64_t sectionIndex = object::SectionedAddress::UndefSection; in getDILineInfo() local
485 sectionIndex = curIndex; in getDILineInfo()
490 return getDwarf()->getDILineInfo(offset, sectionIndex); in getDILineInfo()
H A DWriter.cpp1587 return osd->osec.sectionIndex == UINT32_MAX; in sortOrphanSections()
2107 osec->sectionIndex = outputSections.size(); in finalizeSections()
2131 Out::elfHeader->sectionIndex = 1; in finalizeSections()
2930 uint32_t strTabIndex = in.shStrTab->getParent()->sectionIndex; in writeHeader()
H A DInputSection.cpp343 if (osec && seen.insert(osec->sectionIndex).second) in copyShtGroup()
344 *to++ = osec->sectionIndex; in copyShtGroup()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.h74 uint32_t sectionIndex = 0; 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.cpp923 uint32_t sectionIndex) { in getDILineInfo() argument
930 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/ELF/Arch/
H A DARM.cpp1392 osec->sectionIndex = ++idx; in writeARMCmseImportLib()
1439 eHdr->e_shstrndx = shstrtab->getParent()->sectionIndex; in writeARMCmseImportLib()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp938 uint32_t sectionIndex = 0; in sortSegmentsAndSections() local
957 osec->index = ++sectionIndex; in sortSegmentsAndSections()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp2574 kmp_int32 sectionIndex = 0; in __kmpc_next_section() local
2578 sectionIndex = test_then_inc<kmp_int32>((kmp_int32 *)&sh->u.s.iteration); in __kmpc_next_section()
2579 if (sectionIndex >= numberOfSections) { in __kmpc_next_section()
2626 return sectionIndex; in __kmpc_next_section()