Home | History | Annotate | Download | only in src

Lines Matching refs:CREATE_RELOCATIONS

368   void (*create_relocations) (struct ld_state *, const Elf32_Word *);
369 #define CREATE_RELOCATIONS(state, dlbindirect) \
370 DL_CALL_FCT ((state)->callbacks.create_relocations, (state, dblindirect))