Home
last modified time | relevance | path

Searched refs:subsec (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Time-Local/lib/Time/
DLocal.pm127 my $subsec = $sec - int($sec);
181 ) + $subsec
210 my $subsec = $sec - int($sec);
218 or return $loc_for_ref_t + $subsec;
234 return ( $loc_t - SECS_PER_HOUR ) + $subsec;
240 return $loc_t + $subsec if $dst_off > 0;
247 return $loc_t + $subsec;
/openbsd/src/gnu/usr.bin/perl/cpan/Time-Local/t/
DLocal.t513 my $subsec = $i / 100;
514 $lt[0] = $orig_sec + $subsec;
517 $time, $epoch + $subsec,
518 "non-integer second of $subsec"
531 my $subsec = $i / 100;
532 $gt[0] = $orig_sec + $subsec;
535 $time, $epoch + $subsec,
536 "non-integer second of $subsec"
/openbsd/src/gnu/llvm/lld/MachO/
DInputSection.cpp77 for (const Subsection &subsec : section.subsections) { in getLocation() local
78 if (subsec.isec == this) { in getLocation()
79 off += subsec.offset; in getLocation()
98 for (const Subsection &subsec : section.subsections) { in getSourceLocation() local
99 if (subsec.isec == this) { in getSourceLocation()
100 off += subsec.offset; in getSourceLocation()
DInputFiles.cpp459 [](uint64_t value, Subsection subsec) { return value < subsec.offset; })); in findContainingSubsection() argument
598 InputSection *subsec; in parseRelocations() local
603 subsec = findContainingSubsection(section, &r.offset); in parseRelocations()
608 subsec = subsecIt->isec; in parseRelocations()
611 subsec->relocs.push_back(r); in parseRelocations()
631 subsec->relocs.push_back(p); in parseRelocations()
866 Subsection &subsec = subsections.back(); in parseSymbols() local
867 InputSection *isec = subsec.isec; in parseSymbols()
869 uint64_t subsecAddr = sectionAddr + subsec.offset; in parseSymbols()
1378 for (const Subsection &subsec : ehFrameSection.subsections) { in registerEhFrames() local
[all …]
DMapFile.cpp92 for (const Subsection &subsec : sec->subsections) { in gatherMapInfo() local
93 if (auto isec = dyn_cast<CStringInputSection>(subsec.isec)) { in gatherMapInfo()
DSyntheticSections.cpp1010 for (const Subsection &subsec : section->subsections) { in collectDataInCodeEntries() local
1011 const InputSection *isec = subsec.isec; in collectDataInCodeEntries()
1016 const uint64_t beginAddr = section->addr + subsec.offset; in collectDataInCodeEntries()
/openbsd/src/gnu/llvm/lld/COFF/
DPDB.cpp224 void advanceRelocIndex(SectionChunk *debugChunk, ArrayRef<uint8_t> subsec);
833 ArrayRef<uint8_t> subsec) { in advanceRelocIndex() argument
834 ptrdiff_t vaBegin = subsec.data() - sc->getContents().data(); in advanceRelocIndex()
849 ArrayRef<uint8_t> subsec, uint32_t relocIndex) in UnrelocatedDebugSubsection() argument
850 : DebugSubsection(k), debugChunk(debugChunk), subsec(subsec), in UnrelocatedDebugSubsection()
854 uint32_t calculateSerializedSize() const override { return subsec.size(); } in calculateSerializedSize()
857 ArrayRef<uint8_t> subsec; member in __anon8158deea0711::UnrelocatedDebugSubsection
863 std::vector<uint8_t> relocatedBytes(subsec.size()); in commit()
865 debugChunk->writeAndRelocateSubsection(debugChunk->getContents(), subsec, in commit()
891 ArrayRef<uint8_t> subsec; in addUnrelocatedSubsection() local
[all …]
DChunks.cpp475 ArrayRef<uint8_t> subsec, in writeAndRelocateSubsection() argument
478 assert(!subsec.empty() && !sec.empty()); in writeAndRelocateSubsection()
479 assert(sec.begin() <= subsec.begin() && subsec.end() <= sec.end() && in writeAndRelocateSubsection()
481 size_t vaBegin = std::distance(sec.begin(), subsec.begin()); in writeAndRelocateSubsection()
482 size_t vaEnd = std::distance(sec.begin(), subsec.end()); in writeAndRelocateSubsection()
483 memcpy(buf, subsec.data(), subsec.size()); in writeAndRelocateSubsection()
DChunks.h228 ArrayRef<uint8_t> subsec,
/openbsd/src/gnu/llvm/lld/MachO/Arch/
DARM64.cpp612 [](uint64_t off, Subsection subsec) { return off < subsec.offset; })); in applyOptimizationHints() argument
613 const Subsection &subsec = *subsecIt; in applyOptimizationHints() local
615 dyn_cast_or_null<ConcatInputSection>(subsec.isec); in applyOptimizationHints()
620 sectionAddr = subsec.offset + sec->addr; in applyOptimizationHints()
/openbsd/src/gnu/llvm/clang/docs/
DSYCLSupport.rst59 …ttps://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#subsec:commonAddressSpace…
/openbsd/src/gnu/usr.bin/binutils-2.17/texinfo/
Dtexinfo.tex1251 \advancenumber{subsec\thissubsecnum}%
1279 \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}%
1605 \def\lsize{chap}\def\lllsize{subsec}%
1619 \def\lsize{subsec}\def\lllsize{reduced}%
3978 \sectionheading{#1}{subsec}{Ynumbered}{\the\chapno.\the\secno.\the\subsecno}%
3984 \sectionheading{#1}{subsec}{Yappendix}%
3991 \sectionheading{#1}{subsec}{Ynothing}%
4070 \parseargdef\subheading{\sectionheading{#1}{subsec}{Yomitfromtoc}{}
4242 % #1 is the text, #2 is the section level (sec/subsec/subsubsec), #3 is
/openbsd/src/gnu/gcc/gcc/doc/include/
Dtexinfo.tex1354 \advancenumber{subsec\thissubsecnum}%
1382 \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}%
1687 \def\lsize{chap}\def\lllsize{subsec}%
1704 \def\lsize{subsec}\def\lllsize{reduced}%
4251 \sectionheading{#1}{subsec}{Ynumbered}{\the\chapno.\the\secno.\the\subsecno}%
4257 \sectionheading{#1}{subsec}{Yappendix}%
4264 \sectionheading{#1}{subsec}{Ynothing}%
4325 \parseargdef\subheading{\sectionheading{#1}{subsec}{Yomitfromtoc}{}
4486 % #1 is the text, #2 is the section level (sec/subsec/subsubsec), #3 is
/openbsd/src/gnu/usr.bin/texinfo/doc/
Dtexinfo.tex1259 \advancenumber{subsec\thissubsecnum}%
1287 \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}%
1621 \def\lsize{chap}\def\lllsize{subsec}%
1638 \def\lsize{subsec}\def\lllsize{reduced}%
4149 \sectionheading{#1}{subsec}{Ynumbered}{\the\chapno.\the\secno.\the\subsecno}%
4155 \sectionheading{#1}{subsec}{Yappendix}%
4162 \sectionheading{#1}{subsec}{Ynothing}%
4223 \parseargdef\subheading{\sectionheading{#1}{subsec}{Yomitfromtoc}{}
4384 % #1 is the text, #2 is the section level (sec/subsec/subsubsec), #3 is
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/include/
Dtexinfo.tex1110 \def\subsubsecentry ##1##2##3##4##5##6{\advancenumber{subsec##2.##3.##4}}
1122 \pdfoutline goto name{\pdfmkpgn{##5}}count-\expnumber{subsec##2.##3.##4}{##1}}
2537 \let\subsec=\relax
3934 \writetocentry{subsec}{#1}{{\the\chapno}{\the\secno}{\the\subsecno}}
3944 \writetocentry{subsec}{#1}{{\appendixletter}{\the\secno}{\the\subsecno}}
4152 \def\subsecheading#1#2#3#4{\sectionheading{subsec}{#2.#3.#4}{#1}}
4153 \def\plainsubsecheading#1{\sectionheading{subsec}{}{#1}}
4164 % #1 is the section type (sec/subsec/subsubsec), #2 is the section
/openbsd/src/gnu/usr.bin/cvs/doc/
Dtexinfo.tex959 \def\subsubsecentry ##1##2##3##4##5##6{\advancenumber{subsec##2.##3.##4}}
971 \pdfoutline goto name{\pdfmkpgn{##5}}count-\expnumber{subsec##2.##3.##4}{##1}}
2272 \let\subsec=\relax
3771 \def\subsecheading#1#2#3#4{\sectionheading{subsec}{#2.#3.#4}{#1}}
3772 \def\plainsubsecheading#1{\sectionheading{subsec}{}{#1}}
3783 % #1 is the section type (sec/subsec/subsubsec), #2 is the section
/openbsd/src/gnu/usr.bin/texinfo/
DChangeLog.4611453 (\short{chap,unnumbered}entry,\do{chap,sec,subsec,subsubsec}entry):