Home | History | Annotate | Download | only in src

Lines Matching refs:INITIALIZE_GOTPLT

406   void (*initialize_gotplt) (struct ld_state *, Elf_Scn *scn);
407 #define INITIALIZE_GOTPLT(state, scn) \
408 DL_CALL_FCT ((state)->callbacks.initialize_gotplt, (state, scn))