Home | History | Annotate | Download | only in gnuefi

Lines Matching defs:ImageBase

26 	.globl	ImageBase
27 ImageBase:
30 .long pe_header - ImageBase // Offset to the PE header.
53 .long _start - ImageBase // AddressOfEntryPoint
54 .long _start - ImageBase // BaseOfCode
58 .long 0 // ImageBase
69 .long _edata - ImageBase // SizeOfImage
72 .long _start - ImageBase // SizeOfHeaders
117 .long _start - ImageBase // VirtualAddress
119 .long _start - ImageBase // PointerToRawData
135 adr r0, ImageBase