Home | History | Annotate | Download | only in Nt32PeiPeCoffGetEntryPointLib

Lines Matching full:coff

18   Tiano PE/COFF loader

43 Loads a PE/COFF image into memory, this is not follow the original purpose of
49 Pe32Data - Pointer to a PE/COFF Image
51 EntryPoint - Pointer to the entry point of the PE/COFF image
93 Returns the machine type of PE/COFF image.
99 @param Pe32Data Pointer to a PE/COFF header
138 Returns a pointer to the PDB file name for a PE/COFF image that has been
139 loaded into system memory with the PE/COFF Loader Library functions.
141 Returns the PDB file name for the PE/COFF image specified by Pe32Data. If
142 the PE/COFF image specified by Pe32Data is not a valid, then NULL is
143 returned. If the PE/COFF image specified by Pe32Data does not contain a
145 in the PE/COFF image specified by Pe32Data does not contain a PDB file name,
149 @param Pe32Data Pointer to the PE/COFF image that is loaded in system
152 @return The PDB file name for the PE/COFF image specified by Pe32Data or NULL
278 Returns the size of the PE/COFF headers
280 Returns the size of the PE/COFF header specified by Pe32Data.
283 @param Pe32Data Pointer to the PE/COFF image that is loaded in system
286 @return Size of PE/COFF header in bytes or zero if not a valid image.