Lines Matching full:coff
2 Provides the services to get the entry point to a PE/COFF image that has either been
26 Retrieves and returns a pointer to the entry point to a PE/COFF image that has been loaded
27 into system memory with the PE/COFF Loader Library functions.
29 Retrieves the entry point to the PE/COFF image specified by Pe32Data and returns this entry
30 point in EntryPoint. If the entry point could not be retrieved from the PE/COFF image, then
35 @param Pe32Data The pointer to the PE/COFF image that is loaded in system memory.
36 @param EntryPoint The pointer to entry point to the PE/COFF image to return.
39 @retval RETURN_INVALID_PARAMETER The entry point could not be found in the PE/COFF image.
85 Returns the machine type of a PE/COFF image.
87 Returns the machine type from the PE/COFF image specified by Pe32Data.
90 @param Pe32Data The pointer to the PE/COFF image that is loaded in system
130 Returns a pointer to the PDB file name for a PE/COFF image that has been
131 loaded into system memory with the PE/COFF Loader Library functions.
133 Returns the PDB file name for the PE/COFF image specified by Pe32Data. If
134 the PE/COFF image specified by Pe32Data is not a valid, then NULL is
135 returned. If the PE/COFF image specified by Pe32Data does not contain a
137 in the PE/COFF image specified by Pe32Data does not contain a PDB file name,
141 @param Pe32Data The pointer to the PE/COFF image that is loaded in system
144 @return The PDB file name for the PE/COFF image specified by Pe32Data or NULL
272 Returns the size of the PE/COFF headers
274 Returns the size of the PE/COFF header specified by Pe32Data.
277 @param Pe32Data The pointer to the PE/COFF image that is loaded in system
280 @return Size of PE/COFF header in bytes or zero if not a valid image.