Home | History | Annotate | Download | only in src

Lines Matching refs:count_relocations

355   void (*count_relocations) (struct ld_state *, struct scninfo *);
356 #define COUNT_RELOCATIONS(state, scninfo) \
357 DL_CALL_FCT ((state)->callbacks.count_relocations, (state, scninfo))