/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | InputFiles.cpp | 365 Subsections &subsections = section.subsections; in parseSections() local 366 subsections.reserve(data.size() / recordSize); in parseSections() 370 subsections.push_back({off, isec}); in parseSections() 385 section.subsections.push_back({0, isec}); in parseSections() 391 section.subsections.push_back({0, isec}); in parseSections() 421 section.subsections.push_back({0, isec}); in parseSections() 445 ehFrameSection.subsections.push_back( in splitEhFrames() 480 section.subsections, *offset, in findContainingSubsection() 539 Subsections &subsections = section.subsections; in parseRelocations() local 540 auto subsecIt = subsections.rbegin(); in parseRelocations() [all …]
|
H A D | InputSection.cpp | 123 for (const Subsection &subsec : section.subsections) { in getLocation() 144 for (const Subsection &subsec : section.subsections) { in getSourceLocation() 285 section.subsections.push_back({0, isec}); in makeSyntheticInputSection()
|
H A D | ICF.cpp | 385 assert(addrSigSection->subsections.size() == 1); in markAddrSigSymbols() 387 const InputSection *isec = addrSigSection->subsections[0].isec; in markAddrSigSymbols()
|
H A D | MapFile.cpp | 92 for (const Subsection &subsec : sec->subsections) { in gatherMapInfo()
|
H A D | InputFiles.h | 73 Subsections subsections; variable 85 // Whether we have already split this section into individual subsections.
|
H A D | Driver.cpp | 1299 for (const Subsection &subsection : section->subsections) in gatherInputSections() 1339 section.subsections.push_back({0, isec}); in addSynthenticMethnames()
|
H A D | ObjC.cpp | 1054 parentSection->subsections.push_back({0, newStringSec}); in emitCategoryName()
|
H A D | SyntheticSections.cpp | 1089 for (const Subsection &subsec : section->subsections) { in collectDataInCodeEntries()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | ModuleDebugStream.cpp | 123 ModuleDebugStreamRef::subsections() const { in subsections() function in ModuleDebugStreamRef 136 for (const auto &SS : subsections()) { in findChecksumsSubsection()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | ModuleDebugStream.h | 61 iterator_range<DebugSubsectionIterator> subsections() const;
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 658 DebugSubsectionArray subsections; in writeAllModuleSymbolRecords() local 660 exitOnErr(reader.readArray(subsections, contents.size())); in writeAllModuleSymbolRecords() 663 for (const DebugSubsectionRecord &ss : subsections) { in writeAllModuleSymbolRecords() 760 DebugSubsectionArray subsections; in handleDebugS() local 763 exitOnErr(reader.readArray(subsections, contents.size())); in handleDebugS() 769 for (const DebugSubsectionRecord &ss : subsections) { in handleDebugS() 1775 DebugSubsectionArray subsections; in findLineTable() local 1777 exitOnErr(reader.readArray(subsections, contents.size())); in findLineTable() 1779 for (const DebugSubsectionRecord &ss : subsections) { in findLineTable()
|
H A D | InputFiles.cpp | 749 DebugSubsectionArray subsections; in initializeFlags() local 753 exitOnErr(reader.readArray(subsections, data.size())); in initializeFlags() 755 for (const DebugSubsectionRecord &ss : subsections) { in initializeFlags()
|
/freebsd/crypto/openssh/ |
H A D | PROTOCOL.krl | 119 2.5. Certificate Extension subsections 125 Extensions are stored in subsections of type
|
/freebsd/contrib/llvm-project/lld/MachO/Arch/ |
H A D | ARM64.cpp | 641 if (sec->subsections.empty()) in applyOptimizationHints() 644 sec->subsections, addr - sec->addr, in applyOptimizationHints()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | YAMLOutputStyle.cpp | 251 for (const auto &SS : ModS.subsections()) { in dumpDbiStream()
|
H A D | BytesOutputStyle.cpp | 418 for (const auto &SS : Stream.subsections()) { in dumpModuleC13()
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3454.txt | 348 mapping tables are subsections of appendix B. 352 appendix B and subsections below, the lists in appendix B always 540 Note that the subsections below describe how the tables in appendix C 548 appendix C and subsections below, the lists in appendix C always take
|
H A D | rfc3490.txt | 521 The following two subsections define the ToASCII and ToUnicode
|
/freebsd/crypto/heimdal/doc/ |
H A D | setup.texi | 47 assignments or subsections). A section starts with 1410 verify. See the subsections below for how to do that. Then, you can
|
H A D | layman.asc | 199 The following four subsections give an overview of simple
|
/freebsd/contrib/googletest/docs/ |
H A D | advanced.md | 755 subsections.
|
/freebsd/contrib/dialog/ |
H A D | CHANGES | 397 + reorganize dialog.3, to use subsections for generating navigation
|