Home
last modified time | relevance | path

Searched refs:SectionCount (Results 1 – 25 of 205) sorted by path

123456789

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs72069 pub SectionCount: u8, field
/dports/comms/cqrlog/cqrlog-2.5.0/src/lnet/lib/
H A Dlsmtp.pp84 property SectionCount: Integer read GetCount;
/dports/devel/cc65/cc65-2.19/src/ld65/
H A Dobjfile.c135 unsigned SectionCount; in ObjReadSections() local
141 SectionCount = ReadVar (F); in ObjReadSections()
142 CollGrow (&O->Sections, SectionCount); in ObjReadSections()
143 for (I = 0; I < SectionCount; ++I) { in ObjReadSections()
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestGIT.cxx469 SectionCount enumerator
471 static char const SectionSep[SectionCount];
531 case SectionCount: in ProcessLine()
540 this->Section = SectionType((this->Section + 1) % SectionCount); in NextSection()
601 char const cmCTestGIT::CommitParser::SectionSep[SectionCount] = { '\n', '\n',
H A DcmCTestP4.cxx217 SectionCount enumerator
239 case SectionCount: in ProcessLine()
253 this->Section = SectionType((this->Section + 1) % SectionCount); in NextSection()
/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestGIT.cxx469 SectionCount enumerator
471 static char const SectionSep[SectionCount];
531 case SectionCount: in ProcessLine()
540 this->Section = SectionType((this->Section + 1) % SectionCount); in NextSection()
601 char const cmCTestGIT::CommitParser::SectionSep[SectionCount] = { '\n', '\n',
H A DcmCTestP4.cxx217 SectionCount enumerator
239 case SectionCount: in ProcessLine()
253 this->Section = SectionType((this->Section + 1) % SectionCount); in NextSection()
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestGIT.cxx469 SectionCount enumerator
471 static char const SectionSep[SectionCount];
531 case SectionCount: in ProcessLine()
540 this->Section = SectionType((this->Section + 1) % SectionCount); in NextSection()
601 char const cmCTestGIT::CommitParser::SectionSep[SectionCount] = { '\n', '\n',
H A DcmCTestP4.cxx217 SectionCount enumerator
239 case SectionCount: in ProcessLine()
253 this->Section = SectionType((this->Section + 1) % SectionCount); in NextSection()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/test/COFF/
H A Dhello32.test13 HEADER-NEXT: SectionCount: 4
H A Dlargeaddressaware.test11 HEADER-NEXT: SectionCount: 4
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/MC/
H A DWasmObjectWriter.cpp261 uint32_t SectionCount = 0; member in __anon9da388c90111::WasmObjectWriter
382 Section.Index = SectionCount++; in startSection()
H A DXCOFFObjectWriter.cpp154 uint16_t SectionCount = 0; member in __anonf66b30870111::XCOFFObjectWriter
267 SectionCount = 0; in reset()
633 W.write<uint16_t>(SectionCount); in writeFileHeader()
808 SectionCount++; in assignAddressesAndIndices()
850 SectionCount * sizeof(XCOFF::SectionHeader32); in assignAddressesAndIndices()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/tools/llvm-objcopy/COFF/
H A Dadd-section.test9 # CHECK-ADD: SectionCount: 2
24 # CHECK-ADD-EMPTY-NAME: SectionCount: 2
42 # CHECK-EXTENDED-RELOCS: SectionCount: 2
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/tools/llvm-readobj/COFF/
H A Dbigobj.test9 CHECK-NEXT: SectionCount: 3
H A Dfile-headers.test11 # ARM-NEXT: SectionCount: 0
39 # ARM64-NEXT: SectionCount: 0
67 # I386-NEXT: SectionCount: 0
95 # X86-64-NEXT: SectionCount: 0
123 # I386-CUSTOM-HEADER-NEXT: SectionCount: 0
301 # UNKNOWN-NEXT: SectionCount: 0
H A Dpeplus.test8 CHECK: SectionCount: 1
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/test/COFF/
H A Dhello32.test13 HEADER-NEXT: SectionCount: 4
H A Dlargeaddressaware.test11 HEADER-NEXT: SectionCount: 4
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/MC/
H A DWasmObjectWriter.cpp223 uint32_t SectionCount = 0; member in __anon18a7cd540111::WasmObjectWriter
362 Section.Index = SectionCount++; in startSection()
1407 SectionCount = 0; in writeOneObject()
1896 Entry.Index += SectionCount; in writeOneObject()
H A DXCOFFObjectWriter.cpp193 uint16_t SectionCount = 0; member in __anond1f806720111::XCOFFObjectWriter
328 SectionCount = 0; in reset()
753 W.write<uint16_t>(SectionCount); in writeFileHeader()
994 SectionCount++; in assignAddressesAndIndices()
1050 SectionCount++; in assignAddressesAndIndices()
1077 SectionCount * XCOFF::SectionHeaderSize32; in assignAddressesAndIndices()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/llvm-objcopy/COFF/
H A Dadd-section.test9 # CHECK-ADD: SectionCount: 2
24 # CHECK-ADD-EMPTY-NAME: SectionCount: 2
42 # CHECK-EXTENDED-RELOCS: SectionCount: 2
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/llvm-readobj/COFF/
H A Dbigobj.test9 CHECK-NEXT: SectionCount: 3
H A Dfile-headers.test11 # ARM-NEXT: SectionCount: 0
39 # ARM64-NEXT: SectionCount: 0
67 # I386-NEXT: SectionCount: 0
95 # X86-64-NEXT: SectionCount: 0
123 # I386-CUSTOM-HEADER-NEXT: SectionCount: 0
301 # UNKNOWN-NEXT: SectionCount: 0
H A Dpeplus.test8 CHECK: SectionCount: 1

123456789