Home | History | Annotate | Download | only in src

Lines Matching refs:initialize_plt

385   void (*initialize_plt) (struct ld_state *, Elf_Scn *scn);
386 #define INITIALIZE_PLT(state, scn) \
387 DL_CALL_FCT ((state)->callbacks.initialize_plt, (state, scn))