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

  /external/elfutils/src/
ld.h 347 void (*create_relocations) (struct ld_state *, const Elf32_Word *); member in struct:callbacks
348 #define CREATE_RELOCATIONS(state, dlbindirect) \
349 DL_CALL_FCT ((state)->callbacks.create_relocations, (state, dblindirect))
i386_ld.c 888 statep->callbacks.create_relocations = elf_i386_create_relocations;
ldgeneric.c 203 ld_state.callbacks.create_relocations = ld_generic_create_relocations;
    [all...]

Completed in 30 milliseconds