Home | History | Annotate | Download | only in gnuefi

Lines Matching refs:_start

50 	.long	_edata - _start			// SizeOfCode
53 .long _start - ImageBase // AddressOfEntryPoint
54 .long _start - ImageBase // BaseOfCode
71 .long _start - ImageBase // SizeOfHeaders
115 .long _edata - _start // VirtualSize
116 .long _start - ImageBase // VirtualAddress
117 .long _edata - _start // SizeOfRawData
118 .long _start - ImageBase // PointerToRawData
130 .globl _start
131 .ent _start
132 .type _start, @function
133 _start:
188 .end _start