Home | History | Annotate | Download | only in gnuefi

Lines Matching refs:ImageBase

30 	.globl	ImageBase
31 ImageBase:
34 .long pe_header - ImageBase // Offset to the PE header.
56 .long _start - ImageBase // AddressOfEntryPoint
57 .long _start - ImageBase // BaseOfCode
60 .quad 0 // ImageBase
71 .long _edata - ImageBase // SizeOfImage
74 .long _start - ImageBase // SizeOfHeaders
112 .long _start - ImageBase // VirtualAddress
114 .long _start - ImageBase // PointerToRawData
129 lla a0, ImageBase