On Tue, 07 Jul 2026, Chandru Kumaresan wrote:
> On AArch64, the autoload INIT_WRAPPER passes func_info* via x30 ("mov
> x0, x30").  This works for the first init stage (std_dll_init), reached
> by the trampoline's "blr".  It breaks for a chained second init, because
> dll_chain reaches it via "br x1" without updating x30.

A more general question, could the autoload implementation be replaced by delay 
loaded DLLs?

Regards,
Evgeny

Reply via email to