> As Linux uses the auxiliary vector to report the page size, > _dl_non_dynamic_init() is not used for initializing _dl_pagesize; > _dl_aux_init() is used instead. Both of these do get called, and both of them will initialize _dl_pagesize. Look at _dl_non_dynamic_init.