Lines Matching refs:ImageContext

216   DebugDirectoryEntryRva fields of the ImageContext structure.  
217 If ImageContext is NULL, then return RETURN_INVALID_PARAMETER.
218 If the PE/COFF image accessed through the ImageRead service in the ImageContext
220 If any errors occur while computing the fields of ImageContext,
221 then the error status is returned in the ImageError field of ImageContext.
223 The ImageRead and Handle fields of ImageContext structure must be valid prior
226 @param ImageContext The pointer to the image context structure that
231 @retval RETURN_INVALID_PARAMETER ImageContext is NULL.
238 IN OUT PE_COFF_LOADER_IMAGE_CONTEXT *ImageContext
244 If the DestinationAddress field of ImageContext is 0, then use the ImageAddress field of
245 ImageContext as the relocation base address. Otherwise, use the DestinationAddress field
246 of ImageContext as the relocation base address. The caller must allocate the relocation
247 fixup log buffer and fill in the FixupData field of ImageContext prior to calling this function.
252 the ImageContext structure must be valid prior to invoking this service.
254 If ImageContext is NULL, then ASSERT().
260 @param ImageContext The pointer to the image context structure that describes the PE/COFF
264 Extended status information is in the ImageError field of ImageContext.
266 Extended status information is in the ImageError field of ImageContext.
268 Extended status information is in the ImageError field of ImageContext.
274 IN OUT PE_COFF_LOADER_IMAGE_CONTEXT *ImageContext
280 Loads the PE/COFF image accessed through the ImageRead service of ImageContext into the buffer
281 specified by the ImageAddress and ImageSize fields of ImageContext. The caller must allocate
283 The EntryPoint, FixupDataSize, CodeView, PdbPointer and HiiResourceData fields of ImageContext are computed.
286 fields of the ImageContext structure must be valid prior to invoking this service.
288 If ImageContext is NULL, then ASSERT().
294 @param ImageContext The pointer to the image context structure that describes the PE/COFF
298 the ImageAddress and ImageSize fields of ImageContext.
299 Extended status information is in the ImageError field of ImageContext.
301 Extended status information is in the ImageError field of ImageContext.
303 Extended status information is in the ImageError field of ImageContext.
305 Extended status information is in the ImageError field of ImageContext.
311 IN OUT PE_COFF_LOADER_IMAGE_CONTEXT *ImageContext
383 specified by ImageContext was loaded using PeCoffLoaderLoadImage().
389 If ImageContext is NULL, then ASSERT().
391 @param ImageContext Pointer to the image context structure that describes the PE/COFF
399 IN OUT PE_COFF_LOADER_IMAGE_CONTEXT *ImageContext