Searched refs:SizeOfImage (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/cctools-845/include/coff/
H A Daouthdr.h55 uint32_t SizeOfImage; member in struct:aouthdr
90 uint32_t SizeOfImage; member in struct:aouthdr_64
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/coff/
H A Dpe.h251 char SizeOfImage[4]; member in struct:__anon7689
290 char SizeOfImage[4]; member in struct:__anon7690
H A Dinternal.h154 long SizeOfImage; /* size of memory to allocate for prog */ member in struct:internal_extra_pe_aouthdr
/macosx-10.9.5/cctools-845/libstuff/
H A Dcoff_bytesex.c140 a->SizeOfImage = SWAP_INT(a->SizeOfImage);
184 a->SizeOfImage = SWAP_INT(a->SizeOfImage);
/macosx-10.9.5/emacs-92/emacs/nt/
H A Dpreprep.c473 dst_nt_header->OptionalHeader.SizeOfImage +=
494 dst_nt_header->OptionalHeader.SizeOfImage +=
809 // nt_header->OptionalHeader.SizeOfImage = size;
H A Daddsection.c391 dst_nt_header->OptionalHeader.SizeOfImage += new_section_size;
523 // nt_header->OptionalHeader.SizeOfImage = size;
/macosx-10.9.5/cctools-845/efitools/
H A Dmtoc.c1374 * EFI uses SizeOfImage to errorcheck vaddrs in the image
1379 aouthdr.SizeOfImage = rnd(header_size, section_alignment);
1381 aouthdr.SizeOfImage += rnd(scnhdrs[i].s_vsize, section_alignment);
1440 * EFI uses SizeOfImage to errorcheck vaddrs in the image
1446 aouthdr64.SizeOfImage = rnd(header_size, section_alignment);
1448 aouthdr64.SizeOfImage += rnd(scnhdrs[i].s_vsize, section_alignment);
1489 if(aouthdr64.SizeOfImage < 0x10000)
1490 aouthdr64.SizeOfImage = 0x10000;
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A DpeXXigen.c424 a->SizeOfImage = H_GET_32 (abfd, src->SizeOfImage);
649 extra->SizeOfImage = SA (hsize) + isize;
688 H_PUT_32 (abfd, extra->SizeOfImage, aouthdr_out->SizeOfImage);
1844 fprintf (file, "SizeOfImage\t\t%08lx\n", i->SizeOfImage);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCOFF.h471 uint32_t SizeOfImage; member in struct:llvm::COFF::PEHeader
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexw32.c648 dst_nt_header->OptionalHeader.SizeOfImage -=
808 // nt_header->OptionalHeader.SizeOfImage = size;

Completed in 197 milliseconds