OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageEof
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
EfiLdr.h
62
UINT8 *
ImageEof
; // End of memory image
PeLoader.c
246
Image->
ImageEof
= Image->ImageBase + Image->Info.ImageSize;
452
if ((UINT8 *) RelocEnd < Image->ImageBase || (UINT8 *) RelocEnd > Image->
ImageEof
) {
559
if ((FixedAddress < Image->ImageBase) || (FixedAddress > Image->
ImageEof
)) {
566
// "PeCoffImageAddress: ImageBase %x,
ImageEof
%x, Address %x, FixedAddress %x\n",
568
// Image->
ImageEof
,
Completed in 63 milliseconds