Home | History | Annotate | Download | only in gnuefi

Lines Matching refs:ImageBase

27 	.globl	ImageBase
28 ImageBase:
31 .long pe_header - ImageBase // Offset to the PE header.
53 .long _start - ImageBase // AddressOfEntryPoint
54 .long _start - ImageBase // BaseOfCode
57 .quad 0 // ImageBase
68 .long _edata - ImageBase // SizeOfImage
71 .long _start - ImageBase // SizeOfHeaders
116 .long _start - ImageBase // VirtualAddress
118 .long _start - ImageBase // PointerToRawData
159 // a0: ImageBase
160 dli $t1, ImageBase - _pc