Searched refs:init_fct (Results 1 – 4 of 4) sorted by relevance
298 result[step_cnt].__init_fct = shlib_handle->init_fct; in gen_steps()305 __gconv_init_fct init_fct = result[step_cnt].__init_fct; in gen_steps() local307 PTR_DEMANGLE (init_fct); in gen_steps()309 if (init_fct != NULL) in gen_steps()311 status = DL_CALL_FCT (init_fct, (&result[step_cnt])); in gen_steps()399 step->__init_fct = step->__shlib_handle->init_fct; in increment_counter()406 __gconv_init_fct init_fct = step->__init_fct; in increment_counter() local408 PTR_DEMANGLE (init_fct); in increment_counter()410 if (init_fct != NULL) in increment_counter()411 DL_CALL_FCT (init_fct, (step)); in increment_counter()
198 result->__init_fct = result->__shlib_handle->init_fct; in find_module()206 __gconv_init_fct init_fct = result->__init_fct; in find_module() local208 PTR_DEMANGLE (init_fct); in find_module()210 if (init_fct != NULL) in find_module()212 status = DL_CALL_FCT (init_fct, (result)); in find_module()
127 found->init_fct = __libc_dlsym (found->handle, "gconv_init"); in __gconv_find_shlib()132 PTR_MANGLE (found->init_fct); in __gconv_find_shlib()
55 __gconv_init_fct init_fct; member
Completed in 10 milliseconds