Home | History | Annotate | Download | only in src

Lines Matching refs:INITIALIZE_GOT

409   void (*initialize_got) (struct ld_state *, Elf_Scn *scn);
410 #define INITIALIZE_GOT(state, scn) \
411 DL_CALL_FCT ((state)->callbacks.initialize_got, (state, scn))