HomeSort by relevance Sort by last modified time
    Searched refs:CREATE_RELOCATIONS (Results 1 - 2 of 2) sorted by null

  /external/elfutils/src/
ld.h 368 void (*create_relocations) (struct ld_state *, const Elf32_Word *); member in struct:callbacks
369 #define CREATE_RELOCATIONS(state, dlbindirect) \
370 DL_CALL_FCT ((state)->callbacks.create_relocations, (state, dblindirect))
    [all...]
ldgeneric.c 234 ld_state.callbacks.create_relocations = ld_generic_create_relocations;
    [all...]

Completed in 175 milliseconds