Home
last modified time | relevance | path

Searched refs:_start (Results 1 – 3 of 3) sorted by relevance

/DragonBoot/src/arch/riscv64/
H A Dcrt0-efi-riscv64.S59 .long _edata - _start // SizeOfCode
62 .long _start - ImageBase // AddressOfEntryPoint
63 .long _start - ImageBase // BaseOfCode
81 .long _start - ImageBase // SizeOfHeaders
135 .long _edata - _start // VirtualSize
136 .long _start - ImageBase // VirtualAddress
137 .long _edata - _start // SizeOfRawData
138 .long _start - ImageBase // PointerToRawData
146 .globl _start
147 _start: label
H A Dlink.ld16 ENTRY(_start)
/DragonBoot/src/
H A Dlib.rs22 fn _start() -> !; in _start() function