Searched refs:NumberOfSections (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/ms/
H A Dsegrenam.pl47 ($Machine,$NumberOfSections,$TimeDateStamp,
55 for($i=0;$i<$NumberOfSections;$i++) {
/macosx-10.10/emacs-93/emacs/nt/
H A Daddsection.c157 for (i = 0; i < nt_header->FileHeader.NumberOfSections; i++)
176 for (i = 0; i < nt_header->FileHeader.NumberOfSections; i++)
204 for (i = 0; i < nt_header->FileHeader.NumberOfSections; i++)
231 if (i == src_nt_header->FileHeader.NumberOfSections)
235 dst_section += dst_nt_header->FileHeader.NumberOfSections - 1;
335 nt_header->FileHeader.NumberOfSections * sizeof (*section),
357 for (i = 0; i < nt_header->FileHeader.NumberOfSections; i++)
390 dst_nt_header->FileHeader.NumberOfSections++;
430 for (i = 0; i < dst_nt_header->FileHeader.NumberOfSections; i++)
499 * nt_header->FileHeader.NumberOfSections;
[all...]
H A Dpreprep.c189 for (i = 0; i < nt_header->FileHeader.NumberOfSections; i++)
208 for (i = 0; i < nt_header->FileHeader.NumberOfSections; i++)
236 for (i = 0; i < nt_header->FileHeader.NumberOfSections; i++)
263 if (i == src_nt_header->FileHeader.NumberOfSections)
267 dst_section += dst_nt_header->FileHeader.NumberOfSections - 1;
417 nt_header->FileHeader.NumberOfSections * sizeof (*section));
427 for (i = 0; i < nt_header->FileHeader.NumberOfSections;
472 dst_nt_header->FileHeader.NumberOfSections++;
493 dst_nt_header->FileHeader.NumberOfSections++;
547 for (i = 0; i < dst_nt_header->FileHeader.NumberOfSections;
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dunexw32.c223 for (i = 0; i < nt_header->FileHeader.NumberOfSections; i++)
242 for (i = 0; i < nt_header->FileHeader.NumberOfSections; i++)
270 for (i = 0; i < nt_header->FileHeader.NumberOfSections; i++)
297 if (i == src_nt_header->FileHeader.NumberOfSections)
301 dst_section += dst_nt_header->FileHeader.NumberOfSections - 1;
559 nt_header->FileHeader.NumberOfSections * sizeof (*section),
567 for (i = 0; i < nt_header->FileHeader.NumberOfSections; i++)
692 for (i = 0; i < dst_nt_header->FileHeader.NumberOfSections; i++)
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Object/
H A DCOFF.h29 support::ulittle16_t NumberOfSections; member in struct:llvm::object::coff_file_header
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DWinCOFFObjectWriter.cpp534 WriteLE16(Header.NumberOfSections);
713 Header.NumberOfSections = 0;
718 MakeSectionReal(**i, ++Header.NumberOfSections);
767 offset += COFF::SectionSize * Header.NumberOfSections;
789 // Signal overflow by setting NumberOfSections to max value. Actual
H A DELFObjectWriter.cpp233 unsigned NumberOfSections);
373 unsigned NumberOfSections) {
422 if (NumberOfSections >= ELF::SHN_LORESERVE)
425 Write16(NumberOfSections);
372 WriteHeader(uint64_t SectionDataSize, unsigned NumberOfSections) argument
/macosx-10.10/llvmCore-3425.0.34/lib/Object/
H A DCOFFObjectFile.cpp79 || addr >= (SectionTable + Header->NumberOfSections))
457 Header->NumberOfSections * sizeof(coff_section)))
536 ret.p = reinterpret_cast<intptr_t>(SectionTable + Header->NumberOfSections);
578 else if (index > 0 && index <= Header->NumberOfSections)
/macosx-10.10/llvmCore-3425.0.34/utils/yaml2obj/
H A Dyaml2obj.cpp205 } else if (KeyValue == "NumberOfSections") {
206 if (!getAs(Value, Header.NumberOfSections)) {
207 YS.printError(Value, "Invalid value for NumberOfSections");
774 CP.Header.NumberOfSections = CP.Sections.size();
806 << binary_le(CP.Header.NumberOfSections)
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DCOFF.h44 uint16_t NumberOfSections; member in struct:llvm::COFF::header
/macosx-10.10/llvmCore-3425.0.34/utils/obj2yaml/
H A Dcoff2yaml.cpp357 yamlCOFFSections(obj, hd->NumberOfSections, Out);
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dpkg_genc.c1127 objHeader.fileHeader.NumberOfSections=2;

Completed in 326 milliseconds