Searched refs:preinit_array (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/runtime_loader/
H A Druntime_loader.h122 addr_t *preinit_array; member in struct:image_t
/haiku/src/system/runtime_loader/
H A Delf.cpp327 if (initHead && image->preinit_array) {
330 ((initfini_array_function)image->preinit_array[j])();
H A Delf_load_image.cpp367 image->preinit_array = (addr_t*)

Completed in 36 milliseconds