Home | History | Annotate | Download | only in GdbStub

Lines Matching full:coff

826   the size of the PE/COFF header into the starting address to make things work

827 right as there is no way to pad the Mach-O for the size of the PE/COFF header.
830 Returns a pointer to the PDB file name for a PE/COFF image that has been
831 loaded into system memory with the PE/COFF Loader Library functions.
833 Returns the PDB file name for the PE/COFF image specified by Pe32Data. If
834 the PE/COFF image specified by Pe32Data is not a valid, then NULL is
835 returned. If the PE/COFF image specified by Pe32Data does not contain a
837 in the PE/COFF image specified by Pe32Data does not contain a PDB file name,
841 @param Pe32Data Pointer to the PE/COFF image that is loaded in system
845 @return The PDB file name for the PE/COFF image specified by Pe32Data or NULL