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

  /external/elfutils/src/
ld.h 342 void (*count_relocations) (struct ld_state *, struct scninfo *); member in struct:callbacks
343 #define COUNT_RELOCATIONS(state, scninfo) \
344 DL_CALL_FCT ((state)->callbacks.count_relocations, (state, scninfo))
i386_ld.c 886 statep->callbacks.count_relocations = elf_i386_count_relocations;
ldgeneric.c 202 ld_state.callbacks.count_relocations = ld_generic_count_relocations;
    [all...]

Completed in 93 milliseconds