Home | History | Annotate | Download | only in src

Lines Matching refs:INITIALIZE_PLTREL

398   void (*initialize_pltrel) (struct ld_state *, Elf_Scn *scn);
399 #define INITIALIZE_PLTREL(state, scn) \
400 DL_CALL_FCT ((state)->callbacks.initialize_pltrel, (state, scn))