Home
last modified time | relevance | path

Searched refs:count_relocations (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/src/
Dld.h342 void (*count_relocations) (struct ld_state *, struct scninfo *); member
344 DL_CALL_FCT ((state)->callbacks.count_relocations, (state, scninfo))
Di386_ld.c886 statep->callbacks.count_relocations = elf_i386_count_relocations; in elf_i386_ld_init()
Dldgeneric.c202 ld_state.callbacks.count_relocations = ld_generic_count_relocations; in ld_prepare_state()