Home
last modified time | relevance | path

Searched refs:linker_dtor_function_t (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/bionic/linker/
H A Dlinker_soinfo.h77 typedef void (*linker_dtor_function_t)(); typedef
221 linker_dtor_function_t* fini_array_;
225 linker_dtor_function_t fini_func_;
H A Dlinker_soinfo.cpp441 linker_dtor_function_t function, in call_function()
H A Dlinker.cpp3127 fini_func_ = reinterpret_cast<linker_dtor_function_t>(load_bias + d->d_un.d_ptr); in prelink_image()
3141 fini_array_ = reinterpret_cast<linker_dtor_function_t*>(load_bias + d->d_un.d_ptr); in prelink_image()