Home | History | Annotate | Download | only in src

Lines Matching refs:INITIALIZE_PLT

393   void (*initialize_plt) (struct ld_state *, Elf_Scn *scn);
394 #define INITIALIZE_PLT(state, scn) \
395 DL_CALL_FCT ((state)->callbacks.initialize_plt, (state, scn))