22 #include <sys/cdefs.h>
unsigned long uint32
32-bit unsigned integer
Definition: types.h:28
void arch_exec_at(const void *image, uint32 length, uint32 address) __noreturn
Replace the currently running binary.
#define __noreturn
Identify a function that will never return.
Definition: cdefs.h:37
void arch_exec(const void *image, uint32 length) __noreturn
Replace the currently running binary at the default address.