Home
last modified time | relevance | path

Searched refs:e_maxalloc (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/include/coff/
H A Dmsdos.h38 char e_maxalloc[2]; /* Maximum extra paragraphs needed. */ member
H A Dpe.h210 char e_maxalloc[2]; /* Maximum extra paragraphs needed, 0xFFFF. */ member
H A Dinternal.h44 unsigned short e_maxalloc; /* Maximum extra paragraphs needed, 0xFFFF */ member
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Dmsdos.h38 char e_maxalloc[2]; /* Maximum extra paragraphs needed. */ member
H A Dpe.h207 char e_maxalloc[2]; /* Maximum extra paragraphs needed, 0xFFFF. */ member
H A Dinternal.h44 unsigned short e_maxalloc; /* Maximum extra paragraphs needed, 0xFFFF */ member
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
H A Dpe.h23 UINT16 e_maxalloc; // Maximum extra paragraphs needed member
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia64/
H A Dpe.h38 UINT16 e_maxalloc; // Maximum extra paragraphs needed member
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia32/
H A Dpe.h23 UINT16 e_maxalloc; // Maximum extra paragraphs needed member
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dod-pe.c296 data = bfd_h_get_16 (abfd, fhdr->e_maxalloc); in dump_pe_file_header()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DpeXXigen.c835 filehdr_in->pe.e_maxalloc = 0xffff; in _bfd_XXi_only_swap_filehdr_out()
887 H_PUT_16 (abfd, filehdr_in->pe.e_maxalloc, filehdr_out->e_maxalloc); in _bfd_XXi_only_swap_filehdr_out()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DpeXXigen.c810 filehdr_in->pe.e_maxalloc = 0xffff; in _bfd_XXi_only_swap_filehdr_out()
865 H_PUT_16 (abfd, filehdr_in->pe.e_maxalloc, filehdr_out->e_maxalloc); in _bfd_XXi_only_swap_filehdr_out()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnt.d3066 WORD e_maxalloc;