Home | History | Annotate | Download | only in src

Lines Matching refs:INITIALIZE_GOTPLT

414   void (*initialize_gotplt) (struct ld_state *, Elf_Scn *scn);
415 #define INITIALIZE_GOTPLT(state, scn) \
416 DL_CALL_FCT ((state)->callbacks.initialize_gotplt, (state, scn))