Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/include/coff/
H A Dpe.h151 char e_maxalloc[2]; /* Maximum extra paragraphs needed, 0xFFFF. */ member
190 char e_maxalloc[2]; /* Maximum extra paragraphs needed, 0xFFFF. */ member
H A Dinternal.h44 unsigned short e_maxalloc; /* Maximum extra paragraphs needed, 0xFFFF */ member
/openbsd-src/gnu/usr.bin/binutils/include/coff/
H A Dpe.h151 char e_maxalloc[2]; /* Maximum extra paragraphs needed, 0xFFFF. */ member
190 char e_maxalloc[2]; /* Maximum extra paragraphs needed, 0xFFFF. */ member
H A Dinternal.h44 unsigned short e_maxalloc; /* Maximum extra paragraphs needed, 0xFFFF */ member
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h163 uint16_t e_maxalloc = 0; // Maximum extra paragraphs needed member
H A DObjectFilePECOFF.cpp541 dos_header.e_maxalloc = in ParseDOSHeader()
1231 s->Printf(" e_maxalloc = 0x%4.4x\n", header.e_maxalloc); in DumpDOSHeader()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A DpeXXigen.c736 filehdr_in->pe.e_maxalloc = 0xffff; in _bfd_XXi_only_swap_filehdr_out()
795 H_PUT_16 (abfd, filehdr_in->pe.e_maxalloc, filehdr_out->e_maxalloc); in _bfd_XXi_only_swap_filehdr_out()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A DpeXXigen.c781 filehdr_in->pe.e_maxalloc = 0xffff;
840 H_PUT_16 (abfd, filehdr_in->pe.e_maxalloc, filehdr_out->e_maxalloc);