struct StartLdResult

Defined at line 144 of file ../../sdk/lib/ld/zircon-startup.cc

The _start assembly code saves the two argument registers passed by

zx_process_start, as well as passing them through to StartLd. StartLd

returns this to give it the user entry point address to hand off to. It

unwinds the stack to starting conditions and hands off with the same two

original argument register values, and the third argument register here.

Public Members

uintptr_t entry
uintptr_t third_argument