12.04.2023 22:23, stsp пишет: > The same "lazy relocation" can even be > applied to a regular dlopen(). Of course it can't, as dlopen() is expected to call library ctors. So only with an optional dlmem() flag such behavior should be performed, in which case dlsetbase() should also do the final relocation and ctors calling.