ld.h | 403 void (*finalize_plt) (struct ld_state *, size_t, size_t, struct symbol **); member in struct:callbacks 404 #define FINALIZE_PLT(state, nsym, nsym_dyn, ndxtosym) \ 405 DL_CALL_FCT ((state)->callbacks.finalize_plt, (state, nsym, nsym_dyn, \ [all...] |